@jmruthers/pace-core 0.5.106 → 0.5.108

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 (156) hide show
  1. package/dist/{DataTable-BE0OXZKQ.d.ts → DataTable-D5cBRca8.d.ts} +1 -1
  2. package/dist/{DataTable-LWHFLTEW.js → DataTable-WFCHVWTY.js} +3 -3
  3. package/dist/{PublicLoadingSpinner-48ewSMKK.d.ts → PublicLoadingSpinner-DgDWTFqn.d.ts} +4 -2
  4. package/dist/{chunk-QPCAGLUS.js → chunk-4OX5PXHX.js} +5 -2
  5. package/dist/chunk-4OX5PXHX.js.map +1 -0
  6. package/dist/{chunk-IBZBNBTE.js → chunk-B3QX32P5.js} +177 -54
  7. package/dist/chunk-B3QX32P5.js.map +1 -0
  8. package/dist/{chunk-75G3NZWN.js → chunk-IMZGJ2X7.js} +373 -95
  9. package/dist/chunk-IMZGJ2X7.js.map +1 -0
  10. package/dist/{chunk-4BWGRQBG.js → chunk-NFPV7MRN.js} +22 -2
  11. package/dist/chunk-NFPV7MRN.js.map +1 -0
  12. package/dist/components.d.ts +4 -4
  13. package/dist/components.js +3 -3
  14. package/dist/{formatting-BfDeV-ja.d.ts → formatting-BiEv5oEk.d.ts} +32 -2
  15. package/dist/hooks.d.ts +2 -2
  16. package/dist/hooks.js +1 -1
  17. package/dist/index.d.ts +6 -6
  18. package/dist/index.js +4 -4
  19. package/dist/{types-BDg1mAGG.d.ts → types-D4TVpDa1.d.ts} +24 -1
  20. package/dist/{useToast-Bm6TnSK-.d.ts → useToast-DRah6K-g.d.ts} +5 -2
  21. package/dist/utils.d.ts +3 -3
  22. package/dist/utils.js +2 -2
  23. package/docs/api/classes/ColumnFactory.md +1 -1
  24. package/docs/api/classes/ErrorBoundary.md +1 -1
  25. package/docs/api/classes/InvalidScopeError.md +1 -1
  26. package/docs/api/classes/MissingUserContextError.md +1 -1
  27. package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
  28. package/docs/api/classes/PermissionDeniedError.md +1 -1
  29. package/docs/api/classes/PublicErrorBoundary.md +1 -1
  30. package/docs/api/classes/RBACAuditManager.md +1 -1
  31. package/docs/api/classes/RBACCache.md +1 -1
  32. package/docs/api/classes/RBACEngine.md +1 -1
  33. package/docs/api/classes/RBACError.md +1 -1
  34. package/docs/api/classes/RBACNotInitializedError.md +1 -1
  35. package/docs/api/classes/SecureSupabaseClient.md +1 -1
  36. package/docs/api/classes/StorageUtils.md +1 -1
  37. package/docs/api/enums/FileCategory.md +1 -1
  38. package/docs/api/interfaces/AggregateConfig.md +4 -4
  39. package/docs/api/interfaces/ButtonProps.md +1 -1
  40. package/docs/api/interfaces/CardProps.md +1 -1
  41. package/docs/api/interfaces/ColorPalette.md +1 -1
  42. package/docs/api/interfaces/ColorShade.md +1 -1
  43. package/docs/api/interfaces/DataAccessRecord.md +1 -1
  44. package/docs/api/interfaces/DataRecord.md +1 -1
  45. package/docs/api/interfaces/DataTableAction.md +18 -18
  46. package/docs/api/interfaces/DataTableColumn.md +115 -10
  47. package/docs/api/interfaces/DataTableProps.md +38 -38
  48. package/docs/api/interfaces/DataTableToolbarButton.md +7 -7
  49. package/docs/api/interfaces/EmptyStateConfig.md +5 -5
  50. package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
  51. package/docs/api/interfaces/FileDisplayProps.md +1 -1
  52. package/docs/api/interfaces/FileMetadata.md +1 -1
  53. package/docs/api/interfaces/FileReference.md +1 -1
  54. package/docs/api/interfaces/FileSizeLimits.md +1 -1
  55. package/docs/api/interfaces/FileUploadOptions.md +1 -1
  56. package/docs/api/interfaces/FileUploadProps.md +1 -1
  57. package/docs/api/interfaces/FooterProps.md +1 -1
  58. package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
  59. package/docs/api/interfaces/InputProps.md +1 -1
  60. package/docs/api/interfaces/LabelProps.md +1 -1
  61. package/docs/api/interfaces/LoginFormProps.md +1 -1
  62. package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
  63. package/docs/api/interfaces/NavigationContextType.md +1 -1
  64. package/docs/api/interfaces/NavigationGuardProps.md +1 -1
  65. package/docs/api/interfaces/NavigationItem.md +1 -1
  66. package/docs/api/interfaces/NavigationMenuProps.md +1 -1
  67. package/docs/api/interfaces/NavigationProviderProps.md +1 -1
  68. package/docs/api/interfaces/Organisation.md +1 -1
  69. package/docs/api/interfaces/OrganisationContextType.md +1 -1
  70. package/docs/api/interfaces/OrganisationMembership.md +1 -1
  71. package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
  72. package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
  73. package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
  74. package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
  75. package/docs/api/interfaces/PageAccessRecord.md +1 -1
  76. package/docs/api/interfaces/PagePermissionContextType.md +1 -1
  77. package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
  78. package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
  79. package/docs/api/interfaces/PaletteData.md +1 -1
  80. package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
  81. package/docs/api/interfaces/ProtectedRouteProps.md +1 -1
  82. package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
  83. package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
  84. package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
  85. package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
  86. package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
  87. package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
  88. package/docs/api/interfaces/RBACConfig.md +1 -1
  89. package/docs/api/interfaces/RBACLogger.md +1 -1
  90. package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
  91. package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
  92. package/docs/api/interfaces/RouteAccessRecord.md +1 -1
  93. package/docs/api/interfaces/RouteConfig.md +1 -1
  94. package/docs/api/interfaces/SecureDataContextType.md +1 -1
  95. package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
  96. package/docs/api/interfaces/StorageConfig.md +1 -1
  97. package/docs/api/interfaces/StorageFileInfo.md +1 -1
  98. package/docs/api/interfaces/StorageFileMetadata.md +1 -1
  99. package/docs/api/interfaces/StorageListOptions.md +1 -1
  100. package/docs/api/interfaces/StorageListResult.md +1 -1
  101. package/docs/api/interfaces/StorageUploadOptions.md +1 -1
  102. package/docs/api/interfaces/StorageUploadResult.md +1 -1
  103. package/docs/api/interfaces/StorageUrlOptions.md +1 -1
  104. package/docs/api/interfaces/StyleImport.md +1 -1
  105. package/docs/api/interfaces/SwitchProps.md +1 -1
  106. package/docs/api/interfaces/ToastActionElement.md +1 -1
  107. package/docs/api/interfaces/ToastProps.md +1 -1
  108. package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
  109. package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
  110. package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
  111. package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
  112. package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
  113. package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
  114. package/docs/api/interfaces/UsePublicFileDisplayOptions.md +1 -1
  115. package/docs/api/interfaces/UsePublicFileDisplayReturn.md +1 -1
  116. package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
  117. package/docs/api/interfaces/UseResolvedScopeOptions.md +1 -1
  118. package/docs/api/interfaces/UseResolvedScopeReturn.md +1 -1
  119. package/docs/api/interfaces/UserEventAccess.md +1 -1
  120. package/docs/api/interfaces/UserMenuProps.md +1 -1
  121. package/docs/api/interfaces/UserProfile.md +1 -1
  122. package/docs/api/modules.md +42 -19
  123. package/docs/api-reference/utilities.md +26 -3
  124. package/docs/implementation-guides/data-tables.md +390 -0
  125. package/package.json +1 -1
  126. package/src/components/DataTable/DataTable.tsx +4 -0
  127. package/src/components/DataTable/__tests__/DataTableCore.test.tsx +25 -10
  128. package/src/components/DataTable/components/ColumnFilter.tsx +2 -1
  129. package/src/components/DataTable/components/EditableRow.tsx +179 -16
  130. package/src/components/DataTable/components/FilterRow.tsx +22 -11
  131. package/src/components/DataTable/components/PaginationControls.tsx +1 -1
  132. package/src/components/DataTable/components/UnifiedTableBody.tsx +231 -32
  133. package/src/components/DataTable/types.ts +34 -4
  134. package/src/components/FileDisplay/FileDisplay.test.tsx +184 -201
  135. package/src/components/FileDisplay/FileDisplay.tsx +40 -39
  136. package/src/components/NavigationMenu/NavigationMenu.test.tsx +189 -13
  137. package/src/components/NavigationMenu/NavigationMenu.tsx +142 -35
  138. package/src/components/PaceAppLayout/PaceAppLayout.tsx +79 -10
  139. package/src/components/PublicLayout/__tests__/PublicPageHeader.test.tsx +4 -4
  140. package/src/components/Toast/Toast.tsx +1 -1
  141. package/src/hooks/useEventTheme.test.ts +11 -0
  142. package/src/hooks/useSecureDataAccess.test.ts +22 -5
  143. package/src/hooks/useToast.ts +11 -2
  144. package/src/providers/UnifiedAuthProvider.smoke.test.tsx +67 -3
  145. package/src/providers/__tests__/ProviderLifecycle.test.tsx +72 -4
  146. package/src/services/__tests__/OrganisationService.pagination.test.ts +10 -2
  147. package/src/styles/core.css +11 -0
  148. package/src/utils/__tests__/formatting.unit.test.ts +33 -0
  149. package/src/utils/file-reference.test.ts +44 -5
  150. package/src/utils/formatting.ts +57 -2
  151. package/src/validation/__tests__/passwordSchema.unit.test.ts +3 -3
  152. package/dist/chunk-4BWGRQBG.js.map +0 -1
  153. package/dist/chunk-75G3NZWN.js.map +0 -1
  154. package/dist/chunk-IBZBNBTE.js.map +0 -1
  155. package/dist/chunk-QPCAGLUS.js.map +0 -1
  156. /package/dist/{DataTable-LWHFLTEW.js.map → DataTable-WFCHVWTY.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / DataTableProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / DataTableProps
2
2
 
3
3
  # Interface: DataTableProps\<TData\>
4
4
 
@@ -62,7 +62,7 @@ Array of data records to display in the table
62
62
 
63
63
  #### Defined in
64
64
 
65
- [packages/core/src/components/DataTable/DataTable.tsx:317](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L317)
65
+ [packages/core/src/components/DataTable/DataTable.tsx:321](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L321)
66
66
 
67
67
  ___
68
68
 
@@ -74,7 +74,7 @@ Column definitions for the table
74
74
 
75
75
  #### Defined in
76
76
 
77
- [packages/core/src/components/DataTable/DataTable.tsx:319](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L319)
77
+ [packages/core/src/components/DataTable/DataTable.tsx:323](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L323)
78
78
 
79
79
  ___
80
80
 
@@ -86,7 +86,7 @@ RBAC configuration - REQUIRED for all DataTables
86
86
 
87
87
  #### Defined in
88
88
 
89
- [packages/core/src/components/DataTable/DataTable.tsx:326](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L326)
89
+ [packages/core/src/components/DataTable/DataTable.tsx:330](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L330)
90
90
 
91
91
  ___
92
92
 
@@ -98,7 +98,7 @@ Optional title displayed above the table
98
98
 
99
99
  #### Defined in
100
100
 
101
- [packages/core/src/components/DataTable/DataTable.tsx:333](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L333)
101
+ [packages/core/src/components/DataTable/DataTable.tsx:337](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L337)
102
102
 
103
103
  ___
104
104
 
@@ -110,7 +110,7 @@ Optional description displayed below the title
110
110
 
111
111
  #### Defined in
112
112
 
113
- [packages/core/src/components/DataTable/DataTable.tsx:335](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L335)
113
+ [packages/core/src/components/DataTable/DataTable.tsx:339](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L339)
114
114
 
115
115
  ___
116
116
 
@@ -122,7 +122,7 @@ Visual variant of the table
122
122
 
123
123
  #### Defined in
124
124
 
125
- [packages/core/src/components/DataTable/DataTable.tsx:337](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L337)
125
+ [packages/core/src/components/DataTable/DataTable.tsx:341](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L341)
126
126
 
127
127
  ___
128
128
 
@@ -134,7 +134,7 @@ Additional CSS classes for the table container
134
134
 
135
135
  #### Defined in
136
136
 
137
- [packages/core/src/components/DataTable/DataTable.tsx:339](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L339)
137
+ [packages/core/src/components/DataTable/DataTable.tsx:343](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L343)
138
138
 
139
139
  ___
140
140
 
@@ -146,7 +146,7 @@ Feature configuration - all features are disabled by default
146
146
 
147
147
  #### Defined in
148
148
 
149
- [packages/core/src/components/DataTable/DataTable.tsx:346](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L346)
149
+ [packages/core/src/components/DataTable/DataTable.tsx:350](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L350)
150
150
 
151
151
  ___
152
152
 
@@ -158,7 +158,7 @@ Hierarchical parent/child row configuration
158
158
 
159
159
  #### Defined in
160
160
 
161
- [packages/core/src/components/DataTable/DataTable.tsx:353](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L353)
161
+ [packages/core/src/components/DataTable/DataTable.tsx:357](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L357)
162
162
 
163
163
  ___
164
164
 
@@ -170,7 +170,7 @@ Performance optimization configuration
170
170
 
171
171
  #### Defined in
172
172
 
173
- [packages/core/src/components/DataTable/DataTable.tsx:360](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L360)
173
+ [packages/core/src/components/DataTable/DataTable.tsx:364](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L364)
174
174
 
175
175
  ___
176
176
 
@@ -182,7 +182,7 @@ Server-side data fetching configuration
182
182
 
183
183
  #### Defined in
184
184
 
185
- [packages/core/src/components/DataTable/DataTable.tsx:362](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L362)
185
+ [packages/core/src/components/DataTable/DataTable.tsx:366](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L366)
186
186
 
187
187
  ___
188
188
 
@@ -194,7 +194,7 @@ Override automatic pagination mode detection
194
194
 
195
195
  #### Defined in
196
196
 
197
- [packages/core/src/components/DataTable/DataTable.tsx:364](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L364)
197
+ [packages/core/src/components/DataTable/DataTable.tsx:368](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L368)
198
198
 
199
199
  ___
200
200
 
@@ -206,7 +206,7 @@ Data chunking configuration for memory optimization
206
206
 
207
207
  #### Defined in
208
208
 
209
- [packages/core/src/components/DataTable/DataTable.tsx:366](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L366)
209
+ [packages/core/src/components/DataTable/DataTable.tsx:370](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L370)
210
210
 
211
211
  ___
212
212
 
@@ -218,7 +218,7 @@ Search indexing configuration for fast search
218
218
 
219
219
  #### Defined in
220
220
 
221
- [packages/core/src/components/DataTable/DataTable.tsx:368](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L368)
221
+ [packages/core/src/components/DataTable/DataTable.tsx:372](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L372)
222
222
 
223
223
  ___
224
224
 
@@ -230,7 +230,7 @@ Virtual scrolling height
230
230
 
231
231
  #### Defined in
232
232
 
233
- [packages/core/src/components/DataTable/DataTable.tsx:370](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L370)
233
+ [packages/core/src/components/DataTable/DataTable.tsx:374](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L374)
234
234
 
235
235
  ___
236
236
 
@@ -242,7 +242,7 @@ Initial page size for pagination
242
242
 
243
243
  #### Defined in
244
244
 
245
- [packages/core/src/components/DataTable/DataTable.tsx:372](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L372)
245
+ [packages/core/src/components/DataTable/DataTable.tsx:376](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L376)
246
246
 
247
247
  ___
248
248
 
@@ -254,7 +254,7 @@ Initial grouping configuration - columns to group by on load
254
254
 
255
255
  #### Defined in
256
256
 
257
- [packages/core/src/components/DataTable/DataTable.tsx:379](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L379)
257
+ [packages/core/src/components/DataTable/DataTable.tsx:383](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L383)
258
258
 
259
259
  ___
260
260
 
@@ -266,7 +266,7 @@ Initial sorting configuration - sort state to apply on load
266
266
 
267
267
  #### Defined in
268
268
 
269
- [packages/core/src/components/DataTable/DataTable.tsx:381](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L381)
269
+ [packages/core/src/components/DataTable/DataTable.tsx:385](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L385)
270
270
 
271
271
  ___
272
272
 
@@ -278,7 +278,7 @@ Enable enhanced pagination controls
278
278
 
279
279
  #### Defined in
280
280
 
281
- [packages/core/src/components/DataTable/DataTable.tsx:387](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L387)
281
+ [packages/core/src/components/DataTable/DataTable.tsx:391](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L391)
282
282
 
283
283
  ___
284
284
 
@@ -290,7 +290,7 @@ Custom loading component
290
290
 
291
291
  #### Defined in
292
292
 
293
- [packages/core/src/components/DataTable/DataTable.tsx:389](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L389)
293
+ [packages/core/src/components/DataTable/DataTable.tsx:393](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L393)
294
294
 
295
295
  ___
296
296
 
@@ -302,7 +302,7 @@ Custom error component
302
302
 
303
303
  #### Defined in
304
304
 
305
- [packages/core/src/components/DataTable/DataTable.tsx:391](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L391)
305
+ [packages/core/src/components/DataTable/DataTable.tsx:395](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L395)
306
306
 
307
307
  ___
308
308
 
@@ -329,7 +329,7 @@ Callback when a row is edited
329
329
 
330
330
  #### Defined in
331
331
 
332
- [packages/core/src/components/DataTable/DataTable.tsx:398](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L398)
332
+ [packages/core/src/components/DataTable/DataTable.tsx:402](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L402)
333
333
 
334
334
  ___
335
335
 
@@ -355,7 +355,7 @@ Callback when a row is deleted
355
355
 
356
356
  #### Defined in
357
357
 
358
- [packages/core/src/components/DataTable/DataTable.tsx:400](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L400)
358
+ [packages/core/src/components/DataTable/DataTable.tsx:404](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L404)
359
359
 
360
360
  ___
361
361
 
@@ -381,7 +381,7 @@ Callback when a new row is created
381
381
 
382
382
  #### Defined in
383
383
 
384
- [packages/core/src/components/DataTable/DataTable.tsx:402](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L402)
384
+ [packages/core/src/components/DataTable/DataTable.tsx:406](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L406)
385
385
 
386
386
  ___
387
387
 
@@ -407,7 +407,7 @@ Callback when data is imported
407
407
 
408
408
  #### Defined in
409
409
 
410
- [packages/core/src/components/DataTable/DataTable.tsx:404](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L404)
410
+ [packages/core/src/components/DataTable/DataTable.tsx:408](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L408)
411
411
 
412
412
  ___
413
413
 
@@ -433,7 +433,7 @@ Callback when row selection changes
433
433
 
434
434
  #### Defined in
435
435
 
436
- [packages/core/src/components/DataTable/DataTable.tsx:406](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L406)
436
+ [packages/core/src/components/DataTable/DataTable.tsx:410](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L410)
437
437
 
438
438
  ___
439
439
 
@@ -445,7 +445,7 @@ Controlled selection state
445
445
 
446
446
  #### Defined in
447
447
 
448
- [packages/core/src/components/DataTable/DataTable.tsx:408](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L408)
448
+ [packages/core/src/components/DataTable/DataTable.tsx:412](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L412)
449
449
 
450
450
  ___
451
451
 
@@ -471,7 +471,7 @@ Callback when bulk delete selected rows is triggered
471
471
 
472
472
  #### Defined in
473
473
 
474
- [packages/core/src/components/DataTable/DataTable.tsx:410](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L410)
474
+ [packages/core/src/components/DataTable/DataTable.tsx:414](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L414)
475
475
 
476
476
  ___
477
477
 
@@ -483,7 +483,7 @@ Function to generate unique row IDs
483
483
 
484
484
  #### Defined in
485
485
 
486
- [packages/core/src/components/DataTable/DataTable.tsx:417](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L417)
486
+ [packages/core/src/components/DataTable/DataTable.tsx:421](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L421)
487
487
 
488
488
  ___
489
489
 
@@ -495,7 +495,7 @@ Whether the table is in a loading state
495
495
 
496
496
  #### Defined in
497
497
 
498
- [packages/core/src/components/DataTable/DataTable.tsx:419](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L419)
498
+ [packages/core/src/components/DataTable/DataTable.tsx:423](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L423)
499
499
 
500
500
  ___
501
501
 
@@ -507,7 +507,7 @@ Custom component to display when table is empty
507
507
 
508
508
  #### Defined in
509
509
 
510
- [packages/core/src/components/DataTable/DataTable.tsx:421](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L421)
510
+ [packages/core/src/components/DataTable/DataTable.tsx:425](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L425)
511
511
 
512
512
  ___
513
513
 
@@ -519,7 +519,7 @@ Array of aggregation functions for grouped data
519
519
 
520
520
  #### Defined in
521
521
 
522
- [packages/core/src/components/DataTable/DataTable.tsx:423](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L423)
522
+ [packages/core/src/components/DataTable/DataTable.tsx:427](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L427)
523
523
 
524
524
  ___
525
525
 
@@ -531,7 +531,7 @@ Import modal configuration
531
531
 
532
532
  #### Defined in
533
533
 
534
- [packages/core/src/components/DataTable/DataTable.tsx:426](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L426)
534
+ [packages/core/src/components/DataTable/DataTable.tsx:430](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L430)
535
535
 
536
536
  ___
537
537
 
@@ -543,7 +543,7 @@ Custom row actions - use this for custom action buttons
543
543
 
544
544
  #### Defined in
545
545
 
546
- [packages/core/src/components/DataTable/DataTable.tsx:429](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L429)
546
+ [packages/core/src/components/DataTable/DataTable.tsx:433](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L433)
547
547
 
548
548
  ___
549
549
 
@@ -555,7 +555,7 @@ Column order configuration - array of column IDs in desired order
555
555
 
556
556
  #### Defined in
557
557
 
558
- [packages/core/src/components/DataTable/DataTable.tsx:432](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L432)
558
+ [packages/core/src/components/DataTable/DataTable.tsx:436](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L436)
559
559
 
560
560
  ___
561
561
 
@@ -567,7 +567,7 @@ Unique storage key for persisting table layout state across sessions
567
567
 
568
568
  #### Defined in
569
569
 
570
- [packages/core/src/components/DataTable/DataTable.tsx:439](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L439)
570
+ [packages/core/src/components/DataTable/DataTable.tsx:443](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L443)
571
571
 
572
572
  ___
573
573
 
@@ -595,4 +595,4 @@ Callback when table layout changes (column order, visibility, etc.)
595
595
 
596
596
  #### Defined in
597
597
 
598
- [packages/core/src/components/DataTable/DataTable.tsx:441](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L441)
598
+ [packages/core/src/components/DataTable/DataTable.tsx:445](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/DataTable.tsx#L445)
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / DataTableToolbarButton
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / DataTableToolbarButton
2
2
 
3
3
  # Interface: DataTableToolbarButton
4
4
 
@@ -25,7 +25,7 @@ Display label
25
25
 
26
26
  #### Defined in
27
27
 
28
- [packages/core/src/components/DataTable/types.ts:395](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L395)
28
+ [packages/core/src/components/DataTable/types.ts:425](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L425)
29
29
 
30
30
  ___
31
31
 
@@ -37,7 +37,7 @@ Icon component
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/core/src/components/DataTable/types.ts:397](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L397)
40
+ [packages/core/src/components/DataTable/types.ts:427](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L427)
41
41
 
42
42
  ___
43
43
 
@@ -57,7 +57,7 @@ Click handler
57
57
 
58
58
  #### Defined in
59
59
 
60
- [packages/core/src/components/DataTable/types.ts:399](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L399)
60
+ [packages/core/src/components/DataTable/types.ts:429](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L429)
61
61
 
62
62
  ___
63
63
 
@@ -69,7 +69,7 @@ Visual variant
69
69
 
70
70
  #### Defined in
71
71
 
72
- [packages/core/src/components/DataTable/types.ts:401](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L401)
72
+ [packages/core/src/components/DataTable/types.ts:431](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L431)
73
73
 
74
74
  ___
75
75
 
@@ -81,7 +81,7 @@ Whether button is disabled
81
81
 
82
82
  #### Defined in
83
83
 
84
- [packages/core/src/components/DataTable/types.ts:403](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L403)
84
+ [packages/core/src/components/DataTable/types.ts:433](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L433)
85
85
 
86
86
  ___
87
87
 
@@ -93,4 +93,4 @@ Test ID for testing
93
93
 
94
94
  #### Defined in
95
95
 
96
- [packages/core/src/components/DataTable/types.ts:405](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L405)
96
+ [packages/core/src/components/DataTable/types.ts:435](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L435)
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / EmptyStateConfig
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / EmptyStateConfig
2
2
 
3
3
  # Interface: EmptyStateConfig
4
4
 
@@ -21,7 +21,7 @@ Empty state configuration
21
21
 
22
22
  #### Defined in
23
23
 
24
- [packages/core/src/components/DataTable/types.ts:425](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L425)
24
+ [packages/core/src/components/DataTable/types.ts:455](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L455)
25
25
 
26
26
  ___
27
27
 
@@ -31,7 +31,7 @@ ___
31
31
 
32
32
  #### Defined in
33
33
 
34
- [packages/core/src/components/DataTable/types.ts:426](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L426)
34
+ [packages/core/src/components/DataTable/types.ts:456](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L456)
35
35
 
36
36
  ___
37
37
 
@@ -41,7 +41,7 @@ ___
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/core/src/components/DataTable/types.ts:427](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L427)
44
+ [packages/core/src/components/DataTable/types.ts:457](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L457)
45
45
 
