@fluentui/react-table 9.11.12 → 9.11.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -2
- package/lib/components/DataGridCell/DataGridCell.types.js +3 -1
- package/lib/components/DataGridCell/DataGridCell.types.js.map +1 -1
- package/lib/components/DataGridHeader/DataGridHeader.types.js +3 -1
- package/lib/components/DataGridHeader/DataGridHeader.types.js.map +1 -1
- package/lib/components/DataGridHeaderCell/DataGridHeaderCell.types.js +3 -1
- package/lib/components/DataGridHeaderCell/DataGridHeaderCell.types.js.map +1 -1
- package/lib/components/DataGridSelectionCell/DataGridSelectionCell.types.js +3 -1
- package/lib/components/DataGridSelectionCell/DataGridSelectionCell.types.js.map +1 -1
- package/lib/components/Table/Table.types.js +3 -1
- package/lib/components/Table/Table.types.js.map +1 -1
- package/lib/components/TableBody/TableBody.types.js +3 -1
- package/lib/components/TableBody/TableBody.types.js.map +1 -1
- package/lib/components/TableCell/TableCell.types.js +3 -1
- package/lib/components/TableCell/TableCell.types.js.map +1 -1
- package/lib/components/TableCellActions/TableCellActions.types.js +3 -1
- package/lib/components/TableCellActions/TableCellActions.types.js.map +1 -1
- package/lib/components/TableCellLayout/TableCellLayout.types.js +3 -1
- package/lib/components/TableCellLayout/TableCellLayout.types.js.map +1 -1
- package/lib/components/TableHeader/TableHeader.types.js +3 -1
- package/lib/components/TableHeader/TableHeader.types.js.map +1 -1
- package/lib/components/TableHeaderCell/TableHeaderCell.types.js +3 -1
- package/lib/components/TableHeaderCell/TableHeaderCell.types.js.map +1 -1
- package/lib/components/TableResizeHandle/TableResizeHandle.types.js +3 -1
- package/lib/components/TableResizeHandle/TableResizeHandle.types.js.map +1 -1
- package/lib/components/TableRow/TableRow.types.js +3 -1
- package/lib/components/TableRow/TableRow.types.js.map +1 -1
- package/lib/components/TableSelectionCell/TableSelectionCell.types.js +3 -1
- package/lib/components/TableSelectionCell/TableSelectionCell.types.js.map +1 -1
- package/lib/hooks/useTableSelection.js +3 -0
- package/lib/hooks/useTableSelection.js.map +1 -1
- package/lib-commonjs/components/DataGridCell/DataGridCell.types.js +3 -1
- package/lib-commonjs/components/DataGridCell/DataGridCell.types.js.map +1 -1
- package/lib-commonjs/components/DataGridHeader/DataGridHeader.types.js +3 -1
- package/lib-commonjs/components/DataGridHeader/DataGridHeader.types.js.map +1 -1
- package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.types.js +3 -1
- package/lib-commonjs/components/DataGridHeaderCell/DataGridHeaderCell.types.js.map +1 -1
- package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.types.js +3 -1
- package/lib-commonjs/components/DataGridSelectionCell/DataGridSelectionCell.types.js.map +1 -1
- package/lib-commonjs/components/Table/Table.types.js +3 -1
- package/lib-commonjs/components/Table/Table.types.js.map +1 -1
- package/lib-commonjs/components/TableBody/TableBody.types.js +3 -1
- package/lib-commonjs/components/TableBody/TableBody.types.js.map +1 -1
- package/lib-commonjs/components/TableCell/TableCell.types.js +3 -1
- package/lib-commonjs/components/TableCell/TableCell.types.js.map +1 -1
- package/lib-commonjs/components/TableCellActions/TableCellActions.types.js +3 -1
- package/lib-commonjs/components/TableCellActions/TableCellActions.types.js.map +1 -1
- package/lib-commonjs/components/TableCellLayout/TableCellLayout.types.js +3 -1
- package/lib-commonjs/components/TableCellLayout/TableCellLayout.types.js.map +1 -1
- package/lib-commonjs/components/TableHeader/TableHeader.types.js +3 -1
- package/lib-commonjs/components/TableHeader/TableHeader.types.js.map +1 -1
- package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.types.js +3 -1
- package/lib-commonjs/components/TableHeaderCell/TableHeaderCell.types.js.map +1 -1
- package/lib-commonjs/components/TableResizeHandle/TableResizeHandle.types.js +3 -1
- package/lib-commonjs/components/TableResizeHandle/TableResizeHandle.types.js.map +1 -1
- package/lib-commonjs/components/TableRow/TableRow.types.js +3 -1
- package/lib-commonjs/components/TableRow/TableRow.types.js.map +1 -1
- package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.types.js +3 -1
- package/lib-commonjs/components/TableSelectionCell/TableSelectionCell.types.js.map +1 -1
- package/lib-commonjs/contexts/columnIdContext.js +3 -3
- package/lib-commonjs/contexts/columnIdContext.js.map +1 -1
- package/lib-commonjs/contexts/dataGridContext.js +3 -3
- package/lib-commonjs/contexts/dataGridContext.js.map +1 -1
- package/lib-commonjs/contexts/rowIdContext.js +3 -3
- package/lib-commonjs/contexts/rowIdContext.js.map +1 -1
- package/lib-commonjs/contexts/tableContext.js +3 -3
- package/lib-commonjs/contexts/tableContext.js.map +1 -1
- package/lib-commonjs/hooks/useMeasureElement.js +3 -3
- package/lib-commonjs/hooks/useMeasureElement.js.map +1 -1
- package/lib-commonjs/hooks/useTableSelection.js +3 -0
- package/lib-commonjs/hooks/useTableSelection.js.map +1 -1
- package/lib-commonjs/index.js +213 -213
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/columnResizeUtils.js +7 -7
- package/lib-commonjs/utils/columnResizeUtils.js.map +1 -1
- package/package.json +11 -11
package/lib-commonjs/index.js
CHANGED
|
@@ -9,224 +9,206 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
13
|
-
return
|
|
12
|
+
ColumnIdContextProvider: function() {
|
|
13
|
+
return _columnIdContext.ColumnIdContextProvider;
|
|
14
14
|
},
|
|
15
|
-
|
|
16
|
-
return
|
|
15
|
+
DataGrid: function() {
|
|
16
|
+
return _DataGrid.DataGrid;
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
return
|
|
18
|
+
DataGridBody: function() {
|
|
19
|
+
return _DataGridBody.DataGridBody;
|
|
20
20
|
},
|
|
21
|
-
|
|
22
|
-
return
|
|
21
|
+
DataGridCell: function() {
|
|
22
|
+
return _DataGridCell.DataGridCell;
|
|
23
23
|
},
|
|
24
|
-
|
|
25
|
-
return
|
|
24
|
+
DataGridContextProvider: function() {
|
|
25
|
+
return _dataGridContext.DataGridContextProvider;
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
return
|
|
27
|
+
DataGridHeader: function() {
|
|
28
|
+
return _DataGridHeader.DataGridHeader;
|
|
29
29
|
},
|
|
30
|
-
|
|
31
|
-
return
|
|
30
|
+
DataGridHeaderCell: function() {
|
|
31
|
+
return _DataGridHeaderCell.DataGridHeaderCell;
|
|
32
32
|
},
|
|
33
|
-
|
|
34
|
-
return
|
|
33
|
+
DataGridRow: function() {
|
|
34
|
+
return _DataGridRow.DataGridRow;
|
|
35
35
|
},
|
|
36
|
-
|
|
37
|
-
return
|
|
36
|
+
DataGridSelectionCell: function() {
|
|
37
|
+
return _DataGridSelectionCell.DataGridSelectionCell;
|
|
38
38
|
},
|
|
39
|
-
|
|
40
|
-
return
|
|
39
|
+
TABLE_SELECTION_CELL_WIDTH: function() {
|
|
40
|
+
return _TableSelectionCell.CELL_WIDTH;
|
|
41
41
|
},
|
|
42
|
-
|
|
43
|
-
return
|
|
42
|
+
Table: function() {
|
|
43
|
+
return _Table.Table;
|
|
44
44
|
},
|
|
45
|
-
|
|
46
|
-
return
|
|
45
|
+
TableBody: function() {
|
|
46
|
+
return _TableBody.TableBody;
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
return
|
|
48
|
+
TableCell: function() {
|
|
49
|
+
return _TableCell.TableCell;
|
|
50
50
|
},
|
|
51
|
-
|
|
52
|
-
return
|
|
51
|
+
TableCellActions: function() {
|
|
52
|
+
return _TableCellActions.TableCellActions;
|
|
53
53
|
},
|
|
54
|
-
|
|
55
|
-
return
|
|
54
|
+
TableCellLayout: function() {
|
|
55
|
+
return _TableCellLayout.TableCellLayout;
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
return
|
|
57
|
+
TableContextProvider: function() {
|
|
58
|
+
return _tableContext.TableContextProvider;
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
return
|
|
60
|
+
TableHeader: function() {
|
|
61
|
+
return _TableHeader.TableHeader;
|
|
62
62
|
},
|
|
63
|
-
|
|
64
|
-
return
|
|
63
|
+
TableHeaderCell: function() {
|
|
64
|
+
return _TableHeaderCell.TableHeaderCell;
|
|
65
65
|
},
|
|
66
|
-
|
|
67
|
-
return
|
|
66
|
+
TableHeaderContextProvider: function() {
|
|
67
|
+
return _tableHeaderContext.TableHeaderContextProvider;
|
|
68
68
|
},
|
|
69
|
-
|
|
70
|
-
return
|
|
69
|
+
TableResizeHandle: function() {
|
|
70
|
+
return _TableResizeHandle.TableResizeHandle;
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
return
|
|
72
|
+
TableRow: function() {
|
|
73
|
+
return _TableRow.TableRow;
|
|
74
74
|
},
|
|
75
|
-
|
|
76
|
-
return
|
|
75
|
+
TableRowIdContextProvider: function() {
|
|
76
|
+
return _rowIdContext.TableRowIdContextProvider;
|
|
77
77
|
},
|
|
78
|
-
|
|
79
|
-
return
|
|
78
|
+
TableSelectionCell: function() {
|
|
79
|
+
return _TableSelectionCell.TableSelectionCell;
|
|
80
80
|
},
|
|
81
|
-
|
|
82
|
-
return
|
|
81
|
+
createTableColumn: function() {
|
|
82
|
+
return _hooks.createTableColumn;
|
|
83
83
|
},
|
|
84
|
-
|
|
85
|
-
return
|
|
84
|
+
dataGridBodyClassNames: function() {
|
|
85
|
+
return _DataGridBody.dataGridBodyClassNames;
|
|
86
86
|
},
|
|
87
|
-
|
|
88
|
-
return
|
|
87
|
+
dataGridCellClassNames: function() {
|
|
88
|
+
return _DataGridCell.dataGridCellClassNames;
|
|
89
89
|
},
|
|
90
|
-
|
|
91
|
-
return
|
|
90
|
+
dataGridClassNames: function() {
|
|
91
|
+
return _DataGrid.dataGridClassNames;
|
|
92
92
|
},
|
|
93
|
-
|
|
94
|
-
return
|
|
93
|
+
dataGridHeaderCellClassNames: function() {
|
|
94
|
+
return _DataGridHeaderCell.dataGridHeaderCellClassNames;
|
|
95
95
|
},
|
|
96
|
-
|
|
97
|
-
return
|
|
96
|
+
dataGridHeaderClassNames: function() {
|
|
97
|
+
return _DataGridHeader.dataGridHeaderClassNames;
|
|
98
98
|
},
|
|
99
|
-
|
|
100
|
-
return
|
|
99
|
+
dataGridRowClassNames: function() {
|
|
100
|
+
return _DataGridRow.dataGridRowClassNames;
|
|
101
101
|
},
|
|
102
|
-
|
|
103
|
-
return
|
|
102
|
+
dataGridSelectionCellClassNames: function() {
|
|
103
|
+
return _DataGridSelectionCell.dataGridSelectionCellClassNames;
|
|
104
104
|
},
|
|
105
|
-
|
|
106
|
-
return
|
|
105
|
+
renderDataGridBody_unstable: function() {
|
|
106
|
+
return _DataGridBody.renderDataGridBody_unstable;
|
|
107
107
|
},
|
|
108
|
-
|
|
109
|
-
return
|
|
108
|
+
renderDataGridCell_unstable: function() {
|
|
109
|
+
return _DataGridCell.renderDataGridCell_unstable;
|
|
110
110
|
},
|
|
111
|
-
|
|
112
|
-
return
|
|
111
|
+
renderDataGridHeaderCell_unstable: function() {
|
|
112
|
+
return _DataGridHeaderCell.renderDataGridHeaderCell_unstable;
|
|
113
113
|
},
|
|
114
|
-
|
|
115
|
-
return
|
|
114
|
+
renderDataGridHeader_unstable: function() {
|
|
115
|
+
return _DataGridHeader.renderDataGridHeader_unstable;
|
|
116
116
|
},
|
|
117
|
-
|
|
118
|
-
return
|
|
117
|
+
renderDataGridRow_unstable: function() {
|
|
118
|
+
return _DataGridRow.renderDataGridRow_unstable;
|
|
119
119
|
},
|
|
120
|
-
|
|
121
|
-
return
|
|
120
|
+
renderDataGridSelectionCell_unstable: function() {
|
|
121
|
+
return _DataGridSelectionCell.renderDataGridSelectionCell_unstable;
|
|
122
122
|
},
|
|
123
|
-
|
|
124
|
-
return
|
|
123
|
+
renderDataGrid_unstable: function() {
|
|
124
|
+
return _DataGrid.renderDataGrid_unstable;
|
|
125
125
|
},
|
|
126
|
-
|
|
127
|
-
return
|
|
126
|
+
renderTableBody_unstable: function() {
|
|
127
|
+
return _TableBody.renderTableBody_unstable;
|
|
128
128
|
},
|
|
129
|
-
|
|
130
|
-
return
|
|
129
|
+
renderTableCellActions_unstable: function() {
|
|
130
|
+
return _TableCellActions.renderTableCellActions_unstable;
|
|
131
131
|
},
|
|
132
|
-
|
|
133
|
-
return
|
|
132
|
+
renderTableCellLayout_unstable: function() {
|
|
133
|
+
return _TableCellLayout.renderTableCellLayout_unstable;
|
|
134
|
+
},
|
|
135
|
+
renderTableCell_unstable: function() {
|
|
136
|
+
return _TableCell.renderTableCell_unstable;
|
|
134
137
|
},
|
|
135
138
|
renderTableHeaderCell_unstable: function() {
|
|
136
139
|
return _TableHeaderCell.renderTableHeaderCell_unstable;
|
|
137
140
|
},
|
|
138
|
-
|
|
139
|
-
return
|
|
140
|
-
},
|
|
141
|
-
tableResizeHandleClassNames: function() {
|
|
142
|
-
return _TableResizeHandle.tableResizeHandleClassNames;
|
|
143
|
-
},
|
|
144
|
-
useTableResizeHandleStyles_unstable: function() {
|
|
145
|
-
return _TableResizeHandle.useTableResizeHandleStyles_unstable;
|
|
146
|
-
},
|
|
147
|
-
useTableResizeHandle_unstable: function() {
|
|
148
|
-
return _TableResizeHandle.useTableResizeHandle_unstable;
|
|
141
|
+
renderTableHeader_unstable: function() {
|
|
142
|
+
return _TableHeader.renderTableHeader_unstable;
|
|
149
143
|
},
|
|
150
144
|
renderTableResizeHandle_unstable: function() {
|
|
151
145
|
return _TableResizeHandle.renderTableResizeHandle_unstable;
|
|
152
146
|
},
|
|
153
|
-
|
|
154
|
-
return
|
|
155
|
-
},
|
|
156
|
-
useColumnIdContext: function() {
|
|
157
|
-
return _columnIdContext.useColumnIdContext;
|
|
158
|
-
},
|
|
159
|
-
TableContextProvider: function() {
|
|
160
|
-
return _tableContext.TableContextProvider;
|
|
161
|
-
},
|
|
162
|
-
useTableContext: function() {
|
|
163
|
-
return _tableContext.useTableContext;
|
|
164
|
-
},
|
|
165
|
-
useTableRowIdContext: function() {
|
|
166
|
-
return _rowIdContext.useTableRowIdContext;
|
|
147
|
+
renderTableRow_unstable: function() {
|
|
148
|
+
return _TableRow.renderTableRow_unstable;
|
|
167
149
|
},
|
|
168
|
-
|
|
169
|
-
return
|
|
150
|
+
renderTableSelectionCell_unstable: function() {
|
|
151
|
+
return _TableSelectionCell.renderTableSelectionCell_unstable;
|
|
170
152
|
},
|
|
171
|
-
|
|
172
|
-
return
|
|
153
|
+
renderTable_unstable: function() {
|
|
154
|
+
return _Table.renderTable_unstable;
|
|
173
155
|
},
|
|
174
|
-
|
|
175
|
-
return
|
|
156
|
+
tableBodyClassName: function() {
|
|
157
|
+
return _TableBody.tableBodyClassName;
|
|
176
158
|
},
|
|
177
|
-
|
|
178
|
-
return
|
|
159
|
+
tableBodyClassNames: function() {
|
|
160
|
+
return _TableBody.tableBodyClassNames;
|
|
179
161
|
},
|
|
180
|
-
|
|
181
|
-
return
|
|
162
|
+
tableCellActionsClassNames: function() {
|
|
163
|
+
return _TableCellActions.tableCellActionsClassNames;
|
|
182
164
|
},
|
|
183
|
-
|
|
184
|
-
return
|
|
165
|
+
tableCellClassName: function() {
|
|
166
|
+
return _TableCell.tableCellClassName;
|
|
185
167
|
},
|
|
186
|
-
|
|
187
|
-
return
|
|
168
|
+
tableCellClassNames: function() {
|
|
169
|
+
return _TableCell.tableCellClassNames;
|
|
188
170
|
},
|
|
189
|
-
|
|
190
|
-
return
|
|
171
|
+
tableCellLayoutClassNames: function() {
|
|
172
|
+
return _TableCellLayout.tableCellLayoutClassNames;
|
|
191
173
|
},
|
|
192
|
-
|
|
193
|
-
return
|
|
174
|
+
tableClassName: function() {
|
|
175
|
+
return _Table.tableClassName;
|
|
194
176
|
},
|
|
195
|
-
|
|
196
|
-
return
|
|
177
|
+
tableClassNames: function() {
|
|
178
|
+
return _Table.tableClassNames;
|
|
197
179
|
},
|
|
198
|
-
|
|
199
|
-
return
|
|
180
|
+
tableHeaderCellClassName: function() {
|
|
181
|
+
return _TableHeaderCell.tableHeaderCellClassName;
|
|
200
182
|
},
|
|
201
|
-
|
|
202
|
-
return
|
|
183
|
+
tableHeaderCellClassNames: function() {
|
|
184
|
+
return _TableHeaderCell.tableHeaderCellClassNames;
|
|
203
185
|
},
|
|
204
|
-
|
|
205
|
-
return
|
|
186
|
+
tableHeaderClassName: function() {
|
|
187
|
+
return _TableHeader.tableHeaderClassName;
|
|
206
188
|
},
|
|
207
|
-
|
|
208
|
-
return
|
|
189
|
+
tableHeaderClassNames: function() {
|
|
190
|
+
return _TableHeader.tableHeaderClassNames;
|
|
209
191
|
},
|
|
210
|
-
|
|
211
|
-
return
|
|
192
|
+
tableResizeHandleClassNames: function() {
|
|
193
|
+
return _TableResizeHandle.tableResizeHandleClassNames;
|
|
212
194
|
},
|
|
213
|
-
|
|
214
|
-
return
|
|
195
|
+
tableRowClassName: function() {
|
|
196
|
+
return _TableRow.tableRowClassName;
|
|
215
197
|
},
|
|
216
|
-
|
|
217
|
-
return
|
|
198
|
+
tableRowClassNames: function() {
|
|
199
|
+
return _TableRow.tableRowClassNames;
|
|
218
200
|
},
|
|
219
|
-
|
|
220
|
-
return
|
|
201
|
+
tableSelectionCellClassNames: function() {
|
|
202
|
+
return _TableSelectionCell.tableSelectionCellClassNames;
|
|
221
203
|
},
|
|
222
|
-
|
|
223
|
-
return
|
|
204
|
+
useColumnIdContext: function() {
|
|
205
|
+
return _columnIdContext.useColumnIdContext;
|
|
224
206
|
},
|
|
225
|
-
|
|
226
|
-
return
|
|
207
|
+
useDataGridBodyStyles_unstable: function() {
|
|
208
|
+
return _DataGridBody.useDataGridBodyStyles_unstable;
|
|
227
209
|
},
|
|
228
|
-
|
|
229
|
-
return
|
|
210
|
+
useDataGridBody_unstable: function() {
|
|
211
|
+
return _DataGridBody.useDataGridBody_unstable;
|
|
230
212
|
},
|
|
231
213
|
useDataGridCellStyles_unstable: function() {
|
|
232
214
|
return _DataGridCell.useDataGridCellStyles_unstable;
|
|
@@ -234,14 +216,23 @@ _export(exports, {
|
|
|
234
216
|
useDataGridCell_unstable: function() {
|
|
235
217
|
return _DataGridCell.useDataGridCell_unstable;
|
|
236
218
|
},
|
|
237
|
-
|
|
238
|
-
return
|
|
219
|
+
useDataGridContextValues_unstable: function() {
|
|
220
|
+
return _DataGrid.useDataGridContextValues_unstable;
|
|
239
221
|
},
|
|
240
|
-
|
|
241
|
-
return
|
|
222
|
+
useDataGridContext_unstable: function() {
|
|
223
|
+
return _dataGridContext.useDataGridContext_unstable;
|
|
242
224
|
},
|
|
243
|
-
|
|
244
|
-
return
|
|
225
|
+
useDataGridHeaderCellStyles_unstable: function() {
|
|
226
|
+
return _DataGridHeaderCell.useDataGridHeaderCellStyles_unstable;
|
|
227
|
+
},
|
|
228
|
+
useDataGridHeaderCell_unstable: function() {
|
|
229
|
+
return _DataGridHeaderCell.useDataGridHeaderCell_unstable;
|
|
230
|
+
},
|
|
231
|
+
useDataGridHeaderStyles_unstable: function() {
|
|
232
|
+
return _DataGridHeader.useDataGridHeaderStyles_unstable;
|
|
233
|
+
},
|
|
234
|
+
useDataGridHeader_unstable: function() {
|
|
235
|
+
return _DataGridHeader.useDataGridHeader_unstable;
|
|
245
236
|
},
|
|
246
237
|
useDataGridRowStyles_unstable: function() {
|
|
247
238
|
return _DataGridRow.useDataGridRowStyles_unstable;
|
|
@@ -249,92 +240,101 @@ _export(exports, {
|
|
|
249
240
|
useDataGridRow_unstable: function() {
|
|
250
241
|
return _DataGridRow.useDataGridRow_unstable;
|
|
251
242
|
},
|
|
252
|
-
|
|
253
|
-
return
|
|
243
|
+
useDataGridSelectionCellStyles_unstable: function() {
|
|
244
|
+
return _DataGridSelectionCell.useDataGridSelectionCellStyles_unstable;
|
|
254
245
|
},
|
|
255
|
-
|
|
256
|
-
return
|
|
246
|
+
useDataGridSelectionCell_unstable: function() {
|
|
247
|
+
return _DataGridSelectionCell.useDataGridSelectionCell_unstable;
|
|
257
248
|
},
|
|
258
|
-
|
|
259
|
-
return
|
|
249
|
+
useDataGridStyles_unstable: function() {
|
|
250
|
+
return _DataGrid.useDataGridStyles_unstable;
|
|
260
251
|
},
|
|
261
|
-
|
|
262
|
-
return
|
|
252
|
+
useDataGrid_unstable: function() {
|
|
253
|
+
return _DataGrid.useDataGrid_unstable;
|
|
263
254
|
},
|
|
264
|
-
|
|
265
|
-
return
|
|
255
|
+
useIsInTableHeader: function() {
|
|
256
|
+
return _tableHeaderContext.useIsInTableHeader;
|
|
266
257
|
},
|
|
267
|
-
|
|
268
|
-
return
|
|
258
|
+
useTableBodyStyles_unstable: function() {
|
|
259
|
+
return _TableBody.useTableBodyStyles_unstable;
|
|
269
260
|
},
|
|
270
|
-
|
|
271
|
-
return
|
|
261
|
+
useTableBody_unstable: function() {
|
|
262
|
+
return _TableBody.useTableBody_unstable;
|
|
272
263
|
},
|
|
273
|
-
|
|
274
|
-
return
|
|
264
|
+
useTableCellActionsStyles_unstable: function() {
|
|
265
|
+
return _TableCellActions.useTableCellActionsStyles_unstable;
|
|
275
266
|
},
|
|
276
|
-
|
|
277
|
-
return
|
|
267
|
+
useTableCellActions_unstable: function() {
|
|
268
|
+
return _TableCellActions.useTableCellActions_unstable;
|
|
278
269
|
},
|
|
279
|
-
|
|
280
|
-
return
|
|
270
|
+
useTableCellLayoutStyles_unstable: function() {
|
|
271
|
+
return _TableCellLayout.useTableCellLayoutStyles_unstable;
|
|
281
272
|
},
|
|
282
|
-
|
|
283
|
-
return
|
|
273
|
+
useTableCellLayout_unstable: function() {
|
|
274
|
+
return _TableCellLayout.useTableCellLayout_unstable;
|
|
284
275
|
},
|
|
285
|
-
|
|
286
|
-
return
|
|
276
|
+
useTableCellStyles_unstable: function() {
|
|
277
|
+
return _TableCell.useTableCellStyles_unstable;
|
|
287
278
|
},
|
|
288
|
-
|
|
289
|
-
return
|
|
279
|
+
useTableCell_unstable: function() {
|
|
280
|
+
return _TableCell.useTableCell_unstable;
|
|
290
281
|
},
|
|
291
|
-
|
|
292
|
-
return
|
|
282
|
+
useTableColumnSizing_unstable: function() {
|
|
283
|
+
return _hooks.useTableColumnSizing_unstable;
|
|
293
284
|
},
|
|
294
|
-
|
|
295
|
-
return
|
|
285
|
+
useTableCompositeNavigation: function() {
|
|
286
|
+
return _hooks.useTableCompositeNavigation;
|
|
296
287
|
},
|
|
297
|
-
|
|
298
|
-
return
|
|
288
|
+
useTableContext: function() {
|
|
289
|
+
return _tableContext.useTableContext;
|
|
299
290
|
},
|
|
300
|
-
|
|
301
|
-
return
|
|
291
|
+
useTableFeatures: function() {
|
|
292
|
+
return _hooks.useTableFeatures;
|
|
302
293
|
},
|
|
303
|
-
|
|
304
|
-
return
|
|
294
|
+
useTableHeaderCellStyles_unstable: function() {
|
|
295
|
+
return _TableHeaderCell.useTableHeaderCellStyles_unstable;
|
|
305
296
|
},
|
|
306
|
-
|
|
307
|
-
return
|
|
297
|
+
useTableHeaderCell_unstable: function() {
|
|
298
|
+
return _TableHeaderCell.useTableHeaderCell_unstable;
|
|
308
299
|
},
|
|
309
|
-
|
|
310
|
-
return
|
|
300
|
+
useTableHeaderStyles_unstable: function() {
|
|
301
|
+
return _TableHeader.useTableHeaderStyles_unstable;
|
|
311
302
|
},
|
|
312
|
-
|
|
313
|
-
return
|
|
303
|
+
useTableHeader_unstable: function() {
|
|
304
|
+
return _TableHeader.useTableHeader_unstable;
|
|
314
305
|
},
|
|
315
|
-
|
|
316
|
-
return
|
|
306
|
+
useTableResizeHandleStyles_unstable: function() {
|
|
307
|
+
return _TableResizeHandle.useTableResizeHandleStyles_unstable;
|
|
317
308
|
},
|
|
318
|
-
|
|
319
|
-
return
|
|
309
|
+
useTableResizeHandle_unstable: function() {
|
|
310
|
+
return _TableResizeHandle.useTableResizeHandle_unstable;
|
|
320
311
|
},
|
|
321
|
-
|
|
322
|
-
return
|
|
312
|
+
useTableRowIdContext: function() {
|
|
313
|
+
return _rowIdContext.useTableRowIdContext;
|
|
323
314
|
},
|
|
324
|
-
|
|
325
|
-
return
|
|
315
|
+
useTableRowStyles_unstable: function() {
|
|
316
|
+
return _TableRow.useTableRowStyles_unstable;
|
|
326
317
|
},
|
|
327
|
-
|
|
328
|
-
return
|
|
318
|
+
useTableRow_unstable: function() {
|
|
319
|
+
return _TableRow.useTableRow_unstable;
|
|
329
320
|
},
|
|
330
|
-
|
|
331
|
-
return
|
|
321
|
+
useTableSelection: function() {
|
|
322
|
+
return _hooks.useTableSelection;
|
|
332
323
|
},
|
|
333
|
-
|
|
334
|
-
return
|
|
324
|
+
useTableSelectionCellStyles_unstable: function() {
|
|
325
|
+
return _TableSelectionCell.useTableSelectionCellStyles_unstable;
|
|
335
326
|
},
|
|
336
|
-
|
|
337
|
-
return
|
|
327
|
+
useTableSelectionCell_unstable: function() {
|
|
328
|
+
return _TableSelectionCell.useTableSelectionCell_unstable;
|
|
329
|
+
},
|
|
330
|
+
useTableSort: function() {
|
|
331
|
+
return _hooks.useTableSort;
|
|
332
|
+
},
|
|
333
|
+
useTableStyles_unstable: function() {
|
|
334
|
+
return _Table.useTableStyles_unstable;
|
|
335
|
+
},
|
|
336
|
+
useTable_unstable: function() {
|
|
337
|
+
return _Table.useTable_unstable;
|
|
338
338
|
}
|
|
339
339
|
});
|
|
340
340
|
const _hooks = require("./hooks");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export { useTableFeatures, useTableSelection, useTableSort, createTableColumn, useTableColumnSizing_unstable, useTableCompositeNavigation } from './hooks';\nexport { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_unstable, useTableCell_unstable, renderTableCell_unstable } from './TableCell';\nexport { TableRow, tableRowClassNames, tableRowClassName, useTableRowStyles_unstable, useTableRow_unstable, renderTableRow_unstable } from './TableRow';\nexport { TableBody, tableBodyClassName, tableBodyClassNames, useTableBodyStyles_unstable, useTableBody_unstable, renderTableBody_unstable } from './TableBody';\nexport { Table, tableClassName, tableClassNames, useTableStyles_unstable, useTable_unstable, renderTable_unstable } from './Table';\nexport { TableHeader, tableHeaderClassNames, tableHeaderClassName, useTableHeaderStyles_unstable, useTableHeader_unstable, renderTableHeader_unstable } from './TableHeader';\nexport { TableHeaderCell, tableHeaderCellClassName, tableHeaderCellClassNames, useTableHeaderCellStyles_unstable, useTableHeaderCell_unstable, renderTableHeaderCell_unstable } from './TableHeaderCell';\nexport { TableResizeHandle, tableResizeHandleClassNames, useTableResizeHandleStyles_unstable, useTableResizeHandle_unstable, renderTableResizeHandle_unstable } from './TableResizeHandle';\nexport { ColumnIdContextProvider, useColumnIdContext } from './contexts/columnIdContext';\nexport { TableContextProvider, useTableContext } from './contexts/tableContext';\nexport { useTableRowIdContext, TableRowIdContextProvider } from './contexts/rowIdContext';\nexport { TableHeaderContextProvider, useIsInTableHeader } from './contexts/tableHeaderContext';\nexport { TableSelectionCell, useTableSelectionCellStyles_unstable, useTableSelectionCell_unstable, renderTableSelectionCell_unstable, tableSelectionCellClassNames, CELL_WIDTH as TABLE_SELECTION_CELL_WIDTH } from './TableSelectionCell';\nexport { TableCellActions, tableCellActionsClassNames, useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable } from './TableCellActions';\nexport { TableCellLayout, tableCellLayoutClassNames, useTableCellLayoutStyles_unstable, useTableCellLayout_unstable, renderTableCellLayout_unstable } from './TableCellLayout';\nexport { DataGridCell, dataGridCellClassNames, useDataGridCellStyles_unstable, useDataGridCell_unstable, renderDataGridCell_unstable } from './DataGridCell';\nexport { DataGridRow, dataGridRowClassNames, useDataGridRowStyles_unstable, useDataGridRow_unstable, renderDataGridRow_unstable } from './DataGridRow';\nexport { DataGridBody, dataGridBodyClassNames, useDataGridBodyStyles_unstable, useDataGridBody_unstable, renderDataGridBody_unstable } from './DataGridBody';\nexport { DataGrid, dataGridClassNames, useDataGridStyles_unstable, useDataGrid_unstable, renderDataGrid_unstable, useDataGridContextValues_unstable } from './DataGrid';\nexport { DataGridContextProvider, useDataGridContext_unstable } from './contexts/dataGridContext';\nexport { DataGridHeader, dataGridHeaderClassNames, useDataGridHeaderStyles_unstable, useDataGridHeader_unstable, renderDataGridHeader_unstable } from './DataGridHeader';\nexport { DataGridHeaderCell, dataGridHeaderCellClassNames, useDataGridHeaderCellStyles_unstable, useDataGridHeaderCell_unstable, renderDataGridHeaderCell_unstable } from './DataGridHeaderCell';\nexport { DataGridSelectionCell, useDataGridSelectionCellStyles_unstable, useDataGridSelectionCell_unstable, renderDataGridSelectionCell_unstable, dataGridSelectionCellClassNames } from './DataGridSelectionCell';\n"],"names":["
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { useTableFeatures, useTableSelection, useTableSort, createTableColumn, useTableColumnSizing_unstable, useTableCompositeNavigation } from './hooks';\nexport { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_unstable, useTableCell_unstable, renderTableCell_unstable } from './TableCell';\nexport { TableRow, tableRowClassNames, tableRowClassName, useTableRowStyles_unstable, useTableRow_unstable, renderTableRow_unstable } from './TableRow';\nexport { TableBody, tableBodyClassName, tableBodyClassNames, useTableBodyStyles_unstable, useTableBody_unstable, renderTableBody_unstable } from './TableBody';\nexport { Table, tableClassName, tableClassNames, useTableStyles_unstable, useTable_unstable, renderTable_unstable } from './Table';\nexport { TableHeader, tableHeaderClassNames, tableHeaderClassName, useTableHeaderStyles_unstable, useTableHeader_unstable, renderTableHeader_unstable } from './TableHeader';\nexport { TableHeaderCell, tableHeaderCellClassName, tableHeaderCellClassNames, useTableHeaderCellStyles_unstable, useTableHeaderCell_unstable, renderTableHeaderCell_unstable } from './TableHeaderCell';\nexport { TableResizeHandle, tableResizeHandleClassNames, useTableResizeHandleStyles_unstable, useTableResizeHandle_unstable, renderTableResizeHandle_unstable } from './TableResizeHandle';\nexport { ColumnIdContextProvider, useColumnIdContext } from './contexts/columnIdContext';\nexport { TableContextProvider, useTableContext } from './contexts/tableContext';\nexport { useTableRowIdContext, TableRowIdContextProvider } from './contexts/rowIdContext';\nexport { TableHeaderContextProvider, useIsInTableHeader } from './contexts/tableHeaderContext';\nexport { TableSelectionCell, useTableSelectionCellStyles_unstable, useTableSelectionCell_unstable, renderTableSelectionCell_unstable, tableSelectionCellClassNames, CELL_WIDTH as TABLE_SELECTION_CELL_WIDTH } from './TableSelectionCell';\nexport { TableCellActions, tableCellActionsClassNames, useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable } from './TableCellActions';\nexport { TableCellLayout, tableCellLayoutClassNames, useTableCellLayoutStyles_unstable, useTableCellLayout_unstable, renderTableCellLayout_unstable } from './TableCellLayout';\nexport { DataGridCell, dataGridCellClassNames, useDataGridCellStyles_unstable, useDataGridCell_unstable, renderDataGridCell_unstable } from './DataGridCell';\nexport { DataGridRow, dataGridRowClassNames, useDataGridRowStyles_unstable, useDataGridRow_unstable, renderDataGridRow_unstable } from './DataGridRow';\nexport { DataGridBody, dataGridBodyClassNames, useDataGridBodyStyles_unstable, useDataGridBody_unstable, renderDataGridBody_unstable } from './DataGridBody';\nexport { DataGrid, dataGridClassNames, useDataGridStyles_unstable, useDataGrid_unstable, renderDataGrid_unstable, useDataGridContextValues_unstable } from './DataGrid';\nexport { DataGridContextProvider, useDataGridContext_unstable } from './contexts/dataGridContext';\nexport { DataGridHeader, dataGridHeaderClassNames, useDataGridHeaderStyles_unstable, useDataGridHeader_unstable, renderDataGridHeader_unstable } from './DataGridHeader';\nexport { DataGridHeaderCell, dataGridHeaderCellClassNames, useDataGridHeaderCellStyles_unstable, useDataGridHeaderCell_unstable, renderDataGridHeaderCell_unstable } from './DataGridHeaderCell';\nexport { DataGridSelectionCell, useDataGridSelectionCellStyles_unstable, useDataGridSelectionCell_unstable, renderDataGridSelectionCell_unstable, dataGridSelectionCellClassNames } from './DataGridSelectionCell';\n"],"names":["ColumnIdContextProvider","DataGrid","DataGridBody","DataGridCell","DataGridContextProvider","DataGridHeader","DataGridHeaderCell","DataGridRow","DataGridSelectionCell","TABLE_SELECTION_CELL_WIDTH","CELL_WIDTH","Table","TableBody","TableCell","TableCellActions","TableCellLayout","TableContextProvider","TableHeader","TableHeaderCell","TableHeaderContextProvider","TableResizeHandle","TableRow","TableRowIdContextProvider","TableSelectionCell","createTableColumn","dataGridBodyClassNames","dataGridCellClassNames","dataGridClassNames","dataGridHeaderCellClassNames","dataGridHeaderClassNames","dataGridRowClassNames","dataGridSelectionCellClassNames","renderDataGridBody_unstable","renderDataGridCell_unstable","renderDataGridHeaderCell_unstable","renderDataGridHeader_unstable","renderDataGridRow_unstable","renderDataGridSelectionCell_unstable","renderDataGrid_unstable","renderTableBody_unstable","renderTableCellActions_unstable","renderTableCellLayout_unstable","renderTableCell_unstable","renderTableHeaderCell_unstable","renderTableHeader_unstable","renderTableResizeHandle_unstable","renderTableRow_unstable","renderTableSelectionCell_unstable","renderTable_unstable","tableBodyClassName","tableBodyClassNames","tableCellActionsClassNames","tableCellClassName","tableCellClassNames","tableCellLayoutClassNames","tableClassName","tableClassNames","tableHeaderCellClassName","tableHeaderCellClassNames","tableHeaderClassName","tableHeaderClassNames","tableResizeHandleClassNames","tableRowClassName","tableRowClassNames","tableSelectionCellClassNames","useColumnIdContext","useDataGridBodyStyles_unstable","useDataGridBody_unstable","useDataGridCellStyles_unstable","useDataGridCell_unstable","useDataGridContextValues_unstable","useDataGridContext_unstable","useDataGridHeaderCellStyles_unstable","useDataGridHeaderCell_unstable","useDataGridHeaderStyles_unstable","useDataGridHeader_unstable","useDataGridRowStyles_unstable","useDataGridRow_unstable","useDataGridSelectionCellStyles_unstable","useDataGridSelectionCell_unstable","useDataGridStyles_unstable","useDataGrid_unstable","useIsInTableHeader","useTableBodyStyles_unstable","useTableBody_unstable","useTableCellActionsStyles_unstable","useTableCellActions_unstable","useTableCellLayoutStyles_unstable","useTableCellLayout_unstable","useTableCellStyles_unstable","useTableCell_unstable","useTableColumnSizing_unstable","useTableCompositeNavigation","useTableContext","useTableFeatures","useTableHeaderCellStyles_unstable","useTableHeaderCell_unstable","useTableHeaderStyles_unstable","useTableHeader_unstable","useTableResizeHandleStyles_unstable","useTableResizeHandle_unstable","useTableRowIdContext","useTableRowStyles_unstable","useTableRow_unstable","useTableSelection","useTableSelectionCellStyles_unstable","useTableSelectionCell_unstable","useTableSort","useTableStyles_unstable","useTable_unstable"],"mappings":"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"}
|