@jmruthers/pace-core 0.5.134 → 0.5.135

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 (111) hide show
  1. package/dist/index.d.ts +120 -2
  2. package/dist/index.js +7 -1
  3. package/dist/index.js.map +1 -1
  4. package/docs/api/classes/ColumnFactory.md +1 -1
  5. package/docs/api/classes/ErrorBoundary.md +1 -1
  6. package/docs/api/classes/InvalidScopeError.md +1 -1
  7. package/docs/api/classes/MissingUserContextError.md +1 -1
  8. package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
  9. package/docs/api/classes/PermissionDeniedError.md +1 -1
  10. package/docs/api/classes/PublicErrorBoundary.md +1 -1
  11. package/docs/api/classes/RBACAuditManager.md +1 -1
  12. package/docs/api/classes/RBACCache.md +1 -1
  13. package/docs/api/classes/RBACEngine.md +1 -1
  14. package/docs/api/classes/RBACError.md +1 -1
  15. package/docs/api/classes/RBACNotInitializedError.md +1 -1
  16. package/docs/api/classes/SecureSupabaseClient.md +1 -1
  17. package/docs/api/classes/StorageUtils.md +1 -1
  18. package/docs/api/enums/FileCategory.md +1 -1
  19. package/docs/api/interfaces/AggregateConfig.md +1 -1
  20. package/docs/api/interfaces/ButtonProps.md +1 -1
  21. package/docs/api/interfaces/CardProps.md +1 -1
  22. package/docs/api/interfaces/ColorPalette.md +1 -1
  23. package/docs/api/interfaces/ColorShade.md +1 -1
  24. package/docs/api/interfaces/DataAccessRecord.md +1 -1
  25. package/docs/api/interfaces/DataRecord.md +1 -1
  26. package/docs/api/interfaces/DataTableAction.md +1 -1
  27. package/docs/api/interfaces/DataTableColumn.md +1 -1
  28. package/docs/api/interfaces/DataTableProps.md +3 -3
  29. package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
  30. package/docs/api/interfaces/EmptyStateConfig.md +1 -1
  31. package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
  32. package/docs/api/interfaces/EventAppRoleData.md +1 -1
  33. package/docs/api/interfaces/ExportColumn.md +90 -0
  34. package/docs/api/interfaces/ExportOptions.md +126 -0
  35. package/docs/api/interfaces/FileDisplayProps.md +1 -1
  36. package/docs/api/interfaces/FileMetadata.md +1 -1
  37. package/docs/api/interfaces/FileReference.md +1 -1
  38. package/docs/api/interfaces/FileSizeLimits.md +1 -1
  39. package/docs/api/interfaces/FileUploadOptions.md +1 -1
  40. package/docs/api/interfaces/FileUploadProps.md +1 -1
  41. package/docs/api/interfaces/FooterProps.md +1 -1
  42. package/docs/api/interfaces/GrantEventAppRoleParams.md +1 -1
  43. package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
  44. package/docs/api/interfaces/InputProps.md +1 -1
  45. package/docs/api/interfaces/LabelProps.md +1 -1
  46. package/docs/api/interfaces/LoginFormProps.md +1 -1
  47. package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
  48. package/docs/api/interfaces/NavigationContextType.md +1 -1
  49. package/docs/api/interfaces/NavigationGuardProps.md +1 -1
  50. package/docs/api/interfaces/NavigationItem.md +1 -1
  51. package/docs/api/interfaces/NavigationMenuProps.md +1 -1
  52. package/docs/api/interfaces/NavigationProviderProps.md +1 -1
  53. package/docs/api/interfaces/Organisation.md +1 -1
  54. package/docs/api/interfaces/OrganisationContextType.md +1 -1
  55. package/docs/api/interfaces/OrganisationMembership.md +1 -1
  56. package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
  57. package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
  58. package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
  59. package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
  60. package/docs/api/interfaces/PageAccessRecord.md +1 -1
  61. package/docs/api/interfaces/PagePermissionContextType.md +1 -1
  62. package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
  63. package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
  64. package/docs/api/interfaces/PaletteData.md +1 -1
  65. package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
  66. package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
  67. package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
  68. package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
  69. package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
  70. package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
  71. package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
  72. package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
  73. package/docs/api/interfaces/RBACConfig.md +1 -1
  74. package/docs/api/interfaces/RBACLogger.md +1 -1
  75. package/docs/api/interfaces/RevokeEventAppRoleParams.md +1 -1
  76. package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
  77. package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
  78. package/docs/api/interfaces/RoleManagementResult.md +1 -1
  79. package/docs/api/interfaces/RouteAccessRecord.md +1 -1
  80. package/docs/api/interfaces/RouteConfig.md +1 -1
  81. package/docs/api/interfaces/SecureDataContextType.md +1 -1
  82. package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
  83. package/docs/api/interfaces/StorageConfig.md +1 -1
  84. package/docs/api/interfaces/StorageFileInfo.md +1 -1
  85. package/docs/api/interfaces/StorageFileMetadata.md +1 -1
  86. package/docs/api/interfaces/StorageListOptions.md +1 -1
  87. package/docs/api/interfaces/StorageListResult.md +1 -1
  88. package/docs/api/interfaces/StorageUploadOptions.md +1 -1
  89. package/docs/api/interfaces/StorageUploadResult.md +1 -1
  90. package/docs/api/interfaces/StorageUrlOptions.md +1 -1
  91. package/docs/api/interfaces/StyleImport.md +1 -1
  92. package/docs/api/interfaces/SwitchProps.md +1 -1
  93. package/docs/api/interfaces/ToastActionElement.md +1 -1
  94. package/docs/api/interfaces/ToastProps.md +1 -1
  95. package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
  96. package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
  97. package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
  98. package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
  99. package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
  100. package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
  101. package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
  102. package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
  103. package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
  104. package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
  105. package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
  106. package/docs/api/interfaces/UserEventAccess.md +1 -1
  107. package/docs/api/interfaces/UserMenuProps.md +1 -1
  108. package/docs/api/interfaces/UserProfile.md +1 -1
  109. package/docs/api/modules.md +136 -2
  110. package/package.json +1 -1
  111. package/src/index.ts +9 -1