46
46
  ___
47
47
 
@@ -58,4 +58,4 @@ ___
58
58
 
59
59
  #### Defined in
60
60
 
61
- [packages/core/src/components/DataTable/types.ts:428](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L428)
61
+ [packages/core/src/components/DataTable/types.ts:458](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L458)
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / EnhancedNavigationMenuProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / EnhancedNavigationMenuProps
2
2
 
3
3
  # Interface: EnhancedNavigationMenuProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileDisplayProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileDisplayProps
2
2
 
3
3
  # Interface: FileDisplayProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileMetadata
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileMetadata
2
2
 
3
3
  # Interface: FileMetadata
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileReference
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileReference
2
2
 
3
3
  # Interface: FileReference
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileSizeLimits
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileSizeLimits
2
2
 
3
3
  # Interface: FileSizeLimits
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileUploadOptions
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileUploadOptions
2
2
 
3
3
  # Interface: FileUploadOptions
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FileUploadProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FileUploadProps
2
2
 
3
3
  # Interface: FileUploadProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / FooterProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / FooterProps
2
2
 
3
3
  # Interface: FooterProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / InactivityWarningModalProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / InactivityWarningModalProps
2
2
 
3
3
  # Interface: InactivityWarningModalProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / InputProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / InputProps
