@jmruthers/pace-core 0.5.63 → 0.5.66
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-7BER7PDS.js → DataTable-MFUXNGPR.js} +2 -2
- package/dist/{DataTable-D15XipLZ.d.ts → DataTable-ntgmhO2W.d.ts} +1 -1
- package/dist/{chunk-S66AJVI2.js → chunk-4HQ5BOVZ.js} +97 -27
- package/dist/chunk-4HQ5BOVZ.js.map +1 -0
- package/dist/{chunk-2LPYEFXI.js → chunk-PSE2XO4L.js} +2 -2
- package/dist/components.d.ts +2 -2
- package/dist/components.js +2 -2
- package/dist/hooks.d.ts +1 -1
- package/dist/index.d.ts +90 -4
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/{types-E5WSpEtz.d.ts → types-CGX9Vyf5.d.ts} +8 -0
- package/dist/types.js.map +1 -1
- package/dist/utils.d.ts +2 -2
- package/dist/utils.js +1 -1
- package/docs/api/classes/ColumnFactory.md +243 -0
- 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/interfaces/AggregateConfig.md +4 -4
- 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/DataTableAction.md +14 -14
- package/docs/api/interfaces/DataTableColumn.md +21 -21
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +7 -7
- package/docs/api/interfaces/EmptyStateConfig.md +5 -5
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/EventContextType.md +1 -1
- package/docs/api/interfaces/EventLogoProps.md +1 -1
- package/docs/api/interfaces/EventProviderProps.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
- 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/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACContextType.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RBACProviderProps.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.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/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/UsePublicEventLogoOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.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 +5 -4
- package/package.json +1 -1
- package/src/components/DataTable/components/DataTableBody.tsx +27 -11
- package/src/components/DataTable/components/DataTableCore.tsx +13 -13
- package/src/components/DataTable/components/EditableRow.tsx +46 -28
- package/src/components/DataTable/components/UnifiedTableBody.tsx +86 -38
- package/src/components/DataTable/components/VirtualizedDataTable.tsx +5 -3
- package/src/components/DataTable/core/ColumnFactory.ts +4 -0
- package/src/components/DataTable/types.ts +10 -0
- package/src/index.ts +2 -1
- package/src/types/index.ts +2 -0
- package/dist/chunk-S66AJVI2.js.map +0 -1
- /package/dist/{DataTable-7BER7PDS.js.map → DataTable-MFUXNGPR.js.map} +0 -0
- /package/dist/{chunk-2LPYEFXI.js.map → chunk-PSE2XO4L.js.map} +0 -0
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
[@jmruthers/pace-core - v0.5.66](../README.md) / [Exports](../modules.md) / ColumnFactory
|
|
2
|
+
|
|
3
|
+
# Class: ColumnFactory\<TData\>
|
|
4
|
+
|
|
5
|
+
## Type parameters
|
|
6
|
+
|
|
7
|
+
| Name | Type |
|
|
8
|
+
| :------ | :------ |
|
|
9
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) = [`DataRecord`](../modules.md#datarecord) |
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Constructors
|
|
14
|
+
|
|
15
|
+
- [constructor](ColumnFactory.md#constructor)
|
|
16
|
+
|
|
17
|
+
### Methods
|
|
18
|
+
|
|
19
|
+
- [createTextColumn](ColumnFactory.md#createtextcolumn)
|
|
20
|
+
- [createNumberColumn](ColumnFactory.md#createnumbercolumn)
|
|
21
|
+
- [createDateColumn](ColumnFactory.md#createdatecolumn)
|
|
22
|
+
- [createBooleanColumn](ColumnFactory.md#createbooleancolumn)
|
|
23
|
+
- [createActionColumn](ColumnFactory.md#createactioncolumn)
|
|
24
|
+
- [createCustomColumn](ColumnFactory.md#createcustomcolumn)
|
|
25
|
+
- [createColumnsFromConfig](ColumnFactory.md#createcolumnsfromconfig)
|
|
26
|
+
|
|
27
|
+
## Constructors
|
|
28
|
+
|
|
29
|
+
### constructor
|
|
30
|
+
|
|
31
|
+
• **new ColumnFactory**\<`TData`\>(): [`ColumnFactory`](ColumnFactory.md)\<`TData`\>
|
|
32
|
+
|
|
33
|
+
#### Type parameters
|
|
34
|
+
|
|
35
|
+
| Name | Type |
|
|
36
|
+
| :------ | :------ |
|
|
37
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) = [`DataRecord`](../modules.md#datarecord) |
|
|
38
|
+
|
|
39
|
+
#### Returns
|
|
40
|
+
|
|
41
|
+
[`ColumnFactory`](ColumnFactory.md)\<`TData`\>
|
|
42
|
+
|
|
43
|
+
## Methods
|
|
44
|
+
|
|
45
|
+
### createTextColumn
|
|
46
|
+
|
|
47
|
+
▸ **createTextColumn**\<`TData`\>(`key`, `options?`): `ColumnDef`\<`TData`\>
|
|
48
|
+
|
|
49
|
+
Create a text column
|
|
50
|
+
|
|
51
|
+
#### Type parameters
|
|
52
|
+
|
|
53
|
+
| Name | Type |
|
|
54
|
+
| :------ | :------ |
|
|
55
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
56
|
+
|
|
57
|
+
#### Parameters
|
|
58
|
+
|
|
59
|
+
| Name | Type |
|
|
60
|
+
| :------ | :------ |
|
|
61
|
+
| `key` | `string` \| keyof `TData` |
|
|
62
|
+
| `options` | `TextColumnOptions` |
|
|
63
|
+
|
|
64
|
+
#### Returns
|
|
65
|
+
|
|
66
|
+
`ColumnDef`\<`TData`\>
|
|
67
|
+
|
|
68
|
+
#### Defined in
|
|
69
|
+
|
|
70
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:77](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L77)
|
|
71
|
+
|
|
72
|
+
___
|
|
73
|
+
|
|
74
|
+
### createNumberColumn
|
|
75
|
+
|
|
76
|
+
▸ **createNumberColumn**\<`TData`\>(`key`, `options?`): `ColumnDef`\<`TData`\>
|
|
77
|
+
|
|
78
|
+
Create a number column
|
|
79
|
+
|
|
80
|
+
#### Type parameters
|
|
81
|
+
|
|
82
|
+
| Name | Type |
|
|
83
|
+
| :------ | :------ |
|
|
84
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
85
|
+
|
|
86
|
+
#### Parameters
|
|
87
|
+
|
|
88
|
+
| Name | Type |
|
|
89
|
+
| :------ | :------ |
|
|
90
|
+
| `key` | `string` \| keyof `TData` |
|
|
91
|
+
| `options` | `NumberColumnOptions` |
|
|
92
|
+
|
|
93
|
+
#### Returns
|
|
94
|
+
|
|
95
|
+
`ColumnDef`\<`TData`\>
|
|
96
|
+
|
|
97
|
+
#### Defined in
|
|
98
|
+
|
|
99
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:100](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L100)
|
|
100
|
+
|
|
101
|
+
___
|
|
102
|
+
|
|
103
|
+
### createDateColumn
|
|
104
|
+
|
|
105
|
+
▸ **createDateColumn**\<`TData`\>(`key`, `options?`): `ColumnDef`\<`TData`\>
|
|
106
|
+
|
|
107
|
+
Create a date column
|
|
108
|
+
|
|
109
|
+
#### Type parameters
|
|
110
|
+
|
|
111
|
+
| Name | Type |
|
|
112
|
+
| :------ | :------ |
|
|
113
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
114
|
+
|
|
115
|
+
#### Parameters
|
|
116
|
+
|
|
117
|
+
| Name | Type |
|
|
118
|
+
| :------ | :------ |
|
|
119
|
+
| `key` | `string` \| keyof `TData` |
|
|
120
|
+
| `options` | `DateColumnOptions` |
|
|
121
|
+
|
|
122
|
+
#### Returns
|
|
123
|
+
|
|
124
|
+
`ColumnDef`\<`TData`\>
|
|
125
|
+
|
|
126
|
+
#### Defined in
|
|
127
|
+
|
|
128
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:133](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L133)
|
|
129
|
+
|
|
130
|
+
___
|
|
131
|
+
|
|
132
|
+
### createBooleanColumn
|
|
133
|
+
|
|
134
|
+
▸ **createBooleanColumn**\<`TData`\>(`key`, `options?`): `ColumnDef`\<`TData`\>
|
|
135
|
+
|
|
136
|
+
Create a boolean column
|
|
137
|
+
|
|
138
|
+
#### Type parameters
|
|
139
|
+
|
|
140
|
+
| Name | Type |
|
|
141
|
+
| :------ | :------ |
|
|
142
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
143
|
+
|
|
144
|
+
#### Parameters
|
|
145
|
+
|
|
146
|
+
| Name | Type |
|
|
147
|
+
| :------ | :------ |
|
|
148
|
+
| `key` | `string` \| keyof `TData` |
|
|
149
|
+
| `options` | `BooleanColumnOptions` |
|
|
150
|
+
|
|
151
|
+
#### Returns
|
|
152
|
+
|
|
153
|
+
`ColumnDef`\<`TData`\>
|
|
154
|
+
|
|
155
|
+
#### Defined in
|
|
156
|
+
|
|
157
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:168](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L168)
|
|
158
|
+
|
|
159
|
+
___
|
|
160
|
+
|
|
161
|
+
### createActionColumn
|
|
162
|
+
|
|
163
|
+
▸ **createActionColumn**\<`TData`\>(`actions`, `options?`): `ColumnDef`\<`TData`\>
|
|
164
|
+
|
|
165
|
+
Create an action column
|
|
166
|
+
|
|
167
|
+
#### Type parameters
|
|
168
|
+
|
|
169
|
+
| Name | Type |
|
|
170
|
+
| :------ | :------ |
|
|
171
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
172
|
+
|
|
173
|
+
#### Parameters
|
|
174
|
+
|
|
175
|
+
| Name | Type |
|
|
176
|
+
| :------ | :------ |
|
|
177
|
+
| `actions` | [`DataTableAction`](../interfaces/DataTableAction.md)\<`TData`\>[] |
|
|
178
|
+
| `options` | `ActionColumnOptions` |
|
|
179
|
+
|
|
180
|
+
#### Returns
|
|
181
|
+
|
|
182
|
+
`ColumnDef`\<`TData`\>
|
|
183
|
+
|
|
184
|
+
#### Defined in
|
|
185
|
+
|
|
186
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:197](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L197)
|
|
187
|
+
|
|
188
|
+
___
|
|
189
|
+
|
|
190
|
+
### createCustomColumn
|
|
191
|
+
|
|
192
|
+
▸ **createCustomColumn**\<`TData`\>(`key`, `options?`): `ColumnDef`\<`TData`\>
|
|
193
|
+
|
|
194
|
+
Create a custom column
|
|
195
|
+
|
|
196
|
+
#### Type parameters
|
|
197
|
+
|
|
198
|
+
| Name | Type |
|
|
199
|
+
| :------ | :------ |
|
|
200
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
201
|
+
|
|
202
|
+
#### Parameters
|
|
203
|
+
|
|
204
|
+
| Name | Type |
|
|
205
|
+
| :------ | :------ |
|
|
206
|
+
| `key` | `string` \| keyof `TData` |
|
|
207
|
+
| `options` | `CustomColumnOptions`\<`TData`\> |
|
|
208
|
+
|
|
209
|
+
#### Returns
|
|
210
|
+
|
|
211
|
+
`ColumnDef`\<`TData`\>
|
|
212
|
+
|
|
213
|
+
#### Defined in
|
|
214
|
+
|
|
215
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:229](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L229)
|
|
216
|
+
|
|
217
|
+
___
|
|
218
|
+
|
|
219
|
+
### createColumnsFromConfig
|
|
220
|
+
|
|
221
|
+
▸ **createColumnsFromConfig**\<`TData`\>(`config`): `ColumnDef`\<`TData`\>[]
|
|
222
|
+
|
|
223
|
+
Create columns from simple configuration
|
|
224
|
+
|
|
225
|
+
#### Type parameters
|
|
226
|
+
|
|
227
|
+
| Name | Type |
|
|
228
|
+
| :------ | :------ |
|
|
229
|
+
| `TData` | extends [`DataRecord`](../modules.md#datarecord) |
|
|
230
|
+
|
|
231
|
+
#### Parameters
|
|
232
|
+
|
|
233
|
+
| Name | Type |
|
|
234
|
+
| :------ | :------ |
|
|
235
|
+
| `config` | `ColumnConfig`\<`TData`\>[] |
|
|
236
|
+
|
|
237
|
+
#### Returns
|
|
238
|
+
|
|
239
|
+
`ColumnDef`\<`TData`\>[]
|
|
240
|
+
|
|
241
|
+
#### Defined in
|
|
242
|
+
|
|
243
|
+
[packages/core/src/components/DataTable/core/ColumnFactory.ts:252](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/core/ColumnFactory.ts#L252)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.66](../README.md) / [Exports](../modules.md) / AggregateConfig
|
|
2
2
|
|
|
3
3
|
# Interface: AggregateConfig
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ Aggregate configuration
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
23
|
+
[packages/core/src/components/DataTable/types.ts:339](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L339)
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
@@ -30,7 +30,7 @@ ___
|
|
|
30
30
|
|
|
31
31
|
#### Defined in
|
|
32
32
|
|
|
33
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
33
|
+
[packages/core/src/components/DataTable/types.ts:340](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L340)
|
|
34
34
|
|
|
35
35
|
___
|
|
36
36
|
|
|
@@ -40,4 +40,4 @@ ___
|
|
|
40
40
|
|
|
41
41
|
#### Defined in
|
|
42
42
|
|
|
43
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
43
|
+
[packages/core/src/components/DataTable/types.ts:341](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L341)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[@jmruthers/pace-core - v0.5.
|
|
1
|
+
[@jmruthers/pace-core - v0.5.66](../README.md) / [Exports](../modules.md) / DataTableAction
|
|
2
2
|
|
|
3
3
|
# Interface: DataTableAction\<TData\>
|
|
4
4
|
|
|
@@ -38,7 +38,7 @@ Display label for the action
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
41
|
+
[packages/core/src/components/DataTable/types.ts:286](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L286)
|
|
42
42
|
|
|
43
43
|
___
|
|
44
44
|
|
|
@@ -50,7 +50,7 @@ Icon component
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
53
|
+
[packages/core/src/components/DataTable/types.ts:288](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L288)
|
|
54
54
|
|
|
55
55
|
___
|
|
56
56
|
|
|
@@ -76,7 +76,7 @@ Action handler
|
|
|
76
76
|
|
|
77
77
|
#### Defined in
|
|
78
78
|
|
|
79
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
79
|
+
[packages/core/src/components/DataTable/types.ts:290](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L290)
|
|
80
80
|
|
|
81
81
|
___
|
|
82
82
|
|
|
@@ -88,7 +88,7 @@ Visual variant
|
|
|
88
88
|
|
|
89
89
|
#### Defined in
|
|
90
90
|
|
|
91
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
91
|
+
[packages/core/src/components/DataTable/types.ts:292](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L292)
|
|
92
92
|
|
|
93
93
|
___
|
|
94
94
|
|
|
@@ -114,7 +114,7 @@ Whether action is disabled
|
|
|
114
114
|
|
|
115
115
|
#### Defined in
|
|
116
116
|
|
|
117
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
117
|
+
[packages/core/src/components/DataTable/types.ts:294](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L294)
|
|
118
118
|
|
|
119
119
|
___
|
|
120
120
|
|
|
@@ -126,7 +126,7 @@ Whether action is hidden (for RBAC)
|
|
|
126
126
|
|
|
127
127
|
#### Defined in
|
|
128
128
|
|
|
129
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
129
|
+
[packages/core/src/components/DataTable/types.ts:296](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L296)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -138,7 +138,7 @@ Test ID for testing
|
|
|
138
138
|
|
|
139
139
|
#### Defined in
|
|
140
140
|
|
|
141
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
141
|
+
[packages/core/src/components/DataTable/types.ts:298](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L298)
|
|
142
142
|
|
|
143
143
|
___
|
|
144
144
|
|
|
@@ -150,7 +150,7 @@ Whether this action should only show for parent rows (hierarchical mode)
|
|
|
150
150
|
|
|
151
151
|
#### Defined in
|
|
152
152
|
|
|
153
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
153
|
+
[packages/core/src/components/DataTable/types.ts:300](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L300)
|
|
154
154
|
|
|
155
155
|
___
|
|
156
156
|
|
|
@@ -162,7 +162,7 @@ Whether this action should only show for child rows (hierarchical mode)
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
165
|
+
[packages/core/src/components/DataTable/types.ts:302](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L302)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -174,7 +174,7 @@ Icon component for parent rows (overrides icon when showForParent is true)
|
|
|
174
174
|
|
|
175
175
|
#### Defined in
|
|
176
176
|
|
|
177
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
177
|
+
[packages/core/src/components/DataTable/types.ts:304](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L304)
|
|
178
178
|
|
|
179
179
|
___
|
|
180
180
|
|
|
@@ -186,7 +186,7 @@ Icon component for child rows (overrides icon when showForChild is true)
|
|
|
186
186
|
|
|
187
187
|
#### Defined in
|
|
188
188
|
|
|
189
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
189
|
+
[packages/core/src/components/DataTable/types.ts:306](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L306)
|
|
190
190
|
|
|
191
191
|
___
|
|
192
192
|
|
|
@@ -198,7 +198,7 @@ Label for parent rows (overrides label when showForParent is true)
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
201
|
+
[packages/core/src/components/DataTable/types.ts:308](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L308)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -210,4 +210,4 @@ Label for child rows (overrides label when showForChild is true)
|
|
|
210
210
|
|
|
211
211
|
#### Defined in
|
|
212
212
|
|
|
213
|
-
[packages/core/src/components/DataTable/types.ts:
|
|
213
|
+
[packages/core/src/components/DataTable/types.ts:310](https://github.com/jmruthers/pace-core/blob/main/packages/core/src/components/DataTable/types.ts#L310)
|