@@ -0,0 +1,90 @@
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / ExportColumn
2
+
3
+ # Interface: ExportColumn
4
+
5
+ Column definition for export
6
+
7
+ ## Table of contents
8
+
9
+ ### Properties
10
+
11
+ - [header](ExportColumn.md#header)
12
+ - [id](ExportColumn.md#id)
13
+ - [accessorKey](ExportColumn.md#accessorkey)
14
+ - [accessorFn](ExportColumn.md#accessorfn)
15
+ - [editAccessorKey](ExportColumn.md#editaccessorkey)
16
+ - [isIdColumn](ExportColumn.md#isidcolumn)
17
+
18
+ ## Properties
19
+
20
+ ### header
21
+
22
+ • `Optional` **header**: `string`
23
+
24
+ #### Defined in
25
+
26
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:49](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L49)
27
+
28
+ ___
29
+
30
+ ### id
31
+
32
+ • `Optional` **id**: `string`
33
+
34
+ #### Defined in
35
+
36
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:50](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L50)
37
+
38
+ ___
39
+
40
+ ### accessorKey
41
+
42
+ • `Optional` **accessorKey**: `string`
43
+
44
+ #### Defined in
45
+
46
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:51](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L51)
47
+
48
+ ___
49
+
50
+ ### accessorFn
51
+
52
+ • `Optional` **accessorFn**: (`row`: `any`) => `any`
53
+
54
+ #### Type declaration
55
+
56
+ ▸ (`row`): `any`
57
+
58
+ ##### Parameters
59
+
60
+ | Name | Type |
61
+ | :------ | :------ |
62
+ | `row` | `any` |
63
+
64
+ ##### Returns
65
+
66
+ `any`
67
+
68
+ #### Defined in
69
+
70
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:52](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L52)
71
+
72
+ ___
73
+
74
+ ### editAccessorKey
75
+
76
+ • `Optional` **editAccessorKey**: `string`
77
+
78
+ #### Defined in
79
+
80
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:53](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L53)
81
+
82
+ ___
83
+
84
+ ### isIdColumn
85
+
86
+ • `Optional` **isIdColumn**: `boolean`
87
+
88
+ #### Defined in
89
+
90
+ [packages/core/src/components/DataTable/utils/exportUtils.ts:54](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/utils/exportUtils.ts#L54)
@@ -0,0 +1,126 @@
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / ExportOptions
2
+
3
+ # Interface: ExportOptions\<TData\>
4
+
5
+ Options provided to the onExport handler for custom export functionality
6
+
7
+ **`Example`**
8
+
9
+ ```tsx
10
+ <DataTable
11
+ onExport={async (options) => {
12
+ // Export only specific columns
13
+ const customColumns = options.allColumns.filter(col =>
14
+ ['name', 'email', 'role'].includes(col.accessorKey || '')
15
+ );
16
+ await exportToCSVWithTableRows(
17
+ options.tableRows,
18
+ customColumns,
19
+ options.columnIdToTableColumn,
20
+ 'custom-export.csv'
21
+ );
22
+ }}
23
+ />
24
+ ```
25
+
26
+ ## Type parameters
27
+
28
+ | Name | Type |
29
+ | :------ | :------ |
30
+ | `TData` | extends [`DataRecord`](DataRecord.md) |
31
+
32
+ ## Table of contents
33
+
34
+ ### Properties
35
+
36
+ - [tableRows](ExportOptions.md#tablerows)
37
+ - [allColumns](ExportOptions.md#allcolumns)
38
+ - [visibleColumns](ExportOptions.md#visiblecolumns)
39
+ - [columnIdToTableColumn](ExportOptions.md#columnidtotablecolumn)
40
+ - [data](ExportOptions.md#data)
41
+ - [filename](ExportOptions.md#filename)
42
+ - [table](ExportOptions.md#table)
43
+
44
+ ## Properties
45
+
46
+ ### tableRows
47
+
48
+ • **tableRows**: \{ `original`: `TData` ; `getValue`: (`columnId`: `string`) => `any` ; `id`: `string` }[]
49
+
50
+ Filtered table rows with getValue() method for proper accessorFn evaluation
51
+
52
+ #### Defined in
53
+
54
+ [packages/core/src/components/DataTable/types.ts:634](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L634)
55
+
56
+ ___
57
+
58
+ ### allColumns
59
+
60
+ • **allColumns**: [`DataTableColumn`](DataTableColumn.md)\<`TData`\>[]
61
+
62
+ All column definitions passed to the DataTable
63
+
64
+ #### Defined in
65
+
66
+ [packages/core/src/components/DataTable/types.ts:640](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L640)
67
+
68
+ ___
69
+
70
+ ### visibleColumns
71
+
72
+ • **visibleColumns**: [`DataTableColumn`](DataTableColumn.md)\<`TData`\>[]
73
+
74
+ Currently visible columns in the table
75
+
76
+ #### Defined in
77
+
78
+ [packages/core/src/components/DataTable/types.ts:642](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L642)
79
+
80
+ ___
81
+
82
+ ### columnIdToTableColumn
83
+
84
+ • **columnIdToTableColumn**: `Map`\<`string`, `any`\>
85
+
86
+ Mapping of column IDs to TanStack table column instances (for getValue() calls)
87
+
88
+ #### Defined in
89
+
90
+ [packages/core/src/components/DataTable/types.ts:644](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L644)
91
+
92
+ ___
93
+
94
+ ### data
95
+
96
+ • **data**: `TData`[]
97
+
98
+ Raw data array (unfiltered)
99
+
100
+ #### Defined in
101
+
102
+ [packages/core/src/components/DataTable/types.ts:646](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L646)
103
+
104
+ ___
105
+
106
+ ### filename
107
+
108
+ • **filename**: `string`
109
+
110
+ Default filename generated from table title
111
+
112
+ #### Defined in
113
+
114
+ [packages/core/src/components/DataTable/types.ts:648](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L648)
115
+
116
+ ___
117
+
118
+ ### table
119
+
120
+ • **table**: `any`
121
+
122
+ TanStack table instance for advanced operations
123
+
124
+ #### Defined in
125
+
126
+ [packages/core/src/components/DataTable/types.ts:650](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L650)
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileDisplayProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileDisplayProps
2
2
 
3
3
  # Interface: FileDisplayProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileMetadata
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileMetadata
2
2
 
3
3
  # Interface: FileMetadata
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileReference
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileReference
2
2
 
3
3
  # Interface: FileReference
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileSizeLimits
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileSizeLimits
2
2
 
3
3
  # Interface: FileSizeLimits
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileUploadOptions
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileUploadOptions
2
2
 
3
3
  # Interface: FileUploadOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FileUploadProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FileUploadProps
2
2
 
3
3
  # Interface: FileUploadProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / FooterProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / FooterProps
2
2
 
3
3
  # Interface: FooterProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / GrantEventAppRoleParams
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / GrantEventAppRoleParams
2
2
 
3
3
  # Interface: GrantEventAppRoleParams
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / InactivityWarningModalProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / InactivityWarningModalProps
2
2
 
3
3
  # Interface: InactivityWarningModalProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / InputProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / InputProps
2
2
 
3
3
  # Interface: InputProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / LabelProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / LabelProps
2
2
 
3
3
  # Interface: LabelProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / LoginFormProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / LoginFormProps
2
2
 
3
3
  # Interface: LoginFormProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationAccessRecord
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationAccessRecord
2
2
 
3
3
  # Interface: NavigationAccessRecord
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationContextType
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationContextType
2
2
 
3
3
  # Interface: NavigationContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationGuardProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationGuardProps
2
2
 
3
3
  # Interface: NavigationGuardProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationItem
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationItem
2
2
 
3
3
  # Interface: NavigationItem
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationMenuProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationMenuProps
2
2
 
3
3
  # Interface: NavigationMenuProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / NavigationProviderProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / NavigationProviderProps
2
2
 
3
3
  # Interface: NavigationProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / Organisation
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / Organisation
2
2
 
3
3
  # Interface: Organisation
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / OrganisationContextType
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / OrganisationContextType
2
2
 
3
3
  # Interface: OrganisationContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / OrganisationMembership
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / OrganisationMembership
2
2
 
3
3
  # Interface: OrganisationMembership
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / OrganisationProviderProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / OrganisationProviderProps
2
2
 
3
3
  # Interface: OrganisationProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / OrganisationSecurityError
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / OrganisationSecurityError
2
2
 
3
3
  # Interface: OrganisationSecurityError
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PaceAppLayoutProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PaceAppLayoutProps
2
2
 
3
3
  # Interface: PaceAppLayoutProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PaceLoginPageProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PaceLoginPageProps
2
2
 
3
3
  # Interface: PaceLoginPageProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PageAccessRecord
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PageAccessRecord
2
2
 
3
3
  # Interface: PageAccessRecord
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PagePermissionContextType
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PagePermissionContextType
2
2
 
3
3
  # Interface: PagePermissionContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PagePermissionGuardProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PagePermissionGuardProps
2
2
 
3
3
  # Interface: PagePermissionGuardProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PagePermissionProviderProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PagePermissionProviderProps
2
2
 
3
3
  # Interface: PagePermissionProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PaletteData
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PaletteData
2
2
 
3
3
  # Interface: PaletteData
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PermissionEnforcerProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PermissionEnforcerProps
2
2
 
3
3
  # Interface: PermissionEnforcerProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / ProtectedRouteProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / ProtectedRouteProps
2
2
 
3
3
  # Interface: ProtectedRouteProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicErrorBoundaryProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicErrorBoundaryProps
2
2
 
3
3
  # Interface: PublicErrorBoundaryProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicErrorBoundaryState
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicErrorBoundaryState
2
2
 
3
3
  # Interface: PublicErrorBoundaryState
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicLoadingSpinnerProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicLoadingSpinnerProps
2
2
 
3
3
  # Interface: PublicLoadingSpinnerProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicPageFooterProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicPageFooterProps
2
2
 
3
3
  # Interface: PublicPageFooterProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicPageHeaderProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicPageHeaderProps
2
2
 
3
3
  # Interface: PublicPageHeaderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / PublicPageLayoutProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / PublicPageLayoutProps
2
2
 
3
3
  # Interface: PublicPageLayoutProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RBACConfig
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RBACConfig
2
2
 
3
3
  # Interface: RBACConfig
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RBACLogger
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RBACLogger
2
2
 
3
3
  # Interface: RBACLogger
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RevokeEventAppRoleParams
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RevokeEventAppRoleParams
2
2
 
3
3
  # Interface: RevokeEventAppRoleParams
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RoleBasedRouterContextType
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RoleBasedRouterContextType
2
2
 
3
3
  # Interface: RoleBasedRouterContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RoleBasedRouterProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RoleBasedRouterProps
2
2
 
3
3
  # Interface: RoleBasedRouterProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RoleManagementResult
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RoleManagementResult
2
2
 
3
3
  # Interface: RoleManagementResult
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RouteAccessRecord
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RouteAccessRecord
2
2
 
3
3
  # Interface: RouteAccessRecord
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / RouteConfig
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / RouteConfig
2
2
 
3
3
  # Interface: RouteConfig
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / SecureDataContextType
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / SecureDataContextType
2
2
 
3
3
  # Interface: SecureDataContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / SecureDataProviderProps
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / SecureDataProviderProps
2
2
 
3
3
  # Interface: SecureDataProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageConfig
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageConfig
2
2
 
3
3
  # Interface: StorageConfig
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageFileInfo
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageFileInfo
2
2
 
3
3
  # Interface: StorageFileInfo
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageFileMetadata
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageFileMetadata
2
2
 
3
3
  # Interface: StorageFileMetadata
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageListOptions
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageListOptions
2
2
 
3
3
  # Interface: StorageListOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageListResult
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageListResult
2
2
 
3
3
  # Interface: StorageListResult
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageUploadOptions
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageUploadOptions
2
2
 
3
3
  # Interface: StorageUploadOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageUploadResult
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageUploadResult
2
2
 
3
3
  # Interface: StorageUploadResult
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StorageUrlOptions
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StorageUrlOptions
2
2
 
3
3
  # Interface: StorageUrlOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.134](../README.md) / [Exports](../modules.md) / StyleImport
1
+ [@jmruthers/pace-core - v0.5.135](../README.md) / [Exports](../modules.md) / StyleImport
2
2
 
3
3
  # Interface: StyleImport
4
4