@fluentui/react-components 9.10.1 → 9.11.1
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 +145 -1
- package/CHANGELOG.md +61 -2
- package/dist/index.d.ts +150 -0
- package/dist/unstable.d.ts +20 -140
- package/lib/Concepts/Icons/ReactIconGrid.js +5 -2
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +31 -2
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +5 -2
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js +177 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +40 -180
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +32 -31
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,151 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 23 Jan 2023 16:41:41 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.11.1",
|
|
7
|
+
"version": "9.11.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "martin.troback@axis.com",
|
|
12
|
+
"package": "@fluentui/react-components",
|
|
13
|
+
"commit": "c075fab840bf34761b3b8dfc2e37de1ad2ac23fc",
|
|
14
|
+
"comment": "make unsized icons searchable"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "mifraser@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-components",
|
|
19
|
+
"commit": "547235ce85eef5fc65ed0cdd51ef5244d480b4b6",
|
|
20
|
+
"comment": "feat: Export 'Virtualizer' as unstable"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "arthurd@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-portal",
|
|
25
|
+
"commit": "f6440277702514c86bd2a640a7706940ffcbe7d0",
|
|
26
|
+
"comment": "clean up parent reference to avoid memory leaks"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"prerelease": [
|
|
30
|
+
{
|
|
31
|
+
"author": "behowell@microsoft.com",
|
|
32
|
+
"package": "@fluentui/react-field",
|
|
33
|
+
"commit": "1f145044a1ef3707e0724d75f9b70e7d2af69375",
|
|
34
|
+
"comment": "chore: Simplify Field layout styles"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "behowell@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-field",
|
|
39
|
+
"commit": "b04b2f0c02f2ccd7960905a886ce27f2321fee72",
|
|
40
|
+
"comment": "fix: Stretch Field components to full width"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "behowell@microsoft.com",
|
|
44
|
+
"package": "@fluentui/react-field",
|
|
45
|
+
"commit": "48a6fc95e6eb7530c162390fb70db7fac88b15ab",
|
|
46
|
+
"comment": "fix: Update Field label padding to match spec"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "behowell@microsoft.com",
|
|
50
|
+
"package": "@fluentui/react-field",
|
|
51
|
+
"commit": "014041b7447b02856ae50638de71bdb829b0a759",
|
|
52
|
+
"comment": "fix: Field sets role=\"alert\" on its error message so it is announced by screen readers"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-progress",
|
|
57
|
+
"commit": "22b51ad9694bdaa9dbf0bd1283421d65f77dbf8c",
|
|
58
|
+
"comment": "Rename rectangular shape to square"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "olfedias@microsoft.com",
|
|
62
|
+
"package": "@fluentui/react-table",
|
|
63
|
+
"commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7",
|
|
64
|
+
"comment": "docs: update imports in DataGrid stories"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"author": "mifraser@microsoft.com",
|
|
68
|
+
"package": "@fluentui/react-virtualizer",
|
|
69
|
+
"commit": "547235ce85eef5fc65ed0cdd51ef5244d480b4b6",
|
|
70
|
+
"comment": "feat: Initial unstable release of the Virtualizer"
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"date": "Wed, 18 Jan 2023 16:32:53 GMT",
|
|
77
|
+
"tag": "@fluentui/react-components_v9.11.0",
|
|
78
|
+
"version": "9.11.0",
|
|
79
|
+
"comments": {
|
|
80
|
+
"patch": [
|
|
81
|
+
{
|
|
82
|
+
"author": "lingfangao@hotmail.com",
|
|
83
|
+
"package": "@fluentui/priority-overflow",
|
|
84
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
85
|
+
"comment": "Release as stable"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"author": "lingfangao@hotmail.com",
|
|
89
|
+
"package": "@fluentui/react-components",
|
|
90
|
+
"commit": "d8caa0e6c6d1e4ace415dec6f767411acca43415",
|
|
91
|
+
"comment": "Release @fluentui/react-table as RC"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"author": "lingfangao@hotmail.com",
|
|
95
|
+
"package": "@fluentui/react-overflow",
|
|
96
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
97
|
+
"comment": "Release as stable"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"author": "lingfangao@hotmail.com",
|
|
101
|
+
"package": "@fluentui/react-portal",
|
|
102
|
+
"commit": "13cf1d07a6df4617106c731ba0379b6102a08104",
|
|
103
|
+
"comment": "fix: Insert css variables class at render time"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"author": "lingfangao@hotmail.com",
|
|
107
|
+
"package": "@fluentui/react-toolbar",
|
|
108
|
+
"commit": "c00be5f379d806949158774212e1681f7c3d1325",
|
|
109
|
+
"comment": "Release `@fluentui/react-toolbar` as stable"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"minor": [
|
|
113
|
+
{
|
|
114
|
+
"author": "lingfangao@hotmail.com",
|
|
115
|
+
"package": "@fluentui/react-components",
|
|
116
|
+
"commit": "e59f114d3244739a7917813ea02c59d53406d902",
|
|
117
|
+
"comment": "Release @fluentui/react-overflow as stable"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"author": "lingfangao@hotmail.com",
|
|
121
|
+
"package": "@fluentui/react-components",
|
|
122
|
+
"commit": "c00be5f379d806949158774212e1681f7c3d1325",
|
|
123
|
+
"comment": "Release `@fluentui/react-toolbar` as stable"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"author": "yuanboxue@microsoft.com",
|
|
127
|
+
"package": "@fluentui/react-tabster",
|
|
128
|
+
"commit": "2dd64b998750525c3e6a4c1652c33305d772ada7",
|
|
129
|
+
"comment": "feat: add modalizer id to `useModalAttributes` option"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"prerelease": [
|
|
133
|
+
{
|
|
134
|
+
"author": "lingfangao@hotmail.com",
|
|
135
|
+
"package": "@fluentui/react-table",
|
|
136
|
+
"commit": "d8caa0e6c6d1e4ace415dec6f767411acca43415",
|
|
137
|
+
"comment": "Release @fluentui/react-table as RC"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"author": "lingfangao@hotmail.com",
|
|
141
|
+
"package": "@fluentui/react-table",
|
|
142
|
+
"commit": "64989c23309e77e51bb42c00609fd2425cd20680",
|
|
143
|
+
"comment": "fix(TableCellActions): Background should match rown on hover and active"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"date": "Tue, 17 Jan 2023 12:22:54 GMT",
|
|
6
150
|
"tag": "@fluentui/react-components_v9.10.1",
|
|
7
151
|
"version": "9.10.1",
|
|
8
152
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,71 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 Jan 2023 16:41:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.11.1)
|
|
8
|
+
|
|
9
|
+
Mon, 23 Jan 2023 16:41:41 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.11.0..@fluentui/react-components_v9.11.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- make unsized icons searchable ([PR #26451](https://github.com/microsoft/fluentui/pull/26451) by martin.troback@axis.com)
|
|
16
|
+
- feat: Export 'Virtualizer' as unstable ([PR #25451](https://github.com/microsoft/fluentui/pull/25451) by mifraser@microsoft.com)
|
|
17
|
+
- `@fluentui/react-portal`
|
|
18
|
+
- clean up parent reference to avoid memory leaks ([PR #26435](https://github.com/microsoft/fluentui/pull/26435) by arthurd@microsoft.com)
|
|
19
|
+
|
|
20
|
+
### Changes
|
|
21
|
+
|
|
22
|
+
- `@fluentui/react-field`
|
|
23
|
+
- chore: Simplify Field layout styles ([PR #26352](https://github.com/microsoft/fluentui/pull/26352) by behowell@microsoft.com)
|
|
24
|
+
- fix: Stretch Field components to full width ([PR #26412](https://github.com/microsoft/fluentui/pull/26412) by behowell@microsoft.com)
|
|
25
|
+
- fix: Update Field label padding to match spec ([PR #26413](https://github.com/microsoft/fluentui/pull/26413) by behowell@microsoft.com)
|
|
26
|
+
- fix: Field sets role="alert" on its error message so it is announced by screen readers ([PR #26414](https://github.com/microsoft/fluentui/pull/26414) by behowell@microsoft.com)
|
|
27
|
+
- `@fluentui/react-progress`
|
|
28
|
+
- Rename rectangular shape to square ([PR #26419](https://github.com/microsoft/fluentui/pull/26419) by miroslav.stastny@microsoft.com)
|
|
29
|
+
- `@fluentui/react-table`
|
|
30
|
+
- docs: update imports in DataGrid stories ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by olfedias@microsoft.com)
|
|
31
|
+
- `@fluentui/react-virtualizer`
|
|
32
|
+
- feat: Initial unstable release of the Virtualizer ([PR #25451](https://github.com/microsoft/fluentui/pull/25451) by mifraser@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.11.0)
|
|
35
|
+
|
|
36
|
+
Wed, 18 Jan 2023 16:32:53 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.10.1..@fluentui/react-components_v9.11.0)
|
|
38
|
+
|
|
39
|
+
### Minor changes
|
|
40
|
+
|
|
41
|
+
- `@fluentui/react-components`
|
|
42
|
+
- Release @fluentui/react-overflow as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
43
|
+
- Release `@fluentui/react-toolbar` as stable ([PR #26384](https://github.com/microsoft/fluentui/pull/26384) by lingfangao@hotmail.com)
|
|
44
|
+
- `@fluentui/react-tabster`
|
|
45
|
+
- feat: add modalizer id to `useModalAttributes` option ([PR #26387](https://github.com/microsoft/fluentui/pull/26387) by yuanboxue@microsoft.com)
|
|
46
|
+
|
|
47
|
+
### Patches
|
|
48
|
+
|
|
49
|
+
- `@fluentui/priority-overflow`
|
|
50
|
+
- Release as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
51
|
+
- `@fluentui/react-components`
|
|
52
|
+
- Release @fluentui/react-table as RC ([PR #26381](https://github.com/microsoft/fluentui/pull/26381) by lingfangao@hotmail.com)
|
|
53
|
+
- `@fluentui/react-overflow`
|
|
54
|
+
- Release as stable ([PR #26380](https://github.com/microsoft/fluentui/pull/26380) by lingfangao@hotmail.com)
|
|
55
|
+
- `@fluentui/react-portal`
|
|
56
|
+
- fix: Insert css variables class at render time ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by lingfangao@hotmail.com)
|
|
57
|
+
- `@fluentui/react-toolbar`
|
|
58
|
+
- Release `@fluentui/react-toolbar` as stable ([PR #26384](https://github.com/microsoft/fluentui/pull/26384) by lingfangao@hotmail.com)
|
|
59
|
+
|
|
60
|
+
### Changes
|
|
61
|
+
|
|
62
|
+
- `@fluentui/react-table`
|
|
63
|
+
- Release @fluentui/react-table as RC ([PR #26381](https://github.com/microsoft/fluentui/pull/26381) by lingfangao@hotmail.com)
|
|
64
|
+
- fix(TableCellActions): Background should match rown on hover and active ([PR #26373](https://github.com/microsoft/fluentui/pull/26373) by lingfangao@hotmail.com)
|
|
65
|
+
|
|
7
66
|
## [9.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.10.1)
|
|
8
67
|
|
|
9
|
-
Tue, 17 Jan 2023 12:22:
|
|
68
|
+
Tue, 17 Jan 2023 12:22:54 GMT
|
|
10
69
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.10.0..@fluentui/react-components_v9.10.1)
|
|
11
70
|
|
|
12
71
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,9 @@ import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
|
110
110
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
111
111
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
112
112
|
import { CurveTokens } from '@fluentui/react-theme';
|
|
113
|
+
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
114
|
+
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
115
|
+
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
113
116
|
import { Dialog } from '@fluentui/react-dialog';
|
|
114
117
|
import { DialogActions } from '@fluentui/react-dialog';
|
|
115
118
|
import { dialogActionsClassNames } from '@fluentui/react-dialog';
|
|
@@ -275,6 +278,10 @@ import { mergeClasses } from '@griffel/react';
|
|
|
275
278
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
276
279
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
277
280
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
281
|
+
import { Overflow } from '@fluentui/react-overflow';
|
|
282
|
+
import { OverflowItem } from '@fluentui/react-overflow';
|
|
283
|
+
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
284
|
+
import { OverflowProps } from '@fluentui/react-overflow';
|
|
278
285
|
import { PartialTheme } from '@fluentui/react-theme';
|
|
279
286
|
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
280
287
|
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -383,6 +390,8 @@ import { renderTabList_unstable } from '@fluentui/react-tabs';
|
|
|
383
390
|
import { renderText_unstable } from '@fluentui/react-text';
|
|
384
391
|
import { renderTextarea_unstable } from '@fluentui/react-textarea';
|
|
385
392
|
import { renderToggleButton_unstable } from '@fluentui/react-button';
|
|
393
|
+
import { renderToolbar_unstable } from '@fluentui/react-toolbar';
|
|
394
|
+
import { renderToolbarGroup_unstable } from '@fluentui/react-toolbar';
|
|
386
395
|
import { renderTooltip_unstable } from '@fluentui/react-tooltip';
|
|
387
396
|
import { renderToStyleElements } from '@griffel/react';
|
|
388
397
|
import { resetIdsForTests } from '@fluentui/react-utilities';
|
|
@@ -478,6 +487,32 @@ import { toggleButtonClassNames } from '@fluentui/react-button';
|
|
|
478
487
|
import { ToggleButtonProps } from '@fluentui/react-button';
|
|
479
488
|
import { ToggleButtonState } from '@fluentui/react-button';
|
|
480
489
|
import { tokens } from '@fluentui/react-theme';
|
|
490
|
+
import { Toolbar } from '@fluentui/react-toolbar';
|
|
491
|
+
import { ToolbarButton } from '@fluentui/react-toolbar';
|
|
492
|
+
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
493
|
+
import { ToolbarButtonState } from '@fluentui/react-toolbar';
|
|
494
|
+
import { toolbarClassNames } from '@fluentui/react-toolbar';
|
|
495
|
+
import { ToolbarContextValue } from '@fluentui/react-toolbar';
|
|
496
|
+
import { ToolbarContextValues } from '@fluentui/react-toolbar';
|
|
497
|
+
import { ToolbarDivider } from '@fluentui/react-toolbar';
|
|
498
|
+
import { ToolbarDividerProps } from '@fluentui/react-toolbar';
|
|
499
|
+
import { ToolbarDividerState } from '@fluentui/react-toolbar';
|
|
500
|
+
import { ToolbarGroup } from '@fluentui/react-toolbar';
|
|
501
|
+
import { toolbarGroupClassNames } from '@fluentui/react-toolbar';
|
|
502
|
+
import { ToolbarGroupProps } from '@fluentui/react-toolbar';
|
|
503
|
+
import { ToolbarGroupState } from '@fluentui/react-toolbar';
|
|
504
|
+
import { ToolbarProps } from '@fluentui/react-toolbar';
|
|
505
|
+
import { ToolbarRadioButton } from '@fluentui/react-toolbar';
|
|
506
|
+
import { ToolbarRadioButtonProps } from '@fluentui/react-toolbar';
|
|
507
|
+
import { ToolbarRadioButtonState } from '@fluentui/react-toolbar';
|
|
508
|
+
import { ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
509
|
+
import { ToolbarRadioGroupProps } from '@fluentui/react-toolbar';
|
|
510
|
+
import { ToolbarRadioGroupState } from '@fluentui/react-toolbar';
|
|
511
|
+
import { ToolbarSlots } from '@fluentui/react-toolbar';
|
|
512
|
+
import { ToolbarState } from '@fluentui/react-toolbar';
|
|
513
|
+
import { ToolbarToggleButton } from '@fluentui/react-toolbar';
|
|
514
|
+
import { ToolbarToggleButtonProps } from '@fluentui/react-toolbar';
|
|
515
|
+
import { ToolbarToggleButtonState } from '@fluentui/react-toolbar';
|
|
481
516
|
import { Tooltip } from '@fluentui/react-tooltip';
|
|
482
517
|
import { tooltipClassNames } from '@fluentui/react-tooltip';
|
|
483
518
|
import { TooltipProps } from '@fluentui/react-tooltip';
|
|
@@ -551,6 +586,8 @@ import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
|
551
586
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
552
587
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
553
588
|
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities';
|
|
589
|
+
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
590
|
+
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
554
591
|
import { useIsSSR } from '@fluentui/react-utilities';
|
|
555
592
|
import { useKeyboardNavAttribute } from '@fluentui/react-tabster';
|
|
556
593
|
import { useLabel_unstable } from '@fluentui/react-label';
|
|
@@ -590,6 +627,7 @@ import { useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
|
590
627
|
import { useMergedRefs } from '@fluentui/react-utilities';
|
|
591
628
|
import { useModalAttributes } from '@fluentui/react-tabster';
|
|
592
629
|
import { UseModalAttributesOptions } from '@fluentui/react-tabster';
|
|
630
|
+
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
593
631
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
594
632
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
595
633
|
import { usePopover_unstable } from '@fluentui/react-popover';
|
|
@@ -629,6 +667,18 @@ import { useThemeClassName_unstable as useThemeClassName } from '@fluentui/react
|
|
|
629
667
|
import { useToggleButton_unstable } from '@fluentui/react-button';
|
|
630
668
|
import { useToggleButtonStyles_unstable } from '@fluentui/react-button';
|
|
631
669
|
import { useToggleState } from '@fluentui/react-button';
|
|
670
|
+
import { useToolbar_unstable } from '@fluentui/react-toolbar';
|
|
671
|
+
import { useToolbarButton_unstable } from '@fluentui/react-toolbar';
|
|
672
|
+
import { useToolbarButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
673
|
+
import { useToolbarDivider_unstable } from '@fluentui/react-toolbar';
|
|
674
|
+
import { useToolbarDividerStyles_unstable } from '@fluentui/react-toolbar';
|
|
675
|
+
import { useToolbarGroup_unstable } from '@fluentui/react-toolbar';
|
|
676
|
+
import { useToolbarGroupStyles_unstable } from '@fluentui/react-toolbar';
|
|
677
|
+
import { useToolbarRadioButton_unstable } from '@fluentui/react-toolbar';
|
|
678
|
+
import { useToolbarRadioButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
679
|
+
import { useToolbarStyles_unstable } from '@fluentui/react-toolbar';
|
|
680
|
+
import { useToolbarToggleButton_unstable } from '@fluentui/react-toolbar';
|
|
681
|
+
import { useToolbarToggleButtonStyles_unstable } from '@fluentui/react-toolbar';
|
|
632
682
|
import { useTooltip_unstable } from '@fluentui/react-tooltip';
|
|
633
683
|
import { useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
634
684
|
import { useTooltipVisibility_unstable as useTooltipVisibility } from '@fluentui/react-shared-contexts';
|
|
@@ -860,6 +910,12 @@ export { createTeamsDarkTheme }
|
|
|
860
910
|
|
|
861
911
|
export { CurveTokens }
|
|
862
912
|
|
|
913
|
+
export { DATA_OVERFLOW_ITEM }
|
|
914
|
+
|
|
915
|
+
export { DATA_OVERFLOW_MENU }
|
|
916
|
+
|
|
917
|
+
export { DATA_OVERFLOWING }
|
|
918
|
+
|
|
863
919
|
export { Dialog }
|
|
864
920
|
|
|
865
921
|
export { DialogActions }
|
|
@@ -1190,6 +1246,14 @@ export { OnVisibleChangeData }
|
|
|
1190
1246
|
|
|
1191
1247
|
export { OpenPopoverEvents }
|
|
1192
1248
|
|
|
1249
|
+
export { Overflow }
|
|
1250
|
+
|
|
1251
|
+
export { OverflowItem }
|
|
1252
|
+
|
|
1253
|
+
export { OverflowItemProps }
|
|
1254
|
+
|
|
1255
|
+
export { OverflowProps }
|
|
1256
|
+
|
|
1193
1257
|
export { PartialTheme }
|
|
1194
1258
|
|
|
1195
1259
|
export { PartitionAvatarGroupItems }
|
|
@@ -1406,6 +1470,10 @@ export { renderTextarea_unstable }
|
|
|
1406
1470
|
|
|
1407
1471
|
export { renderToggleButton_unstable }
|
|
1408
1472
|
|
|
1473
|
+
export { renderToolbar_unstable }
|
|
1474
|
+
|
|
1475
|
+
export { renderToolbarGroup_unstable }
|
|
1476
|
+
|
|
1409
1477
|
export { renderTooltip_unstable }
|
|
1410
1478
|
|
|
1411
1479
|
export { renderToStyleElements }
|
|
@@ -1596,6 +1664,58 @@ export { ToggleButtonState }
|
|
|
1596
1664
|
|
|
1597
1665
|
export { tokens }
|
|
1598
1666
|
|
|
1667
|
+
export { Toolbar }
|
|
1668
|
+
|
|
1669
|
+
export { ToolbarButton }
|
|
1670
|
+
|
|
1671
|
+
export { ToolbarButtonProps }
|
|
1672
|
+
|
|
1673
|
+
export { ToolbarButtonState }
|
|
1674
|
+
|
|
1675
|
+
export { toolbarClassNames }
|
|
1676
|
+
|
|
1677
|
+
export { ToolbarContextValue }
|
|
1678
|
+
|
|
1679
|
+
export { ToolbarContextValues }
|
|
1680
|
+
|
|
1681
|
+
export { ToolbarDivider }
|
|
1682
|
+
|
|
1683
|
+
export { ToolbarDividerProps }
|
|
1684
|
+
|
|
1685
|
+
export { ToolbarDividerState }
|
|
1686
|
+
|
|
1687
|
+
export { ToolbarGroup }
|
|
1688
|
+
|
|
1689
|
+
export { toolbarGroupClassNames }
|
|
1690
|
+
|
|
1691
|
+
export { ToolbarGroupProps }
|
|
1692
|
+
|
|
1693
|
+
export { ToolbarGroupState }
|
|
1694
|
+
|
|
1695
|
+
export { ToolbarProps }
|
|
1696
|
+
|
|
1697
|
+
export { ToolbarRadioButton }
|
|
1698
|
+
|
|
1699
|
+
export { ToolbarRadioButtonProps }
|
|
1700
|
+
|
|
1701
|
+
export { ToolbarRadioButtonState }
|
|
1702
|
+
|
|
1703
|
+
export { ToolbarRadioGroup }
|
|
1704
|
+
|
|
1705
|
+
export { ToolbarRadioGroupProps }
|
|
1706
|
+
|
|
1707
|
+
export { ToolbarRadioGroupState }
|
|
1708
|
+
|
|
1709
|
+
export { ToolbarSlots }
|
|
1710
|
+
|
|
1711
|
+
export { ToolbarState }
|
|
1712
|
+
|
|
1713
|
+
export { ToolbarToggleButton }
|
|
1714
|
+
|
|
1715
|
+
export { ToolbarToggleButtonProps }
|
|
1716
|
+
|
|
1717
|
+
export { ToolbarToggleButtonState }
|
|
1718
|
+
|
|
1599
1719
|
export { Tooltip }
|
|
1600
1720
|
|
|
1601
1721
|
export { tooltipClassNames }
|
|
@@ -1742,6 +1862,10 @@ export { useInputStyles_unstable }
|
|
|
1742
1862
|
|
|
1743
1863
|
export { useIsomorphicLayoutEffect }
|
|
1744
1864
|
|
|
1865
|
+
export { useIsOverflowGroupVisible }
|
|
1866
|
+
|
|
1867
|
+
export { useIsOverflowItemVisible }
|
|
1868
|
+
|
|
1745
1869
|
export { useIsSSR }
|
|
1746
1870
|
|
|
1747
1871
|
export { useKeyboardNavAttribute }
|
|
@@ -1820,6 +1944,8 @@ export { useModalAttributes }
|
|
|
1820
1944
|
|
|
1821
1945
|
export { UseModalAttributesOptions }
|
|
1822
1946
|
|
|
1947
|
+
export { useOverflowMenu }
|
|
1948
|
+
|
|
1823
1949
|
export { usePersona_unstable }
|
|
1824
1950
|
|
|
1825
1951
|
export { usePersonaStyles_unstable }
|
|
@@ -1898,6 +2024,30 @@ export { useToggleButtonStyles_unstable }
|
|
|
1898
2024
|
|
|
1899
2025
|
export { useToggleState }
|
|
1900
2026
|
|
|
2027
|
+
export { useToolbar_unstable }
|
|
2028
|
+
|
|
2029
|
+
export { useToolbarButton_unstable }
|
|
2030
|
+
|
|
2031
|
+
export { useToolbarButtonStyles_unstable }
|
|
2032
|
+
|
|
2033
|
+
export { useToolbarDivider_unstable }
|
|
2034
|
+
|
|
2035
|
+
export { useToolbarDividerStyles_unstable }
|
|
2036
|
+
|
|
2037
|
+
export { useToolbarGroup_unstable }
|
|
2038
|
+
|
|
2039
|
+
export { useToolbarGroupStyles_unstable }
|
|
2040
|
+
|
|
2041
|
+
export { useToolbarRadioButton_unstable }
|
|
2042
|
+
|
|
2043
|
+
export { useToolbarRadioButtonStyles_unstable }
|
|
2044
|
+
|
|
2045
|
+
export { useToolbarStyles_unstable }
|
|
2046
|
+
|
|
2047
|
+
export { useToolbarToggleButton_unstable }
|
|
2048
|
+
|
|
2049
|
+
export { useToolbarToggleButtonStyles_unstable }
|
|
2050
|
+
|
|
1901
2051
|
export { useTooltip_unstable }
|
|
1902
2052
|
|
|
1903
2053
|
export { useTooltipStyles_unstable }
|