2
2
 
3
3
  # Interface: InputProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / LabelProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / LabelProps
2
2
 
3
3
  # Interface: LabelProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / LoginFormProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / LoginFormProps
2
2
 
3
3
  # Interface: LoginFormProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationAccessRecord
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationAccessRecord
2
2
 
3
3
  # Interface: NavigationAccessRecord
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationContextType
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationContextType
2
2
 
3
3
  # Interface: NavigationContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationGuardProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationGuardProps
2
2
 
3
3
  # Interface: NavigationGuardProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationItem
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationItem
2
2
 
3
3
  # Interface: NavigationItem
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationMenuProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationMenuProps
2
2
 
3
3
  # Interface: NavigationMenuProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / NavigationProviderProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / NavigationProviderProps
2
2
 
3
3
  # Interface: NavigationProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / Organisation
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / Organisation
2
2
 
3
3
  # Interface: Organisation
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / OrganisationContextType
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / OrganisationContextType
2
2
 
3
3
  # Interface: OrganisationContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / OrganisationMembership
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / OrganisationMembership
2
2
 
3
3
  # Interface: OrganisationMembership
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / OrganisationProviderProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / OrganisationProviderProps
2
2
 
3
3
  # Interface: OrganisationProviderProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / OrganisationSecurityError
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / OrganisationSecurityError
2
2
 
3
3
  # Interface: OrganisationSecurityError
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / PaceAppLayoutProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / PaceAppLayoutProps
2
2
 
3
3
  # Interface: PaceAppLayoutProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / PaceLoginPageProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / PaceLoginPageProps
2
2
 
3
3
  # Interface: PaceLoginPageProps
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / PageAccessRecord
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / PageAccessRecord
2
2
 
3
3
  # Interface: PageAccessRecord
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / PagePermissionContextType
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / PagePermissionContextType
2
2
 
3
3
  # Interface: PagePermissionContextType
4
4
 
@@ -1,4 +1,4 @@
1
- [@jmruthers/pace-core - v0.5.106](../README.md) / [Exports](../modules.md) / PagePermissionGuardProps
1
+ [@jmruthers/pace-core - v0.5.108](../README.md) / [Exports](../modules.md) / PagePermissionGuardProps
2
2
 
3
3
  # Interface: PagePermissionGuardProps
4
4