@fluentui/react-components 9.37.3 → 9.38.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.md +185 -2
- package/dist/index.d.ts +201 -0
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +10 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +124 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +89 -82
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +59 -51
- package/CHANGELOG.json +0 -38295
- package/assets/alert-keyboard.png +0 -0
- package/assets/alert-mouse-touch.png +0 -0
- package/assets/dialog-anatomy.png +0 -0
- package/assets/modal-keyboard.png +0 -0
- package/assets/modal-mouse-touch.png +0 -0
- package/assets/non-modal-keyboard.png +0 -0
- package/assets/non-modal-mouse-touch.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,195 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 09 Nov 2023 17:22:59 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.38.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.38.0)
|
|
8
|
+
|
|
9
|
+
Thu, 09 Nov 2023 17:22:59 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.4..@fluentui/react-components_v9.38.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: release Drawer as stable ([PR #29711](https://github.com/microsoft/fluentui/pull/29711) by marcosvmmoura@gmail.com)
|
|
16
|
+
- chore: Export missing useDrawerStyles_unstable from react-drawer. ([PR #29768](https://github.com/microsoft/fluentui/pull/29768) by Humberto.Morimoto@microsoft.com)
|
|
17
|
+
- feat: re-export toMountNodeProps() ([PR #29772](https://github.com/microsoft/fluentui/pull/29772) by jaguilarvega@microsoft.com)
|
|
18
|
+
- feat: Export selection utils ([PR #29801](https://github.com/microsoft/fluentui/pull/29801) by jirivyhnalek@microsoft.com)
|
|
19
|
+
- `@fluentui/react-drawer`
|
|
20
|
+
- chore: Export missing useDrawerStyles_unstable. ([PR #29768](https://github.com/microsoft/fluentui/pull/29768) by Humberto.Morimoto@microsoft.com)
|
|
21
|
+
- `@fluentui/react-portal`
|
|
22
|
+
- feat: export toMountNodeProps() ([PR #29772](https://github.com/microsoft/fluentui/pull/29772) by jaguilarvega@microsoft.com)
|
|
23
|
+
- `@fluentui/react-positioning`
|
|
24
|
+
- feat: add `matchTargetSize` positioning option ([PR #29690](https://github.com/microsoft/fluentui/pull/29690) by lingfangao@hotmail.com)
|
|
25
|
+
- `@fluentui/react-provider`
|
|
26
|
+
- feat: Add API for List ([PR #29771](https://github.com/microsoft/fluentui/pull/29771) by jirivyhnalek@microsoft.com)
|
|
27
|
+
- `@fluentui/react-shared-contexts`
|
|
28
|
+
- feat: Add custom style hook types for List ([PR #29771](https://github.com/microsoft/fluentui/pull/29771) by jirivyhnalek@microsoft.com)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- `@fluentui/react-checkbox`
|
|
33
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
34
|
+
- `@fluentui/react-combobox`
|
|
35
|
+
- refactor: Removes double render infavour of matchTargetSize ([PR #29690](https://github.com/microsoft/fluentui/pull/29690) by lingfangao@hotmail.com)
|
|
36
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
37
|
+
- `@fluentui/react-components`
|
|
38
|
+
- fix: mark react-tree apis as deprecated and add Deprecation heading to the /unstable module ([PR #29762](https://github.com/microsoft/fluentui/pull/29762) by martinhochel@microsoft.com)
|
|
39
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
40
|
+
- `@fluentui/react-conformance`
|
|
41
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
42
|
+
- `@fluentui/react-conformance-griffel`
|
|
43
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
44
|
+
- `@fluentui/react-context-selector`
|
|
45
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
46
|
+
- `@fluentui/react-datepicker-compat`
|
|
47
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
48
|
+
- fix: Apply onClick callback to contentAfter's span to allow usage of custom icons. ([PR #29746](https://github.com/microsoft/fluentui/pull/29746) by stevenco@microsoft.com)
|
|
49
|
+
- `@fluentui/react-dialog`
|
|
50
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
51
|
+
- `@fluentui/react-divider`
|
|
52
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
53
|
+
- `@fluentui/react-drawer`
|
|
54
|
+
- feat: release stable 9.0.0 ([PR #29711](https://github.com/microsoft/fluentui/pull/29711) by marcosvmmoura@gmail.com)
|
|
55
|
+
- `@fluentui/react-field`
|
|
56
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
57
|
+
- `@fluentui/react-image`
|
|
58
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
59
|
+
- `@fluentui/react-infolabel`
|
|
60
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
61
|
+
- `@fluentui/react-input`
|
|
62
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
63
|
+
- `@fluentui/react-jsx-runtime`
|
|
64
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
65
|
+
- `@fluentui/react-label`
|
|
66
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
67
|
+
- `@fluentui/react-link`
|
|
68
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
69
|
+
- `@fluentui/react-menu`
|
|
70
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
71
|
+
- `@fluentui/react-message-bar`
|
|
72
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
73
|
+
- `@fluentui/react-migration-v0-v9`
|
|
74
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
75
|
+
- `@fluentui/react-migration-v8-v9`
|
|
76
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
77
|
+
- `@fluentui/react-motion-preview`
|
|
78
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
79
|
+
- `@fluentui/react-overflow`
|
|
80
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
81
|
+
- `@fluentui/react-persona`
|
|
82
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
83
|
+
- `@fluentui/react-popover`
|
|
84
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
85
|
+
- `@fluentui/react-portal`
|
|
86
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
87
|
+
- `@fluentui/react-portal-compat`
|
|
88
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
89
|
+
- `@fluentui/react-portal-compat-context`
|
|
90
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
91
|
+
- `@fluentui/react-positioning`
|
|
92
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
93
|
+
- `@fluentui/react-progress`
|
|
94
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
95
|
+
- `@fluentui/react-provider`
|
|
96
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
97
|
+
- fix: useFluentProvider now returns the same empty object every time, fixing unnecessary re-renders ([PR #29757](https://github.com/microsoft/fluentui/pull/29757) by jirivyhnalek@microsoft.com)
|
|
98
|
+
- `@fluentui/react-radio`
|
|
99
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
100
|
+
- `@fluentui/react-search-preview`
|
|
101
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
102
|
+
- `@fluentui/react-select`
|
|
103
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
104
|
+
- `@fluentui/react-shared-contexts`
|
|
105
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
106
|
+
- `@fluentui/react-skeleton`
|
|
107
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
108
|
+
- `@fluentui/react-slider`
|
|
109
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
110
|
+
- `@fluentui/react-spinbutton`
|
|
111
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
112
|
+
- `@fluentui/react-spinner`
|
|
113
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
114
|
+
- `@fluentui/react-switch`
|
|
115
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
116
|
+
- `@fluentui/react-table`
|
|
117
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
118
|
+
- `@fluentui/react-tabs`
|
|
119
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
120
|
+
- `@fluentui/react-tabster`
|
|
121
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
122
|
+
- `@fluentui/react-tags`
|
|
123
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
124
|
+
- `@fluentui/react-text`
|
|
125
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
126
|
+
- `@fluentui/react-textarea`
|
|
127
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
128
|
+
- `@fluentui/react-theme`
|
|
129
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
130
|
+
- `@fluentui/react-timepicker-compat-preview`
|
|
131
|
+
- fix: rename `formatTimeStringToDate` to `parseTimeStringToDate`. ([PR #29707](https://github.com/microsoft/fluentui/pull/29707) by yuanboxue@microsoft.com)
|
|
132
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
133
|
+
- `@fluentui/react-toast`
|
|
134
|
+
- fix: Toast text content should wrap ([PR #29678](https://github.com/microsoft/fluentui/pull/29678) by lingfangao@hotmail.com)
|
|
135
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
136
|
+
- `@fluentui/react-toolbar`
|
|
137
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
138
|
+
- `@fluentui/react-tooltip`
|
|
139
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
140
|
+
- `@fluentui/react-tree`
|
|
141
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
142
|
+
- `@fluentui/react-utilities`
|
|
143
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
144
|
+
- `@fluentui/keyboard-keys`
|
|
145
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
146
|
+
- `@fluentui/priority-overflow`
|
|
147
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
148
|
+
- `@fluentui/react-accordion`
|
|
149
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
150
|
+
- `@fluentui/react-aria`
|
|
151
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
152
|
+
- `@fluentui/react-avatar`
|
|
153
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
154
|
+
- `@fluentui/react-badge`
|
|
155
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
156
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
157
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
158
|
+
- `@fluentui/react-button`
|
|
159
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
160
|
+
- `@fluentui/react-calendar-compat`
|
|
161
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
162
|
+
- `@fluentui/react-card`
|
|
163
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
164
|
+
|
|
165
|
+
### Changes
|
|
166
|
+
|
|
167
|
+
- `@fluentui/react-theme-sass`
|
|
168
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
169
|
+
- `@fluentui/react-virtualizer`
|
|
170
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
171
|
+
- `@fluentui/tokens`
|
|
172
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
173
|
+
- `@fluentui/babel-preset-global-context`
|
|
174
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
175
|
+
- `@fluentui/global-context`
|
|
176
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
177
|
+
|
|
178
|
+
## [9.37.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.4)
|
|
179
|
+
|
|
180
|
+
Mon, 06 Nov 2023 13:16:03 GMT
|
|
181
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.3..@fluentui/react-components_v9.37.4)
|
|
182
|
+
|
|
183
|
+
### Patches
|
|
184
|
+
|
|
185
|
+
- `@fluentui/react-calendar-compat`
|
|
186
|
+
- fix(Calendar): Calendar should memoize today's default value since it causes rerenders by creating a new object each time. ([PR #29747](https://github.com/microsoft/fluentui/pull/29747) by esteban.230@hotmail.com)
|
|
187
|
+
- `@fluentui/react-dialog`
|
|
188
|
+
- chore: set default DialogTransitionProvider value to `undefined` to remove animation styles from test environment. ([PR #29755](https://github.com/microsoft/fluentui/pull/29755) by yuanboxue@microsoft.com)
|
|
189
|
+
|
|
7
190
|
## [9.37.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.3)
|
|
8
191
|
|
|
9
|
-
Thu, 02 Nov 2023 17:38:
|
|
192
|
+
Thu, 02 Nov 2023 17:38:45 GMT
|
|
10
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.2..@fluentui/react-components_v9.37.3)
|
|
11
194
|
|
|
12
195
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -251,6 +251,31 @@ import { dividerClassNames } from '@fluentui/react-divider';
|
|
|
251
251
|
import { DividerProps } from '@fluentui/react-divider';
|
|
252
252
|
import { DividerSlots } from '@fluentui/react-divider';
|
|
253
253
|
import { DividerState } from '@fluentui/react-divider';
|
|
254
|
+
import { Drawer } from '@fluentui/react-drawer';
|
|
255
|
+
import { DrawerBody } from '@fluentui/react-drawer';
|
|
256
|
+
import { drawerBodyClassNames } from '@fluentui/react-drawer';
|
|
257
|
+
import { DrawerBodySlots } from '@fluentui/react-drawer';
|
|
258
|
+
import { DrawerBodyState } from '@fluentui/react-drawer';
|
|
259
|
+
import { DrawerFooter } from '@fluentui/react-drawer';
|
|
260
|
+
import { drawerFooterClassNames } from '@fluentui/react-drawer';
|
|
261
|
+
import { DrawerFooterSlots } from '@fluentui/react-drawer';
|
|
262
|
+
import { DrawerFooterState } from '@fluentui/react-drawer';
|
|
263
|
+
import { DrawerHeader } from '@fluentui/react-drawer';
|
|
264
|
+
import { drawerHeaderClassNames } from '@fluentui/react-drawer';
|
|
265
|
+
import { DrawerHeaderNavigation } from '@fluentui/react-drawer';
|
|
266
|
+
import { drawerHeaderNavigationClassNames } from '@fluentui/react-drawer';
|
|
267
|
+
import { DrawerHeaderNavigationProps } from '@fluentui/react-drawer';
|
|
268
|
+
import { DrawerHeaderNavigationSlots } from '@fluentui/react-drawer';
|
|
269
|
+
import { DrawerHeaderNavigationState } from '@fluentui/react-drawer';
|
|
270
|
+
import { DrawerHeaderSlots } from '@fluentui/react-drawer';
|
|
271
|
+
import { DrawerHeaderState } from '@fluentui/react-drawer';
|
|
272
|
+
import { DrawerHeaderTitle } from '@fluentui/react-drawer';
|
|
273
|
+
import { drawerHeaderTitleClassNames } from '@fluentui/react-drawer';
|
|
274
|
+
import { DrawerHeaderTitleSlots } from '@fluentui/react-drawer';
|
|
275
|
+
import { DrawerHeaderTitleState } from '@fluentui/react-drawer';
|
|
276
|
+
import { DrawerProps } from '@fluentui/react-drawer';
|
|
277
|
+
import { DrawerSlots } from '@fluentui/react-drawer';
|
|
278
|
+
import { DrawerState } from '@fluentui/react-drawer';
|
|
254
279
|
import { Dropdown } from '@fluentui/react-combobox';
|
|
255
280
|
import { dropdownClassNames } from '@fluentui/react-combobox';
|
|
256
281
|
import { DropdownContextValues } from '@fluentui/react-combobox';
|
|
@@ -313,6 +338,11 @@ import { infoLabelClassNames } from '@fluentui/react-infolabel';
|
|
|
313
338
|
import { InfoLabelProps } from '@fluentui/react-infolabel';
|
|
314
339
|
import { InfoLabelSlots } from '@fluentui/react-infolabel';
|
|
315
340
|
import { InfoLabelState } from '@fluentui/react-infolabel';
|
|
341
|
+
import { InlineDrawer } from '@fluentui/react-drawer';
|
|
342
|
+
import { inlineDrawerClassNames } from '@fluentui/react-drawer';
|
|
343
|
+
import { InlineDrawerProps } from '@fluentui/react-drawer';
|
|
344
|
+
import { InlineDrawerSlots } from '@fluentui/react-drawer';
|
|
345
|
+
import { InlineDrawerState } from '@fluentui/react-drawer';
|
|
316
346
|
import { Input } from '@fluentui/react-input';
|
|
317
347
|
import { inputClassNames } from '@fluentui/react-input';
|
|
318
348
|
import { InputOnChangeData } from '@fluentui/react-input';
|
|
@@ -468,6 +498,8 @@ import { MessageBarTitleProps } from '@fluentui/react-message-bar';
|
|
|
468
498
|
import { MessageBarTitleSlots } from '@fluentui/react-message-bar';
|
|
469
499
|
import { MessageBarTitleState } from '@fluentui/react-message-bar';
|
|
470
500
|
import { OnOpenChangeData } from '@fluentui/react-popover';
|
|
501
|
+
import { OnSelectionChangeCallback } from '@fluentui/react-utilities';
|
|
502
|
+
import { OnSelectionChangeData } from '@fluentui/react-utilities';
|
|
471
503
|
import { OnVisibleChangeData } from '@fluentui/react-tooltip';
|
|
472
504
|
import { OpenPopoverEvents } from '@fluentui/react-popover';
|
|
473
505
|
import { Option as Option_2 } from '@fluentui/react-combobox';
|
|
@@ -485,6 +517,11 @@ import { OverflowDivider } from '@fluentui/react-overflow';
|
|
|
485
517
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
486
518
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
487
519
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
520
|
+
import { OverlayDrawer } from '@fluentui/react-drawer';
|
|
521
|
+
import { overlayDrawerClassNames } from '@fluentui/react-drawer';
|
|
522
|
+
import { OverlayDrawerProps } from '@fluentui/react-drawer';
|
|
523
|
+
import { OverlayDrawerSlots } from '@fluentui/react-drawer';
|
|
524
|
+
import { OverlayDrawerState } from '@fluentui/react-drawer';
|
|
488
525
|
import { PartialTheme } from '@fluentui/react-theme';
|
|
489
526
|
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
490
527
|
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -587,6 +624,12 @@ import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
|
587
624
|
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
588
625
|
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
589
626
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
627
|
+
import { renderDrawer_unstable } from '@fluentui/react-drawer';
|
|
628
|
+
import { renderDrawerBody_unstable } from '@fluentui/react-drawer';
|
|
629
|
+
import { renderDrawerFooter_unstable } from '@fluentui/react-drawer';
|
|
630
|
+
import { renderDrawerHeader_unstable } from '@fluentui/react-drawer';
|
|
631
|
+
import { renderDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
|
|
632
|
+
import { renderDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
|
|
590
633
|
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
591
634
|
import { RendererProvider } from '@griffel/react';
|
|
592
635
|
import { renderField_unstable } from '@fluentui/react-field';
|
|
@@ -594,6 +637,7 @@ import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
|
594
637
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
595
638
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
596
639
|
import { renderInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
640
|
+
import { renderInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
597
641
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
598
642
|
import { renderInteractionTag_unstable } from '@fluentui/react-tags';
|
|
599
643
|
import { renderInteractionTagPrimary_unstable } from '@fluentui/react-tags';
|
|
@@ -621,6 +665,7 @@ import { renderMessageBarGroup_unstable } from '@fluentui/react-message-bar';
|
|
|
621
665
|
import { renderMessageBarTitle_unstable } from '@fluentui/react-message-bar';
|
|
622
666
|
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
623
667
|
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
668
|
+
import { renderOverlayDrawer_unstable } from '@fluentui/react-drawer';
|
|
624
669
|
import { renderPersona_unstable } from '@fluentui/react-persona';
|
|
625
670
|
import { renderPopover_unstable } from '@fluentui/react-popover';
|
|
626
671
|
import { renderPopoverSurface_unstable } from '@fluentui/react-popover';
|
|
@@ -676,6 +721,10 @@ import { ResolveShorthandOptions } from '@fluentui/react-utilities';
|
|
|
676
721
|
import { Select } from '@fluentui/react-select';
|
|
677
722
|
import { SelectableHandler } from '@fluentui/react-menu';
|
|
678
723
|
import { selectClassNames } from '@fluentui/react-select';
|
|
724
|
+
import { SelectionHookParams } from '@fluentui/react-utilities';
|
|
725
|
+
import { SelectionItemId } from '@fluentui/react-utilities';
|
|
726
|
+
import { SelectionMethods } from '@fluentui/react-utilities';
|
|
727
|
+
import { SelectionMode as SelectionMode_2 } from '@fluentui/react-utilities';
|
|
679
728
|
import { SelectOnChangeData } from '@fluentui/react-select';
|
|
680
729
|
import { SelectProps } from '@fluentui/react-select';
|
|
681
730
|
import { SelectSlots } from '@fluentui/react-select';
|
|
@@ -909,6 +958,7 @@ import { toggleButtonClassNames } from '@fluentui/react-button';
|
|
|
909
958
|
import { ToggleButtonProps } from '@fluentui/react-button';
|
|
910
959
|
import { ToggleButtonState } from '@fluentui/react-button';
|
|
911
960
|
import { tokens } from '@fluentui/react-theme';
|
|
961
|
+
import { toMountNodeProps } from '@fluentui/react-portal';
|
|
912
962
|
import { Toolbar } from '@fluentui/react-toolbar';
|
|
913
963
|
import { ToolbarButton } from '@fluentui/react-toolbar';
|
|
914
964
|
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
@@ -1062,6 +1112,18 @@ import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
|
1062
1112
|
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
1063
1113
|
import { useDivider_unstable } from '@fluentui/react-divider';
|
|
1064
1114
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
1115
|
+
import { useDrawer_unstable } from '@fluentui/react-drawer';
|
|
1116
|
+
import { useDrawerBody_unstable } from '@fluentui/react-drawer';
|
|
1117
|
+
import { useDrawerBodyStyles_unstable } from '@fluentui/react-drawer';
|
|
1118
|
+
import { useDrawerFooter_unstable } from '@fluentui/react-drawer';
|
|
1119
|
+
import { useDrawerFooterStyles_unstable } from '@fluentui/react-drawer';
|
|
1120
|
+
import { useDrawerHeader_unstable } from '@fluentui/react-drawer';
|
|
1121
|
+
import { useDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
|
|
1122
|
+
import { useDrawerHeaderNavigationStyles_unstable } from '@fluentui/react-drawer';
|
|
1123
|
+
import { useDrawerHeaderStyles_unstable } from '@fluentui/react-drawer';
|
|
1124
|
+
import { useDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
|
|
1125
|
+
import { useDrawerHeaderTitleStyles_unstable } from '@fluentui/react-drawer';
|
|
1126
|
+
import { useDrawerStyles_unstable } from '@fluentui/react-drawer';
|
|
1065
1127
|
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
1066
1128
|
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
1067
1129
|
import { useEventCallback } from '@fluentui/react-utilities';
|
|
@@ -1089,6 +1151,8 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
1089
1151
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
1090
1152
|
import { useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
1091
1153
|
import { useInfoLabelStyles_unstable } from '@fluentui/react-infolabel';
|
|
1154
|
+
import { useInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
1155
|
+
import { useInlineDrawerStyles_unstable } from '@fluentui/react-drawer';
|
|
1092
1156
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
1093
1157
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
1094
1158
|
import { useInteractionTag_unstable } from '@fluentui/react-tags';
|
|
@@ -1164,6 +1228,8 @@ import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
|
|
|
1164
1228
|
import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
1165
1229
|
import { useOverflowCount } from '@fluentui/react-overflow';
|
|
1166
1230
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
1231
|
+
import { useOverlayDrawer_unstable } from '@fluentui/react-drawer';
|
|
1232
|
+
import { useOverlayDrawerStyles_unstable } from '@fluentui/react-drawer';
|
|
1167
1233
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
1168
1234
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
1169
1235
|
import { usePopover_unstable } from '@fluentui/react-popover';
|
|
@@ -1188,6 +1254,7 @@ import { useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
|
1188
1254
|
import { useRestoreFocusTarget } from '@fluentui/react-tabster';
|
|
1189
1255
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
1190
1256
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
1257
|
+
import { useSelection } from '@fluentui/react-utilities';
|
|
1191
1258
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
1192
1259
|
import { useSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
1193
1260
|
import { useSkeletonContext } from '@fluentui/react-skeleton';
|
|
@@ -1803,6 +1870,56 @@ export { DividerSlots }
|
|
|
1803
1870
|
|
|
1804
1871
|
export { DividerState }
|
|
1805
1872
|
|
|
1873
|
+
export { Drawer }
|
|
1874
|
+
|
|
1875
|
+
export { DrawerBody }
|
|
1876
|
+
|
|
1877
|
+
export { drawerBodyClassNames }
|
|
1878
|
+
|
|
1879
|
+
export { DrawerBodySlots }
|
|
1880
|
+
|
|
1881
|
+
export { DrawerBodyState }
|
|
1882
|
+
|
|
1883
|
+
export { DrawerFooter }
|
|
1884
|
+
|
|
1885
|
+
export { drawerFooterClassNames }
|
|
1886
|
+
|
|
1887
|
+
export { DrawerFooterSlots }
|
|
1888
|
+
|
|
1889
|
+
export { DrawerFooterState }
|
|
1890
|
+
|
|
1891
|
+
export { DrawerHeader }
|
|
1892
|
+
|
|
1893
|
+
export { drawerHeaderClassNames }
|
|
1894
|
+
|
|
1895
|
+
export { DrawerHeaderNavigation }
|
|
1896
|
+
|
|
1897
|
+
export { drawerHeaderNavigationClassNames }
|
|
1898
|
+
|
|
1899
|
+
export { DrawerHeaderNavigationProps }
|
|
1900
|
+
|
|
1901
|
+
export { DrawerHeaderNavigationSlots }
|
|
1902
|
+
|
|
1903
|
+
export { DrawerHeaderNavigationState }
|
|
1904
|
+
|
|
1905
|
+
export { DrawerHeaderSlots }
|
|
1906
|
+
|
|
1907
|
+
export { DrawerHeaderState }
|
|
1908
|
+
|
|
1909
|
+
export { DrawerHeaderTitle }
|
|
1910
|
+
|
|
1911
|
+
export { drawerHeaderTitleClassNames }
|
|
1912
|
+
|
|
1913
|
+
export { DrawerHeaderTitleSlots }
|
|
1914
|
+
|
|
1915
|
+
export { DrawerHeaderTitleState }
|
|
1916
|
+
|
|
1917
|
+
export { DrawerProps }
|
|
1918
|
+
|
|
1919
|
+
export { DrawerSlots }
|
|
1920
|
+
|
|
1921
|
+
export { DrawerState }
|
|
1922
|
+
|
|
1806
1923
|
export { Dropdown }
|
|
1807
1924
|
|
|
1808
1925
|
export { dropdownClassNames }
|
|
@@ -1927,6 +2044,16 @@ export { InfoLabelSlots }
|
|
|
1927
2044
|
|
|
1928
2045
|
export { InfoLabelState }
|
|
1929
2046
|
|
|
2047
|
+
export { InlineDrawer }
|
|
2048
|
+
|
|
2049
|
+
export { inlineDrawerClassNames }
|
|
2050
|
+
|
|
2051
|
+
export { InlineDrawerProps }
|
|
2052
|
+
|
|
2053
|
+
export { InlineDrawerSlots }
|
|
2054
|
+
|
|
2055
|
+
export { InlineDrawerState }
|
|
2056
|
+
|
|
1930
2057
|
export { Input }
|
|
1931
2058
|
|
|
1932
2059
|
export { inputClassNames }
|
|
@@ -2237,6 +2364,10 @@ export { MessageBarTitleState }
|
|
|
2237
2364
|
|
|
2238
2365
|
export { OnOpenChangeData }
|
|
2239
2366
|
|
|
2367
|
+
export { OnSelectionChangeCallback }
|
|
2368
|
+
|
|
2369
|
+
export { OnSelectionChangeData }
|
|
2370
|
+
|
|
2240
2371
|
export { OnVisibleChangeData }
|
|
2241
2372
|
|
|
2242
2373
|
export { OpenPopoverEvents }
|
|
@@ -2271,6 +2402,16 @@ export { OverflowItemProps }
|
|
|
2271
2402
|
|
|
2272
2403
|
export { OverflowProps }
|
|
2273
2404
|
|
|
2405
|
+
export { OverlayDrawer }
|
|
2406
|
+
|
|
2407
|
+
export { overlayDrawerClassNames }
|
|
2408
|
+
|
|
2409
|
+
export { OverlayDrawerProps }
|
|
2410
|
+
|
|
2411
|
+
export { OverlayDrawerSlots }
|
|
2412
|
+
|
|
2413
|
+
export { OverlayDrawerState }
|
|
2414
|
+
|
|
2274
2415
|
export { PartialTheme }
|
|
2275
2416
|
|
|
2276
2417
|
export { PartitionAvatarGroupItems }
|
|
@@ -2475,6 +2616,18 @@ export { renderDialogTrigger_unstable }
|
|
|
2475
2616
|
|
|
2476
2617
|
export { renderDivider_unstable }
|
|
2477
2618
|
|
|
2619
|
+
export { renderDrawer_unstable }
|
|
2620
|
+
|
|
2621
|
+
export { renderDrawerBody_unstable }
|
|
2622
|
+
|
|
2623
|
+
export { renderDrawerFooter_unstable }
|
|
2624
|
+
|
|
2625
|
+
export { renderDrawerHeader_unstable }
|
|
2626
|
+
|
|
2627
|
+
export { renderDrawerHeaderNavigation_unstable }
|
|
2628
|
+
|
|
2629
|
+
export { renderDrawerHeaderTitle_unstable }
|
|
2630
|
+
|
|
2478
2631
|
export { renderDropdown_unstable }
|
|
2479
2632
|
|
|
2480
2633
|
export { RendererProvider }
|
|
@@ -2489,6 +2642,8 @@ export { renderImage_unstable }
|
|
|
2489
2642
|
|
|
2490
2643
|
export { renderInfoLabel_unstable }
|
|
2491
2644
|
|
|
2645
|
+
export { renderInlineDrawer_unstable }
|
|
2646
|
+
|
|
2492
2647
|
export { renderInput_unstable }
|
|
2493
2648
|
|
|
2494
2649
|
export { renderInteractionTag_unstable }
|
|
@@ -2543,6 +2698,8 @@ export { renderOption_unstable }
|
|
|
2543
2698
|
|
|
2544
2699
|
export { renderOptionGroup_unstable }
|
|
2545
2700
|
|
|
2701
|
+
export { renderOverlayDrawer_unstable }
|
|
2702
|
+
|
|
2546
2703
|
export { renderPersona_unstable }
|
|
2547
2704
|
|
|
2548
2705
|
export { renderPopover_unstable }
|
|
@@ -2653,6 +2810,14 @@ export { SelectableHandler }
|
|
|
2653
2810
|
|
|
2654
2811
|
export { selectClassNames }
|
|
2655
2812
|
|
|
2813
|
+
export { SelectionHookParams }
|
|
2814
|
+
|
|
2815
|
+
export { SelectionItemId }
|
|
2816
|
+
|
|
2817
|
+
export { SelectionMethods }
|
|
2818
|
+
|
|
2819
|
+
export { SelectionMode_2 as SelectionMode }
|
|
2820
|
+
|
|
2656
2821
|
export { SelectOnChangeData }
|
|
2657
2822
|
|
|
2658
2823
|
export { SelectProps }
|
|
@@ -3119,6 +3284,8 @@ export { ToggleButtonState }
|
|
|
3119
3284
|
|
|
3120
3285
|
export { tokens }
|
|
3121
3286
|
|
|
3287
|
+
export { toMountNodeProps }
|
|
3288
|
+
|
|
3122
3289
|
export { Toolbar }
|
|
3123
3290
|
|
|
3124
3291
|
export { ToolbarButton }
|
|
@@ -3425,6 +3592,30 @@ export { useDivider_unstable }
|
|
|
3425
3592
|
|
|
3426
3593
|
export { useDividerStyles_unstable }
|
|
3427
3594
|
|
|
3595
|
+
export { useDrawer_unstable }
|
|
3596
|
+
|
|
3597
|
+
export { useDrawerBody_unstable }
|
|
3598
|
+
|
|
3599
|
+
export { useDrawerBodyStyles_unstable }
|
|
3600
|
+
|
|
3601
|
+
export { useDrawerFooter_unstable }
|
|
3602
|
+
|
|
3603
|
+
export { useDrawerFooterStyles_unstable }
|
|
3604
|
+
|
|
3605
|
+
export { useDrawerHeader_unstable }
|
|
3606
|
+
|
|
3607
|
+
export { useDrawerHeaderNavigation_unstable }
|
|
3608
|
+
|
|
3609
|
+
export { useDrawerHeaderNavigationStyles_unstable }
|
|
3610
|
+
|
|
3611
|
+
export { useDrawerHeaderStyles_unstable }
|
|
3612
|
+
|
|
3613
|
+
export { useDrawerHeaderTitle_unstable }
|
|
3614
|
+
|
|
3615
|
+
export { useDrawerHeaderTitleStyles_unstable }
|
|
3616
|
+
|
|
3617
|
+
export { useDrawerStyles_unstable }
|
|
3618
|
+
|
|
3428
3619
|
export { useDropdown_unstable }
|
|
3429
3620
|
|
|
3430
3621
|
export { useDropdownStyles_unstable }
|
|
@@ -3479,6 +3670,10 @@ export { useInfoLabel_unstable }
|
|
|
3479
3670
|
|
|
3480
3671
|
export { useInfoLabelStyles_unstable }
|
|
3481
3672
|
|
|
3673
|
+
export { useInlineDrawer_unstable }
|
|
3674
|
+
|
|
3675
|
+
export { useInlineDrawerStyles_unstable }
|
|
3676
|
+
|
|
3482
3677
|
export { useInput_unstable }
|
|
3483
3678
|
|
|
3484
3679
|
export { useInputStyles_unstable }
|
|
@@ -3629,6 +3824,10 @@ export { useOverflowCount }
|
|
|
3629
3824
|
|
|
3630
3825
|
export { useOverflowMenu }
|
|
3631
3826
|
|
|
3827
|
+
export { useOverlayDrawer_unstable }
|
|
3828
|
+
|
|
3829
|
+
export { useOverlayDrawerStyles_unstable }
|
|
3830
|
+
|
|
3632
3831
|
export { usePersona_unstable }
|
|
3633
3832
|
|
|
3634
3833
|
export { usePersonaStyles_unstable }
|
|
@@ -3677,6 +3876,8 @@ export { useScrollbarWidth }
|
|
|
3677
3876
|
|
|
3678
3877
|
export { useSelect_unstable }
|
|
3679
3878
|
|
|
3879
|
+
export { useSelection }
|
|
3880
|
+
|
|
3680
3881
|
export { useSelectStyles_unstable }
|
|
3681
3882
|
|
|
3682
3883
|
export { useSkeleton_unstable }
|
package/lib/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeams
|
|
|
6
6
|
export { useFluent_unstable as useFluent, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName, PortalMountNodeProvider, usePortalMountNode } from '@fluentui/react-shared-contexts';
|
|
7
7
|
export { // getNativeElementProps is deprecated but removing it would be a breaking change
|
|
8
8
|
// eslint-disable-next-line deprecation/deprecation
|
|
9
|
-
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth } from '@fluentui/react-utilities';
|
|
9
|
+
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth, useSelection } from '@fluentui/react-utilities';
|
|
10
10
|
// Components
|
|
11
11
|
export { Accordion, AccordionProvider, AccordionHeader, AccordionItem, AccordionItemProvider, AccordionPanel, accordionClassNames, accordionHeaderClassNames, accordionItemClassNames, accordionPanelClassNames, renderAccordion_unstable, renderAccordionHeader_unstable, renderAccordionItem_unstable, renderAccordionPanel_unstable, useAccordion_unstable, useAccordionContext_unstable, useAccordionContextValues_unstable, useAccordionHeader_unstable, useAccordionHeaderContextValues_unstable, useAccordionHeaderStyles_unstable, useAccordionItem_unstable, useAccordionItemContext_unstable, useAccordionItemContextValues_unstable, useAccordionItemStyles_unstable, useAccordionPanel_unstable, useAccordionPanelStyles_unstable, useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
12
12
|
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable, AvatarGroup, avatarGroupClassNames, AvatarGroupItem, avatarGroupItemClassNames, AvatarGroupPopover, avatarGroupPopoverClassNames, AvatarGroupProvider, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -22,7 +22,7 @@ export { Link, linkClassNames, renderLink_unstable, useLink_unstable, useLinkSta
|
|
|
22
22
|
export { Menu, MenuDivider, MenuGroup, MenuGroupContextProvider, MenuGroupHeader, MenuItem, MenuItemLink, MenuItemCheckbox, MenuItemRadio, MenuList, MenuListProvider, MenuPopover, MenuProvider, MenuSplitGroup, MenuTrigger, MenuTriggerContextProvider, menuDividerClassNames, menuGroupClassNames, menuGroupHeaderClassNames, menuItemCheckboxClassNames, menuItemClassNames, menuItemLinkClassNames, menuItemRadioClassNames, menuListClassNames, menuPopoverClassNames, menuSplitGroupClassNames, renderMenu_unstable, renderMenuDivider_unstable, renderMenuGroup_unstable, renderMenuGroupHeader_unstable, renderMenuItem_unstable, renderMenuItemLink_unstable, renderMenuItemCheckbox_unstable, renderMenuItemRadio_unstable, renderMenuList_unstable, renderMenuPopover_unstable, renderMenuSplitGroup_unstable, renderMenuTrigger_unstable, useCheckmarkStyles_unstable, useMenu_unstable, useMenuContext_unstable, useMenuContextValues_unstable, useMenuDivider_unstable, useMenuDividerStyles_unstable, useMenuGroup_unstable, useMenuGroupContext_unstable, useMenuGroupContextValues_unstable, useMenuGroupHeader_unstable, useMenuGroupHeaderStyles_unstable, useMenuGroupStyles_unstable, useMenuItem_unstable, useMenuItemLink_unstable, useMenuItemCheckbox_unstable, useMenuItemCheckboxStyles_unstable, useMenuItemRadio_unstable, useMenuItemRadioStyles_unstable, useMenuItemStyles_unstable, useMenuItemLinkStyles_unstable, useMenuList_unstable, useMenuListContext_unstable, useMenuListContextValues_unstable, useMenuListStyles_unstable, useMenuPopover_unstable, useMenuPopoverStyles_unstable, useMenuSplitGroup_unstable, useMenuSplitGroupStyles_unstable, useMenuTrigger_unstable, useMenuTriggerContext_unstable } from '@fluentui/react-menu';
|
|
23
23
|
export { Persona, personaClassNames, renderPersona_unstable, usePersonaStyles_unstable, usePersona_unstable } from '@fluentui/react-persona';
|
|
24
24
|
export { Popover, PopoverSurface, PopoverProvider, PopoverTrigger, arrowHeights, popoverSurfaceClassNames, renderPopover_unstable, renderPopoverSurface_unstable, renderPopoverTrigger_unstable, usePopover_unstable, usePopoverContext_unstable, usePopoverSurface_unstable, usePopoverSurfaceStyles_unstable, usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
25
|
-
export { Portal, usePortal_unstable, renderPortal_unstable } from '@fluentui/react-portal';
|
|
25
|
+
export { Portal, usePortal_unstable, renderPortal_unstable, toMountNodeProps } from '@fluentui/react-portal';
|
|
26
26
|
export { Radio, radioClassNames, RadioGroup, RadioGroupProvider, radioGroupClassNames, renderRadio_unstable, renderRadioGroup_unstable, useRadio_unstable, useRadioGroupContext_unstable, useRadioGroupContextValue_unstable, useRadioGroupContextValues, useRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
27
27
|
export { Select, renderSelect_unstable, selectClassNames, useSelectStyles_unstable, useSelect_unstable } from '@fluentui/react-select';
|
|
28
28
|
export { Skeleton, renderSkeleton_unstable, skeletonClassNames, useSkeletonStyles_unstable, useSkeleton_unstable, SkeletonItem, renderSkeletonItem_unstable, skeletonItemClassNames, useSkeletonItemStyles_unstable, useSkeletonItem_unstable, SkeletonContextProvider, useSkeletonContext } from '@fluentui/react-skeleton';
|
|
@@ -47,3 +47,4 @@ export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersona
|
|
|
47
47
|
export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable, InteractionTag, renderInteractionTag_unstable, interactionTagClassNames, useInteractionTagStyles_unstable, useInteractionTag_unstable, useInteractionTagContextValues_unstable, InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable, InteractionTagSecondary, renderInteractionTagSecondary_unstable, interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable, TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupStyles_unstable, useTagGroup_unstable, useTagGroupContextValues_unstable, useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
48
48
|
export { MessageBar, useMessageBarStyles_unstable, useMessageBar_unstable, renderMessageBar_unstable, messageBarClassNames, MessageBarTitle, useMessageBarTitleStyles_unstable, useMessageBarTitle_unstable, renderMessageBarTitle_unstable, messageBarTitleClassNames, MessageBarActions, useMessageBarActionsStyles_unstable, useMessageBarActions_unstable, renderMessageBarActions_unstable, messageBarActionsClassNames, MessageBarBody, useMessageBarBodyStyles_unstable, useMessageBarBody_unstable, renderMessageBarBody_unstable, messageBarBodyClassNames, MessageBarContextProvider, useMessageBarContext, MessageBarGroup, useMessageBarGroupStyles_unstable, useMessageBarGroup_unstable, renderMessageBarGroup_unstable, messageBarGroupClassNames } from '@fluentui/react-message-bar';
|
|
49
49
|
export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelStyles_unstable, useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
50
|
+
export { Drawer, renderDrawer_unstable, useDrawerStyles_unstable, useDrawer_unstable, OverlayDrawer, overlayDrawerClassNames, renderOverlayDrawer_unstable, useOverlayDrawerStyles_unstable, useOverlayDrawer_unstable, InlineDrawer, inlineDrawerClassNames, renderInlineDrawer_unstable, useInlineDrawerStyles_unstable, useInlineDrawer_unstable, DrawerBody, drawerBodyClassNames, renderDrawerBody_unstable, useDrawerBodyStyles_unstable, useDrawerBody_unstable, DrawerHeader, drawerHeaderClassNames, renderDrawerHeader_unstable, useDrawerHeaderStyles_unstable, useDrawerHeader_unstable, DrawerHeaderTitle, drawerHeaderTitleClassNames, renderDrawerHeaderTitle_unstable, useDrawerHeaderTitleStyles_unstable, useDrawerHeaderTitle_unstable, DrawerHeaderNavigation, drawerHeaderNavigationClassNames, renderDrawerHeaderNavigation_unstable, useDrawerHeaderNavigationStyles_unstable, useDrawerHeaderNavigation_unstable, DrawerFooter, drawerFooterClassNames, renderDrawerFooter_unstable, useDrawerFooterStyles_unstable, useDrawerFooter_unstable } from '@fluentui/react-drawer';
|