@fluentui/react-components 9.2.0 → 9.3.0
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.json +1474 -1
- package/CHANGELOG.md +231 -2
- package/dist/index.d.ts +3 -0
- package/dist/unstable.d.ts +201 -6
- package/lib/Concepts/Icons/ReactIconGrid.js +37 -27
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +5 -4
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +37 -27
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js +7 -7
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +275 -19
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +39 -38
- package/dist/tsdoc-metadata.json +0 -11
package/dist/unstable.d.ts
CHANGED
|
@@ -10,7 +10,13 @@ import { avatarGroupItemClassNames } from '@fluentui/react-avatar';
|
|
|
10
10
|
import { AvatarGroupItemProps } from '@fluentui/react-avatar';
|
|
11
11
|
import { AvatarGroupItemSlots } from '@fluentui/react-avatar';
|
|
12
12
|
import { AvatarGroupItemState } from '@fluentui/react-avatar';
|
|
13
|
+
import { AvatarGroupPopover } from '@fluentui/react-avatar';
|
|
14
|
+
import { avatarGroupPopoverClassNames } from '@fluentui/react-avatar';
|
|
15
|
+
import { AvatarGroupPopoverProps } from '@fluentui/react-avatar';
|
|
16
|
+
import { AvatarGroupPopoverSlots } from '@fluentui/react-avatar';
|
|
17
|
+
import { AvatarGroupPopoverState } from '@fluentui/react-avatar';
|
|
13
18
|
import { AvatarGroupProps } from '@fluentui/react-avatar';
|
|
19
|
+
import { AvatarGroupProvider } from '@fluentui/react-avatar';
|
|
14
20
|
import { AvatarGroupSlots } from '@fluentui/react-avatar';
|
|
15
21
|
import { AvatarGroupState } from '@fluentui/react-avatar';
|
|
16
22
|
import { Card } from '@fluentui/react-card';
|
|
@@ -35,9 +41,15 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
35
41
|
import { CardProps } from '@fluentui/react-card';
|
|
36
42
|
import { CardSlots } from '@fluentui/react-card';
|
|
37
43
|
import { CardState } from '@fluentui/react-card';
|
|
44
|
+
import { CheckboxField } from '@fluentui/react-field';
|
|
45
|
+
import { checkboxFieldClassNames } from '@fluentui/react-field';
|
|
46
|
+
import { CheckboxFieldProps } from '@fluentui/react-field';
|
|
38
47
|
import { Combobox } from '@fluentui/react-combobox';
|
|
39
48
|
import { comboboxClassNames } from '@fluentui/react-combobox';
|
|
40
49
|
import { ComboboxContextValues } from '@fluentui/react-combobox';
|
|
50
|
+
import { ComboboxField } from '@fluentui/react-field';
|
|
51
|
+
import { comboboxFieldClassNames } from '@fluentui/react-field';
|
|
52
|
+
import { ComboboxFieldProps } from '@fluentui/react-field';
|
|
41
53
|
import { ComboboxOpenChangeData } from '@fluentui/react-combobox';
|
|
42
54
|
import { ComboboxOpenEvents } from '@fluentui/react-combobox';
|
|
43
55
|
import { ComboboxProps } from '@fluentui/react-combobox';
|
|
@@ -58,7 +70,6 @@ import { dialogBodyClassNames } from '@fluentui/react-dialog';
|
|
|
58
70
|
import { DialogBodyProps } from '@fluentui/react-dialog';
|
|
59
71
|
import { DialogBodySlots } from '@fluentui/react-dialog';
|
|
60
72
|
import { DialogBodyState } from '@fluentui/react-dialog';
|
|
61
|
-
import { dialogClassNames } from '@fluentui/react-dialog';
|
|
62
73
|
import { DialogOpenChangeData } from '@fluentui/react-dialog';
|
|
63
74
|
import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
|
|
64
75
|
import { DialogProps } from '@fluentui/react-dialog';
|
|
@@ -87,6 +98,14 @@ import { DropdownOpenEvents } from '@fluentui/react-combobox';
|
|
|
87
98
|
import { DropdownProps } from '@fluentui/react-combobox';
|
|
88
99
|
import { DropdownSlots } from '@fluentui/react-combobox';
|
|
89
100
|
import { DropdownState } from '@fluentui/react-combobox';
|
|
101
|
+
import { FieldConfig } from '@fluentui/react-field';
|
|
102
|
+
import { FieldProps } from '@fluentui/react-field';
|
|
103
|
+
import { FieldSlots } from '@fluentui/react-field';
|
|
104
|
+
import { FieldState } from '@fluentui/react-field';
|
|
105
|
+
import { getFieldClassNames } from '@fluentui/react-field';
|
|
106
|
+
import { InputField } from '@fluentui/react-field';
|
|
107
|
+
import { inputFieldClassNames } from '@fluentui/react-field';
|
|
108
|
+
import { InputFieldProps } from '@fluentui/react-field';
|
|
90
109
|
import { Listbox } from '@fluentui/react-combobox';
|
|
91
110
|
import { listboxClassNames } from '@fluentui/react-combobox';
|
|
92
111
|
import { ListboxContextValues } from '@fluentui/react-combobox';
|
|
@@ -107,9 +126,13 @@ import { Overflow } from '@fluentui/react-overflow';
|
|
|
107
126
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
108
127
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
109
128
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
129
|
+
import { RadioGroupField } from '@fluentui/react-field';
|
|
130
|
+
import { radioGroupFieldClassNames } from '@fluentui/react-field';
|
|
131
|
+
import { RadioGroupFieldProps } from '@fluentui/react-field';
|
|
110
132
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
111
133
|
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
112
134
|
import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
135
|
+
import { renderAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
113
136
|
import { renderCard_unstable } from '@fluentui/react-card';
|
|
114
137
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
115
138
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
@@ -122,6 +145,7 @@ import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
|
122
145
|
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
123
146
|
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
124
147
|
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
148
|
+
import { renderField_unstable } from '@fluentui/react-field';
|
|
125
149
|
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
126
150
|
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
127
151
|
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
@@ -129,15 +153,31 @@ import { renderSelect_unstable } from '@fluentui/react-select';
|
|
|
129
153
|
import { renderTable_unstable } from '@fluentui/react-table';
|
|
130
154
|
import { renderTableBody_unstable } from '@fluentui/react-table';
|
|
131
155
|
import { renderTableCell_unstable } from '@fluentui/react-table';
|
|
156
|
+
import { renderTableCellActions_unstable } from '@fluentui/react-table';
|
|
157
|
+
import { renderTableCellLayout_unstable } from '@fluentui/react-table';
|
|
132
158
|
import { renderTableHeader_unstable } from '@fluentui/react-table';
|
|
133
159
|
import { renderTableHeaderCell_unstable } from '@fluentui/react-table';
|
|
134
160
|
import { renderTableRow_unstable } from '@fluentui/react-table';
|
|
161
|
+
import { renderTableSelectionCell_unstable } from '@fluentui/react-table';
|
|
135
162
|
import { renderToolbar_unstable } from '@fluentui/react-toolbar';
|
|
136
163
|
import { Select } from '@fluentui/react-select';
|
|
137
164
|
import { selectClassNames } from '@fluentui/react-select';
|
|
165
|
+
import { SelectField } from '@fluentui/react-field';
|
|
166
|
+
import { selectFieldClassNames } from '@fluentui/react-field';
|
|
167
|
+
import { SelectFieldProps } from '@fluentui/react-field';
|
|
138
168
|
import { SelectProps } from '@fluentui/react-select';
|
|
139
169
|
import { SelectSlots } from '@fluentui/react-select';
|
|
140
170
|
import { SelectState } from '@fluentui/react-select';
|
|
171
|
+
import { SliderField } from '@fluentui/react-field';
|
|
172
|
+
import { sliderFieldClassNames } from '@fluentui/react-field';
|
|
173
|
+
import { SliderFieldProps } from '@fluentui/react-field';
|
|
174
|
+
import { SortDirection } from '@fluentui/react-table';
|
|
175
|
+
import { SpinButtonField } from '@fluentui/react-field';
|
|
176
|
+
import { spinButtonFieldClassNames } from '@fluentui/react-field';
|
|
177
|
+
import { SpinButtonFieldProps } from '@fluentui/react-field';
|
|
178
|
+
import { SwitchField } from '@fluentui/react-field';
|
|
179
|
+
import { switchFieldClassNames } from '@fluentui/react-field';
|
|
180
|
+
import { SwitchFieldProps } from '@fluentui/react-field';
|
|
141
181
|
import { Table } from '@fluentui/react-table';
|
|
142
182
|
import { TableBody } from '@fluentui/react-table';
|
|
143
183
|
import { tableBodyClassName } from '@fluentui/react-table';
|
|
@@ -146,8 +186,14 @@ import { TableBodyProps } from '@fluentui/react-table';
|
|
|
146
186
|
import { TableBodySlots } from '@fluentui/react-table';
|
|
147
187
|
import { TableBodyState } from '@fluentui/react-table';
|
|
148
188
|
import { TableCell } from '@fluentui/react-table';
|
|
189
|
+
import { TableCellActions } from '@fluentui/react-table';
|
|
190
|
+
import { TableCellActionsProps } from '@fluentui/react-table';
|
|
191
|
+
import { TableCellActionsSlots } from '@fluentui/react-table';
|
|
192
|
+
import { TableCellActionsState } from '@fluentui/react-table';
|
|
149
193
|
import { tableCellClassName } from '@fluentui/react-table';
|
|
150
194
|
import { tableCellClassNames } from '@fluentui/react-table';
|
|
195
|
+
import { TableCellLayout } from '@fluentui/react-table';
|
|
196
|
+
import { tableCellLayoutClassNames } from '@fluentui/react-table';
|
|
151
197
|
import { TableCellProps } from '@fluentui/react-table';
|
|
152
198
|
import { TableCellSlots } from '@fluentui/react-table';
|
|
153
199
|
import { TableCellState } from '@fluentui/react-table';
|
|
@@ -175,9 +221,18 @@ import { tableRowClassNames } from '@fluentui/react-table';
|
|
|
175
221
|
import { TableRowProps } from '@fluentui/react-table';
|
|
176
222
|
import { TableRowSlots } from '@fluentui/react-table';
|
|
177
223
|
import { TableRowState } from '@fluentui/react-table';
|
|
224
|
+
import { TableSelectionCell } from '@fluentui/react-table';
|
|
225
|
+
import { tableSelectionCellClassNames } from '@fluentui/react-table';
|
|
226
|
+
import { TableSelectionCellProps } from '@fluentui/react-table';
|
|
227
|
+
import { TableSelectionCellSlots } from '@fluentui/react-table';
|
|
228
|
+
import { TableSelectionCellState } from '@fluentui/react-table';
|
|
178
229
|
import { TableSlots } from '@fluentui/react-table';
|
|
179
230
|
import { TableState } from '@fluentui/react-table';
|
|
231
|
+
import { TextareaField } from '@fluentui/react-field';
|
|
232
|
+
import { textareaFieldClassNames } from '@fluentui/react-field';
|
|
233
|
+
import { TextareaFieldProps } from '@fluentui/react-field';
|
|
180
234
|
import { Toolbar } from '@fluentui/react-toolbar';
|
|
235
|
+
import { ToolbarButton } from '@fluentui/react-toolbar';
|
|
181
236
|
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
182
237
|
import { ToolbarButtonState } from '@fluentui/react-toolbar';
|
|
183
238
|
import { toolbarClassNames } from '@fluentui/react-toolbar';
|
|
@@ -195,8 +250,11 @@ import { ToolbarToggleButtonState } from '@fluentui/react-toolbar';
|
|
|
195
250
|
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
196
251
|
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
197
252
|
import { useAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
253
|
+
import { useAvatarGroupContext_unstable } from '@fluentui/react-avatar';
|
|
198
254
|
import { useAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
199
255
|
import { useAvatarGroupItemStyles_unstable } from '@fluentui/react-avatar';
|
|
256
|
+
import { useAvatarGroupPopover_unstable } from '@fluentui/react-avatar';
|
|
257
|
+
import { useAvatarGroupPopoverStyles_unstable } from '@fluentui/react-avatar';
|
|
200
258
|
import { useAvatarGroupStyles_unstable } from '@fluentui/react-avatar';
|
|
201
259
|
import { useCard_unstable } from '@fluentui/react-card';
|
|
202
260
|
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
@@ -213,7 +271,6 @@ import { useDialogActions_unstable } from '@fluentui/react-dialog';
|
|
|
213
271
|
import { useDialogActionsStyles_unstable } from '@fluentui/react-dialog';
|
|
214
272
|
import { useDialogBody_unstable } from '@fluentui/react-dialog';
|
|
215
273
|
import { useDialogBodyStyles_unstable } from '@fluentui/react-dialog';
|
|
216
|
-
import { useDialogStyles_unstable } from '@fluentui/react-dialog';
|
|
217
274
|
import { useDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
218
275
|
import { useDialogSurfaceStyles_unstable } from '@fluentui/react-dialog';
|
|
219
276
|
import { useDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
@@ -221,6 +278,8 @@ import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
|
221
278
|
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
222
279
|
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
223
280
|
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
281
|
+
import { useField_unstable } from '@fluentui/react-field';
|
|
282
|
+
import { useFieldStyles_unstable } from '@fluentui/react-field';
|
|
224
283
|
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
225
284
|
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
226
285
|
import { useListbox_unstable } from '@fluentui/react-combobox';
|
|
@@ -236,6 +295,10 @@ import { useTable_unstable } from '@fluentui/react-table';
|
|
|
236
295
|
import { useTableBody_unstable } from '@fluentui/react-table';
|
|
237
296
|
import { useTableBodyStyles_unstable } from '@fluentui/react-table';
|
|
238
297
|
import { useTableCell_unstable } from '@fluentui/react-table';
|
|
298
|
+
import { useTableCellActions_unstable } from '@fluentui/react-table';
|
|
299
|
+
import { useTableCellActionsStyles_unstable } from '@fluentui/react-table';
|
|
300
|
+
import { useTableCellLayout_unstable } from '@fluentui/react-table';
|
|
301
|
+
import { useTableCellLayoutStyles_unstable } from '@fluentui/react-table';
|
|
239
302
|
import { useTableCellStyles_unstable } from '@fluentui/react-table';
|
|
240
303
|
import { useTableContext } from '@fluentui/react-table';
|
|
241
304
|
import { useTableHeader_unstable } from '@fluentui/react-table';
|
|
@@ -244,6 +307,8 @@ import { useTableHeaderCellStyles_unstable } from '@fluentui/react-table';
|
|
|
244
307
|
import { useTableHeaderStyles_unstable } from '@fluentui/react-table';
|
|
245
308
|
import { useTableRow_unstable } from '@fluentui/react-table';
|
|
246
309
|
import { useTableRowStyles_unstable } from '@fluentui/react-table';
|
|
310
|
+
import { useTableSelectionCell_unstable } from '@fluentui/react-table';
|
|
311
|
+
import { useTableSelectionCellStyles_unstable } from '@fluentui/react-table';
|
|
247
312
|
import { useTableStyles_unstable } from '@fluentui/react-table';
|
|
248
313
|
import { useToolbar_unstable } from '@fluentui/react-toolbar';
|
|
249
314
|
import { useToolbarDividerStyles_unstable } from '@fluentui/react-toolbar';
|
|
@@ -273,8 +338,20 @@ export { AvatarGroupItemSlots }
|
|
|
273
338
|
|
|
274
339
|
export { AvatarGroupItemState }
|
|
275
340
|
|
|
341
|
+
export { AvatarGroupPopover }
|
|
342
|
+
|
|
343
|
+
export { avatarGroupPopoverClassNames }
|
|
344
|
+
|
|
345
|
+
export { AvatarGroupPopoverProps }
|
|
346
|
+
|
|
347
|
+
export { AvatarGroupPopoverSlots }
|
|
348
|
+
|
|
349
|
+
export { AvatarGroupPopoverState }
|
|
350
|
+
|
|
276
351
|
export { AvatarGroupProps }
|
|
277
352
|
|
|
353
|
+
export { AvatarGroupProvider }
|
|
354
|
+
|
|
278
355
|
export { AvatarGroupSlots }
|
|
279
356
|
|
|
280
357
|
export { AvatarGroupState }
|
|
@@ -323,12 +400,24 @@ export { CardSlots }
|
|
|
323
400
|
|
|
324
401
|
export { CardState }
|
|
325
402
|
|
|
403
|
+
export { CheckboxField }
|
|
404
|
+
|
|
405
|
+
export { checkboxFieldClassNames }
|
|
406
|
+
|
|
407
|
+
export { CheckboxFieldProps }
|
|
408
|
+
|
|
326
409
|
export { Combobox }
|
|
327
410
|
|
|
328
411
|
export { comboboxClassNames }
|
|
329
412
|
|
|
330
413
|
export { ComboboxContextValues }
|
|
331
414
|
|
|
415
|
+
export { ComboboxField }
|
|
416
|
+
|
|
417
|
+
export { comboboxFieldClassNames }
|
|
418
|
+
|
|
419
|
+
export { ComboboxFieldProps }
|
|
420
|
+
|
|
332
421
|
export { ComboboxOpenChangeData }
|
|
333
422
|
|
|
334
423
|
export { ComboboxOpenEvents }
|
|
@@ -369,8 +458,6 @@ export { DialogBodySlots }
|
|
|
369
458
|
|
|
370
459
|
export { DialogBodyState }
|
|
371
460
|
|
|
372
|
-
export { dialogClassNames }
|
|
373
|
-
|
|
374
461
|
export { DialogOpenChangeData }
|
|
375
462
|
|
|
376
463
|
export { DialogOpenChangeEvent }
|
|
@@ -427,6 +514,22 @@ export { DropdownSlots }
|
|
|
427
514
|
|
|
428
515
|
export { DropdownState }
|
|
429
516
|
|
|
517
|
+
export { FieldConfig }
|
|
518
|
+
|
|
519
|
+
export { FieldProps }
|
|
520
|
+
|
|
521
|
+
export { FieldSlots }
|
|
522
|
+
|
|
523
|
+
export { FieldState }
|
|
524
|
+
|
|
525
|
+
export { getFieldClassNames }
|
|
526
|
+
|
|
527
|
+
export { InputField }
|
|
528
|
+
|
|
529
|
+
export { inputFieldClassNames }
|
|
530
|
+
|
|
531
|
+
export { InputFieldProps }
|
|
532
|
+
|
|
430
533
|
export { Listbox }
|
|
431
534
|
|
|
432
535
|
export { listboxClassNames }
|
|
@@ -467,12 +570,20 @@ export { OverflowItemProps }
|
|
|
467
570
|
|
|
468
571
|
export { OverflowProps }
|
|
469
572
|
|
|
573
|
+
export { RadioGroupField }
|
|
574
|
+
|
|
575
|
+
export { radioGroupFieldClassNames }
|
|
576
|
+
|
|
577
|
+
export { RadioGroupFieldProps }
|
|
578
|
+
|
|
470
579
|
export { renderAlert_unstable }
|
|
471
580
|
|
|
472
581
|
export { renderAvatarGroup_unstable }
|
|
473
582
|
|
|
474
583
|
export { renderAvatarGroupItem_unstable }
|
|
475
584
|
|
|
585
|
+
export { renderAvatarGroupPopover_unstable }
|
|
586
|
+
|
|
476
587
|
export { renderCard_unstable }
|
|
477
588
|
|
|
478
589
|
export { renderCardFooter_unstable }
|
|
@@ -497,6 +608,8 @@ export { renderDialogTrigger_unstable }
|
|
|
497
608
|
|
|
498
609
|
export { renderDropdown_unstable }
|
|
499
610
|
|
|
611
|
+
export { renderField_unstable }
|
|
612
|
+
|
|
500
613
|
export { renderListbox_unstable }
|
|
501
614
|
|
|
502
615
|
export { renderOption_unstable }
|
|
@@ -511,24 +624,56 @@ export { renderTableBody_unstable }
|
|
|
511
624
|
|
|
512
625
|
export { renderTableCell_unstable }
|
|
513
626
|
|
|
627
|
+
export { renderTableCellActions_unstable }
|
|
628
|
+
|
|
629
|
+
export { renderTableCellLayout_unstable }
|
|
630
|
+
|
|
514
631
|
export { renderTableHeader_unstable }
|
|
515
632
|
|
|
516
633
|
export { renderTableHeaderCell_unstable }
|
|
517
634
|
|
|
518
635
|
export { renderTableRow_unstable }
|
|
519
636
|
|
|
637
|
+
export { renderTableSelectionCell_unstable }
|
|
638
|
+
|
|
520
639
|
export { renderToolbar_unstable }
|
|
521
640
|
|
|
522
641
|
export { Select }
|
|
523
642
|
|
|
524
643
|
export { selectClassNames }
|
|
525
644
|
|
|
645
|
+
export { SelectField }
|
|
646
|
+
|
|
647
|
+
export { selectFieldClassNames }
|
|
648
|
+
|
|
649
|
+
export { SelectFieldProps }
|
|
650
|
+
|
|
526
651
|
export { SelectProps }
|
|
527
652
|
|
|
528
653
|
export { SelectSlots }
|
|
529
654
|
|
|
530
655
|
export { SelectState }
|
|
531
656
|
|
|
657
|
+
export { SliderField }
|
|
658
|
+
|
|
659
|
+
export { sliderFieldClassNames }
|
|
660
|
+
|
|
661
|
+
export { SliderFieldProps }
|
|
662
|
+
|
|
663
|
+
export { SortDirection }
|
|
664
|
+
|
|
665
|
+
export { SpinButtonField }
|
|
666
|
+
|
|
667
|
+
export { spinButtonFieldClassNames }
|
|
668
|
+
|
|
669
|
+
export { SpinButtonFieldProps }
|
|
670
|
+
|
|
671
|
+
export { SwitchField }
|
|
672
|
+
|
|
673
|
+
export { switchFieldClassNames }
|
|
674
|
+
|
|
675
|
+
export { SwitchFieldProps }
|
|
676
|
+
|
|
532
677
|
export { Table }
|
|
533
678
|
|
|
534
679
|
export { TableBody }
|
|
@@ -545,10 +690,22 @@ export { TableBodyState }
|
|
|
545
690
|
|
|
546
691
|
export { TableCell }
|
|
547
692
|
|
|
693
|
+
export { TableCellActions }
|
|
694
|
+
|
|
695
|
+
export { TableCellActionsProps }
|
|
696
|
+
|
|
697
|
+
export { TableCellActionsSlots }
|
|
698
|
+
|
|
699
|
+
export { TableCellActionsState }
|
|
700
|
+
|
|
548
701
|
export { tableCellClassName }
|
|
549
702
|
|
|
550
703
|
export { tableCellClassNames }
|
|
551
704
|
|
|
705
|
+
export { TableCellLayout }
|
|
706
|
+
|
|
707
|
+
export { tableCellLayoutClassNames }
|
|
708
|
+
|
|
552
709
|
export { TableCellProps }
|
|
553
710
|
|
|
554
711
|
export { TableCellSlots }
|
|
@@ -603,12 +760,30 @@ export { TableRowSlots }
|
|
|
603
760
|
|
|
604
761
|
export { TableRowState }
|
|
605
762
|
|
|
763
|
+
export { TableSelectionCell }
|
|
764
|
+
|
|
765
|
+
export { tableSelectionCellClassNames }
|
|
766
|
+
|
|
767
|
+
export { TableSelectionCellProps }
|
|
768
|
+
|
|
769
|
+
export { TableSelectionCellSlots }
|
|
770
|
+
|
|
771
|
+
export { TableSelectionCellState }
|
|
772
|
+
|
|
606
773
|
export { TableSlots }
|
|
607
774
|
|
|
608
775
|
export { TableState }
|
|
609
776
|
|
|
777
|
+
export { TextareaField }
|
|
778
|
+
|
|
779
|
+
export { textareaFieldClassNames }
|
|
780
|
+
|
|
781
|
+
export { TextareaFieldProps }
|
|
782
|
+
|
|
610
783
|
export { Toolbar }
|
|
611
784
|
|
|
785
|
+
export { ToolbarButton }
|
|
786
|
+
|
|
612
787
|
export { ToolbarButtonProps }
|
|
613
788
|
|
|
614
789
|
export { ToolbarButtonState }
|
|
@@ -643,10 +818,16 @@ export { useAlertStyles_unstable }
|
|
|
643
818
|
|
|
644
819
|
export { useAvatarGroup_unstable }
|
|
645
820
|
|
|
821
|
+
export { useAvatarGroupContext_unstable }
|
|
822
|
+
|
|
646
823
|
export { useAvatarGroupItem_unstable }
|
|
647
824
|
|
|
648
825
|
export { useAvatarGroupItemStyles_unstable }
|
|
649
826
|
|
|
827
|
+
export { useAvatarGroupPopover_unstable }
|
|
828
|
+
|
|
829
|
+
export { useAvatarGroupPopoverStyles_unstable }
|
|
830
|
+
|
|
650
831
|
export { useAvatarGroupStyles_unstable }
|
|
651
832
|
|
|
652
833
|
export { useCard_unstable }
|
|
@@ -679,8 +860,6 @@ export { useDialogBody_unstable }
|
|
|
679
860
|
|
|
680
861
|
export { useDialogBodyStyles_unstable }
|
|
681
862
|
|
|
682
|
-
export { useDialogStyles_unstable }
|
|
683
|
-
|
|
684
863
|
export { useDialogSurface_unstable }
|
|
685
864
|
|
|
686
865
|
export { useDialogSurfaceStyles_unstable }
|
|
@@ -695,6 +874,10 @@ export { useDropdown_unstable }
|
|
|
695
874
|
|
|
696
875
|
export { useDropdownStyles_unstable }
|
|
697
876
|
|
|
877
|
+
export { useField_unstable }
|
|
878
|
+
|
|
879
|
+
export { useFieldStyles_unstable }
|
|
880
|
+
|
|
698
881
|
export { useIsOverflowGroupVisible }
|
|
699
882
|
|
|
700
883
|
export { useIsOverflowItemVisible }
|
|
@@ -725,6 +908,14 @@ export { useTableBodyStyles_unstable }
|
|
|
725
908
|
|
|
726
909
|
export { useTableCell_unstable }
|
|
727
910
|
|
|
911
|
+
export { useTableCellActions_unstable }
|
|
912
|
+
|
|
913
|
+
export { useTableCellActionsStyles_unstable }
|
|
914
|
+
|
|
915
|
+
export { useTableCellLayout_unstable }
|
|
916
|
+
|
|
917
|
+
export { useTableCellLayoutStyles_unstable }
|
|
918
|
+
|
|
728
919
|
export { useTableCellStyles_unstable }
|
|
729
920
|
|
|
730
921
|
export { useTableContext }
|
|
@@ -741,6 +932,10 @@ export { useTableRow_unstable }
|
|
|
741
932
|
|
|
742
933
|
export { useTableRowStyles_unstable }
|
|
743
934
|
|
|
935
|
+
export { useTableSelectionCell_unstable }
|
|
936
|
+
|
|
937
|
+
export { useTableSelectionCellStyles_unstable }
|
|
938
|
+
|
|
744
939
|
export { useTableStyles_unstable }
|
|
745
940
|
|
|
746
941
|
export { useToolbar_unstable }
|
|
@@ -6,37 +6,40 @@ import { __styles, shorthands } from '@griffel/react';
|
|
|
6
6
|
|
|
7
7
|
const useStyles = /*#__PURE__*/__styles({
|
|
8
8
|
"grid": {
|
|
9
|
-
"mc9l5x": "
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
9
|
+
"mc9l5x": "f13qh94s",
|
|
10
|
+
"Budl1dq": "f103s1qi",
|
|
11
|
+
"w08cwm": "fz44487",
|
|
12
|
+
"De3pzq": "f1vbpgwy",
|
|
13
|
+
"Bqyf3fh": "f1y7pwzt",
|
|
14
|
+
"tuaewz": "fkjsrz3",
|
|
15
|
+
"js62xs": "f1v4pbv1",
|
|
16
|
+
"ge08ax": "f10n702m",
|
|
17
|
+
"vwmem1": "fukf1g8",
|
|
18
|
+
"pq1t01": "f1ke9dqw",
|
|
19
|
+
"Bspu8ag": ["ft83mph", "fduese8"],
|
|
20
|
+
"B83reyd": "ffztlgx",
|
|
21
|
+
"d2aa3c": ["fduese8", "ft83mph"],
|
|
22
|
+
"Bo0llhl": "f1ad31ox",
|
|
23
|
+
"Bfpbev4": "f1pcllc0",
|
|
24
|
+
"Bs90se3": "fdkswtx",
|
|
25
|
+
"B83tkto": "f1yxgqk0",
|
|
26
|
+
"pxe6pr": "fg04g75",
|
|
27
|
+
"Beqvepd": "fvrpp50",
|
|
28
|
+
"Bq5m64l": ["f1xqymmk", "f1mqnmtg"],
|
|
29
|
+
"B0xcf35": "f12h2kxz",
|
|
30
|
+
"B9c2vit": ["f1mqnmtg", "f1xqymmk"]
|
|
30
31
|
},
|
|
31
32
|
"searchBox": {
|
|
33
|
+
"De3pzq": "f1vbpgwy",
|
|
32
34
|
"B2u0y6b": "f1ogbl2p",
|
|
33
35
|
"jrapky": "f1dl2k97"
|
|
34
36
|
},
|
|
35
37
|
"radio": {
|
|
38
|
+
"De3pzq": "f1vbpgwy",
|
|
36
39
|
"Be2twd7": "fnsq08h"
|
|
37
40
|
}
|
|
38
41
|
}, {
|
|
39
|
-
"d": [".
|
|
42
|
+
"d": [".f13qh94s{display:grid;}", ".f103s1qi{grid-template-columns:auto auto auto auto;}", ".fz44487{grid-gap:10px;}", ".f1vbpgwy{background-color:#F7F7F7;}", ".f1y7pwzt>div{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}", ".fkjsrz3>div{background-color:#FFFFFF;}", ".f1v4pbv1>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}", ".f10n702m>div{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}", ".fukf1g8>div{-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;}", ".f1ke9dqw>div{padding-top:8px;}", ".ft83mph>div{padding-right:8px;}", ".fduese8>div{padding-left:8px;}", ".ffztlgx>div{padding-bottom:8px;}", ".f1ad31ox>div{overflow-x:hidden;}", ".f1pcllc0>div{overflow-y:hidden;}", ".fdkswtx>div>code{font-size:8px;}", ".f1yxgqk0>div>code{display:inline-block;}", ".fg04g75>div>code{height:auto;}", ".fvrpp50>div>code{padding-top:0px 8px;}", ".f1xqymmk>div>code{padding-right:0px 8px;}", ".f1mqnmtg>div>code{padding-left:0px 8px;}", ".f12h2kxz>div>code{padding-bottom:0px 8px;}", ".f1ogbl2p{max-width:320px;}", ".f1dl2k97{margin-bottom:10px;}", ".fnsq08h{font-size:11px;}"]
|
|
40
43
|
});
|
|
41
44
|
|
|
42
45
|
const reactIcons = /*#__PURE__*/Object.keys(ReactIcons) // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -53,20 +56,27 @@ const ReactIconGrid = () => {
|
|
|
53
56
|
|
|
54
57
|
const _filterBySize = ev => {
|
|
55
58
|
const newSize = ev ? ev.currentTarget.value : '';
|
|
56
|
-
|
|
59
|
+
|
|
60
|
+
if (newSize === 'All') {
|
|
61
|
+
setSize('');
|
|
62
|
+
} else if (newSize === 'Unsized') {
|
|
63
|
+
setSize('Unsized');
|
|
64
|
+
} else {
|
|
65
|
+
setSize(newSize);
|
|
66
|
+
}
|
|
57
67
|
};
|
|
58
68
|
|
|
59
69
|
const _renderIcon = Icon => {
|
|
60
|
-
return /*#__PURE__*/React.createElement("
|
|
70
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
61
71
|
key: Icon.displayName,
|
|
62
72
|
"aria-label": Icon.displayName
|
|
63
|
-
}, /*#__PURE__*/React.createElement(Icon, null), /*#__PURE__*/React.createElement("
|
|
73
|
+
}, /*#__PURE__*/React.createElement(Icon, null), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("code", null, Icon.displayName));
|
|
64
74
|
};
|
|
65
75
|
|
|
66
76
|
const filteredIcons = React.useMemo(() => reactIcons.filter(icon => {
|
|
67
77
|
var _a, _b;
|
|
68
78
|
|
|
69
|
-
return ((_a = icon.displayName) === null || _a === void 0 ? void 0 : _a.toLowerCase().indexOf(search.toLowerCase())) !== -1 && ((_b = icon.displayName) === null || _b === void 0 ? void 0 : _b.indexOf(String(size))) !== -1;
|
|
79
|
+
return size === 'Unsized' ? icon.displayName && !/\d/.test(icon.displayName.toLowerCase()) : ((_a = icon.displayName) === null || _a === void 0 ? void 0 : _a.toLowerCase().indexOf(search.toLowerCase())) !== -1 && ((_b = icon.displayName) === null || _b === void 0 ? void 0 : _b.indexOf(String(size))) !== -1;
|
|
70
80
|
}), [search, size]);
|
|
71
81
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Input, {
|
|
72
82
|
type: "search",
|
|
@@ -76,7 +86,7 @@ const ReactIconGrid = () => {
|
|
|
76
86
|
// eslint-disable-next-line react/jsx-no-bind
|
|
77
87
|
onChange: _onSearchQueryChanged,
|
|
78
88
|
className: styles.searchBox
|
|
79
|
-
}), [16, 20, 24, 28, 32, 48, 'All'].map(option => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("input", {
|
|
89
|
+
}), [16, 20, 24, 28, 32, 48, 'Unsized', 'All'].map(option => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("input", {
|
|
80
90
|
id: `option-${option}`,
|
|
81
91
|
defaultChecked: option === 24,
|
|
82
92
|
type: "radio",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Concepts/Icons/ReactIconGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB,C,CAGA;;AACA,OAAO,KAAK,UAAZ,MAA4B,uBAA5B;AACA,SAAS,KAAT,QAAsB,uBAAtB;AACA,mBAAqB,UAArB,QAAuC,gBAAvC;;AAEA,MAAM,SAAS,gBAAG;EAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;IAAA;EAAA;EAAA;IAAA;IAAA;EAAA;EAAA;IAAA;EAAA;AAAA;EAAA;AAAA,EAAlB;;
|
|
1
|
+
{"version":3,"sources":["Concepts/Icons/ReactIconGrid.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react';\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport { FluentIconsProps } from '@fluentui/react-icons';\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport * as ReactIcons from '@fluentui/react-icons';\nimport { Input } from '@fluentui/react-input';\nimport { makeStyles, shorthands } from '@griffel/react';\n\nconst useStyles = makeStyles({\n grid: {\n display: 'grid',\n gridTemplateColumns: 'auto auto auto auto',\n gridGap: '10px',\n backgroundColor: '#F7F7F7',\n\n '> div': {\n alignItems: 'center',\n backgroundColor: '#FFFFFF',\n display: 'flex',\n flexDirection: 'column',\n justifyContent: 'space-around',\n ...shorthands.padding('8px'),\n ...shorthands.overflow('hidden'),\n\n '> code': {\n fontSize: '8px',\n display: 'inline-block',\n height: 'auto',\n ...shorthands.padding('0px 8px'),\n },\n },\n },\n\n searchBox: {\n backgroundColor: '#F7F7F7',\n maxWidth: '320px',\n marginBottom: '10px',\n },\n\n radio: {\n backgroundColor: '#F7F7F7',\n fontSize: '11px',\n },\n});\n\nconst reactIcons: React.FC<ReactIcons.FluentIconsProps>[] = Object.keys(ReactIcons)\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n .map(iconName => (ReactIcons as any)[iconName])\n .filter(icon => !!icon && !!icon.displayName);\n\nconst ReactIconGrid = () => {\n const [search, setSearch] = React.useState('');\n const [size, setSize] = React.useState<string | number>(24);\n const styles = useStyles();\n\n const _onSearchQueryChanged = (ev?: React.FormEvent<HTMLInputElement>) => {\n setSearch(ev ? ev.currentTarget.value : '');\n };\n\n const _filterBySize = (ev?: React.FormEvent<HTMLElement | HTMLInputElement>) => {\n const newSize = ev ? (ev.currentTarget as HTMLInputElement).value : '';\n if (newSize === 'All') {\n setSize('');\n } else if (newSize === 'Unsized') {\n setSize('Unsized');\n } else {\n setSize(newSize);\n }\n };\n\n const _renderIcon = (Icon: React.FC<FluentIconsProps>): JSX.Element => {\n return (\n <div key={Icon.displayName} aria-label={Icon.displayName}>\n <Icon />\n <br />\n <code>{Icon.displayName}</code>\n </div>\n );\n };\n\n const filteredIcons = React.useMemo(\n () =>\n reactIcons.filter(icon =>\n size === 'Unsized'\n ? icon.displayName! && !/\\d/.test(icon.displayName.toLowerCase())\n : icon.displayName?.toLowerCase().indexOf(search.toLowerCase()) !== -1 &&\n icon.displayName?.indexOf(String(size)) !== -1,\n ),\n [search, size],\n );\n\n return (\n <div>\n <Input\n type=\"search\"\n placeholder=\"Search icons\"\n value={search}\n aria-label=\"search\"\n // eslint-disable-next-line react/jsx-no-bind\n onChange={_onSearchQueryChanged}\n className={styles.searchBox}\n />\n {[16, 20, 24, 28, 32, 48, 'Unsized', 'All'].map(option => (\n <>\n <input\n id={`option-${option}`}\n defaultChecked={option === 24}\n type=\"radio\"\n value={option}\n name=\"size\"\n onChange={_filterBySize}\n />\n <label htmlFor={`option-${option}`} className={styles.radio}>\n {option}\n </label>\n </>\n ))}\n <div className={styles.grid}>{filteredIcons.map(_renderIcon)}</div>\n </div>\n );\n};\n\nexport default ReactIconGrid;\n"],"sourceRoot":"../src/"}
|
package/lib/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Utilities
|
|
2
|
-
export {
|
|
2
|
+
export { __css, __styles, createDOMRenderer, makeStaticStyles, makeStyles, mergeClasses, RendererProvider, renderToStyleElements, shorthands } from '@griffel/react';
|
|
3
3
|
export { FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
4
4
|
export { Radio, radioClassNames, RadioGroup, RadioGroupProvider, radioGroupClassNames, renderRadio_unstable, renderRadioGroup_unstable, useRadio_unstable, useRadioGroupContext_unstable, useRadioGroupContextValues, useRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
5
5
|
export { SpinButton, renderSpinButton_unstable, spinButtonClassNames, useSpinButtonStyles_unstable, useSpinButton_unstable } from '@fluentui/react-spinbutton';
|