@fluentui/react-components 9.54.3 → 9.54.5
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 +187 -2
- package/dist/index.d.ts +3 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +2038 -2035
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +229 -229
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +54 -54
|
@@ -20,254 +20,236 @@ _export(exports, {
|
|
|
20
20
|
Alert: function() {
|
|
21
21
|
return _reactalert.Alert;
|
|
22
22
|
},
|
|
23
|
-
|
|
24
|
-
return
|
|
25
|
-
},
|
|
26
|
-
renderAlert_unstable: function() {
|
|
27
|
-
return _reactalert.renderAlert_unstable;
|
|
23
|
+
Drawer: function() {
|
|
24
|
+
return _reactdrawer.Drawer;
|
|
28
25
|
},
|
|
29
|
-
|
|
30
|
-
return
|
|
26
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerBody: function() {
|
|
27
|
+
return _reactdrawer.DrawerBody;
|
|
31
28
|
},
|
|
32
|
-
|
|
33
|
-
return
|
|
29
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerFooter: function() {
|
|
30
|
+
return _reactdrawer.DrawerFooter;
|
|
34
31
|
},
|
|
35
|
-
|
|
36
|
-
return
|
|
32
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeader: function() {
|
|
33
|
+
return _reactdrawer.DrawerHeader;
|
|
37
34
|
},
|
|
38
|
-
|
|
39
|
-
return
|
|
35
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderNavigation: function() {
|
|
36
|
+
return _reactdrawer.DrawerHeaderNavigation;
|
|
40
37
|
},
|
|
41
|
-
|
|
42
|
-
return
|
|
38
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ DrawerHeaderTitle: function() {
|
|
39
|
+
return _reactdrawer.DrawerHeaderTitle;
|
|
43
40
|
},
|
|
44
|
-
|
|
45
|
-
return
|
|
41
|
+
DrawerInline: function() {
|
|
42
|
+
return /** @deprecated Use `InlineDrawer` from @fluentui/react-components instead */ _reactdrawer.InlineDrawer;
|
|
46
43
|
},
|
|
47
|
-
|
|
48
|
-
return
|
|
44
|
+
DrawerInlineClassNames: function() {
|
|
45
|
+
return /** @deprecated Use `InlineDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.inlineDrawerClassNames;
|
|
49
46
|
},
|
|
50
|
-
|
|
51
|
-
return
|
|
47
|
+
DrawerOverlay: function() {
|
|
48
|
+
return /** @deprecated Use `OverlayDrawer` from @fluentui/react-components instead */ _reactdrawer.OverlayDrawer;
|
|
52
49
|
},
|
|
53
|
-
|
|
54
|
-
return
|
|
50
|
+
DrawerOverlayClassNames: function() {
|
|
51
|
+
return /** @deprecated Use `OverlayDrawerClassNames` from @fluentui/react-components instead */ _reactdrawer.overlayDrawerClassNames;
|
|
55
52
|
},
|
|
56
|
-
|
|
57
|
-
return
|
|
53
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ FlatTree: function() {
|
|
54
|
+
return _reacttree.FlatTree;
|
|
58
55
|
},
|
|
59
|
-
|
|
60
|
-
return _reactinfobutton.
|
|
56
|
+
InfoButton: function() {
|
|
57
|
+
return _reactinfobutton.InfoButton;
|
|
61
58
|
},
|
|
62
|
-
|
|
63
|
-
return _reactinfobutton.
|
|
59
|
+
InfoLabel: function() {
|
|
60
|
+
return _reactinfobutton.InfoLabel;
|
|
64
61
|
},
|
|
65
|
-
|
|
66
|
-
return
|
|
62
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ InlineDrawer: function() {
|
|
63
|
+
return _reactdrawer.InlineDrawer;
|
|
67
64
|
},
|
|
68
|
-
|
|
69
|
-
return
|
|
65
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ OverlayDrawer: function() {
|
|
66
|
+
return _reactdrawer.OverlayDrawer;
|
|
70
67
|
},
|
|
71
|
-
|
|
72
|
-
return
|
|
68
|
+
Tree: function() {
|
|
69
|
+
return _reacttree.Tree;
|
|
73
70
|
},
|
|
74
|
-
|
|
75
|
-
return
|
|
71
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItem: function() {
|
|
72
|
+
return _reacttree.TreeItem;
|
|
76
73
|
},
|
|
77
|
-
|
|
78
|
-
return
|
|
74
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemLayout: function() {
|
|
75
|
+
return _reacttree.TreeItemLayout;
|
|
79
76
|
},
|
|
80
|
-
|
|
81
|
-
return
|
|
77
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemPersonaLayout: function() {
|
|
78
|
+
return _reacttree.TreeItemPersonaLayout;
|
|
82
79
|
},
|
|
83
|
-
|
|
84
|
-
return
|
|
80
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeItemProvider: function() {
|
|
81
|
+
return _reacttree.TreeItemProvider;
|
|
85
82
|
},
|
|
86
|
-
|
|
87
|
-
return
|
|
83
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ TreeProvider: function() {
|
|
84
|
+
return _reacttree.TreeProvider;
|
|
88
85
|
},
|
|
89
|
-
|
|
90
|
-
return _reactvirtualizer.
|
|
86
|
+
Virtualizer: function() {
|
|
87
|
+
return _reactvirtualizer.Virtualizer;
|
|
91
88
|
},
|
|
92
89
|
VirtualizerContextProvider: function() {
|
|
93
90
|
return _reactvirtualizer.VirtualizerContextProvider;
|
|
94
91
|
},
|
|
95
|
-
useVirtualizerContext_unstable: function() {
|
|
96
|
-
return _reactvirtualizer.useVirtualizerContext_unstable;
|
|
97
|
-
},
|
|
98
92
|
VirtualizerScrollView: function() {
|
|
99
93
|
return _reactvirtualizer.VirtualizerScrollView;
|
|
100
94
|
},
|
|
101
|
-
virtualizerScrollViewClassNames: function() {
|
|
102
|
-
return _reactvirtualizer.virtualizerScrollViewClassNames;
|
|
103
|
-
},
|
|
104
|
-
useVirtualizerScrollView_unstable: function() {
|
|
105
|
-
return _reactvirtualizer.useVirtualizerScrollView_unstable;
|
|
106
|
-
},
|
|
107
|
-
renderVirtualizerScrollView_unstable: function() {
|
|
108
|
-
return _reactvirtualizer.renderVirtualizerScrollView_unstable;
|
|
109
|
-
},
|
|
110
|
-
useVirtualizerScrollViewStyles_unstable: function() {
|
|
111
|
-
return _reactvirtualizer.useVirtualizerScrollViewStyles_unstable;
|
|
112
|
-
},
|
|
113
95
|
VirtualizerScrollViewDynamic: function() {
|
|
114
96
|
return _reactvirtualizer.VirtualizerScrollViewDynamic;
|
|
115
97
|
},
|
|
116
|
-
|
|
117
|
-
return
|
|
98
|
+
alertClassNames: function() {
|
|
99
|
+
return _reactalert.alertClassNames;
|
|
118
100
|
},
|
|
119
|
-
|
|
120
|
-
return
|
|
101
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerBodyClassNames: function() {
|
|
102
|
+
return _reactdrawer.drawerBodyClassNames;
|
|
121
103
|
},
|
|
122
|
-
|
|
123
|
-
return
|
|
104
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerFooterClassNames: function() {
|
|
105
|
+
return _reactdrawer.drawerFooterClassNames;
|
|
124
106
|
},
|
|
125
|
-
|
|
126
|
-
return
|
|
107
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderClassNames: function() {
|
|
108
|
+
return _reactdrawer.drawerHeaderClassNames;
|
|
127
109
|
},
|
|
128
|
-
|
|
129
|
-
return
|
|
110
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderNavigationClassNames: function() {
|
|
111
|
+
return _reactdrawer.drawerHeaderNavigationClassNames;
|
|
130
112
|
},
|
|
131
|
-
|
|
132
|
-
return
|
|
113
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ drawerHeaderTitleClassNames: function() {
|
|
114
|
+
return _reactdrawer.drawerHeaderTitleClassNames;
|
|
133
115
|
},
|
|
134
|
-
Tree: function() {
|
|
135
|
-
return _reacttree.
|
|
116
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flatTreeClassNames: function() {
|
|
117
|
+
return _reacttree.flatTreeClassNames;
|
|
136
118
|
},
|
|
137
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
138
|
-
return _reacttree.
|
|
119
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ flattenTree_unstable: function() {
|
|
120
|
+
return _reacttree.flattenTree_unstable;
|
|
139
121
|
},
|
|
140
|
-
|
|
141
|
-
return
|
|
122
|
+
infoButtonClassNames: function() {
|
|
123
|
+
return _reactinfobutton.infoButtonClassNames;
|
|
142
124
|
},
|
|
143
|
-
|
|
144
|
-
return
|
|
125
|
+
infoLabelClassNames: function() {
|
|
126
|
+
return _reactinfobutton.infoLabelClassNames;
|
|
145
127
|
},
|
|
146
|
-
/** @deprecated
|
|
147
|
-
return
|
|
128
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ inlineDrawerClassNames: function() {
|
|
129
|
+
return _reactdrawer.inlineDrawerClassNames;
|
|
148
130
|
},
|
|
149
|
-
/** @deprecated
|
|
150
|
-
return
|
|
131
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ overlayDrawerClassNames: function() {
|
|
132
|
+
return _reactdrawer.overlayDrawerClassNames;
|
|
151
133
|
},
|
|
152
|
-
|
|
153
|
-
return
|
|
134
|
+
renderAlert_unstable: function() {
|
|
135
|
+
return _reactalert.renderAlert_unstable;
|
|
154
136
|
},
|
|
155
|
-
/** @deprecated
|
|
156
|
-
return
|
|
137
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerBody_unstable: function() {
|
|
138
|
+
return _reactdrawer.renderDrawerBody_unstable;
|
|
157
139
|
},
|
|
158
|
-
/** @deprecated
|
|
159
|
-
return
|
|
140
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerFooter_unstable: function() {
|
|
141
|
+
return _reactdrawer.renderDrawerFooter_unstable;
|
|
160
142
|
},
|
|
161
|
-
/** @deprecated
|
|
162
|
-
return
|
|
143
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderNavigation_unstable: function() {
|
|
144
|
+
return _reactdrawer.renderDrawerHeaderNavigation_unstable;
|
|
163
145
|
},
|
|
164
|
-
/** @deprecated
|
|
165
|
-
return
|
|
146
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeaderTitle_unstable: function() {
|
|
147
|
+
return _reactdrawer.renderDrawerHeaderTitle_unstable;
|
|
166
148
|
},
|
|
167
|
-
/** @deprecated
|
|
168
|
-
return
|
|
149
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawerHeader_unstable: function() {
|
|
150
|
+
return _reactdrawer.renderDrawerHeader_unstable;
|
|
169
151
|
},
|
|
170
|
-
|
|
171
|
-
return
|
|
152
|
+
renderDrawerInline_unstable: function() {
|
|
153
|
+
return /** @deprecated Use `renderInlineDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderInlineDrawer_unstable;
|
|
172
154
|
},
|
|
173
|
-
|
|
174
|
-
return
|
|
155
|
+
renderDrawerOverlay_unstable: function() {
|
|
156
|
+
return /** @deprecated Use `renderOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.renderOverlayDrawer_unstable;
|
|
175
157
|
},
|
|
176
|
-
/** @deprecated
|
|
177
|
-
return
|
|
158
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderDrawer_unstable: function() {
|
|
159
|
+
return _reactdrawer.renderDrawer_unstable;
|
|
178
160
|
},
|
|
179
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
180
|
-
return _reacttree.
|
|
161
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderFlatTree_unstable: function() {
|
|
162
|
+
return _reacttree.renderFlatTree_unstable;
|
|
181
163
|
},
|
|
182
|
-
|
|
183
|
-
return
|
|
164
|
+
renderInfoButton_unstable: function() {
|
|
165
|
+
return _reactinfobutton.renderInfoButton_unstable;
|
|
184
166
|
},
|
|
185
|
-
|
|
186
|
-
return
|
|
167
|
+
renderInfoLabel_unstable: function() {
|
|
168
|
+
return _reactinfobutton.renderInfoLabel_unstable;
|
|
187
169
|
},
|
|
188
|
-
/** @deprecated
|
|
189
|
-
return
|
|
170
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderInlineDrawer_unstable: function() {
|
|
171
|
+
return _reactdrawer.renderInlineDrawer_unstable;
|
|
172
|
+
},
|
|
173
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ renderOverlayDrawer_unstable: function() {
|
|
174
|
+
return _reactdrawer.renderOverlayDrawer_unstable;
|
|
190
175
|
},
|
|
191
176
|
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItemLayout_unstable: function() {
|
|
192
177
|
return _reacttree.renderTreeItemLayout_unstable;
|
|
193
178
|
},
|
|
194
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
195
|
-
return _reacttree.
|
|
179
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItemPersonaLayout_unstable: function() {
|
|
180
|
+
return _reacttree.renderTreeItemPersonaLayout_unstable;
|
|
196
181
|
},
|
|
197
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
198
|
-
return _reacttree.
|
|
182
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTreeItem_unstable: function() {
|
|
183
|
+
return _reacttree.renderTreeItem_unstable;
|
|
199
184
|
},
|
|
200
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
201
|
-
return _reacttree.
|
|
185
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ renderTree_unstable: function() {
|
|
186
|
+
return _reacttree.renderTree_unstable;
|
|
202
187
|
},
|
|
203
|
-
|
|
204
|
-
return
|
|
188
|
+
renderVirtualizerScrollViewDynamic_unstable: function() {
|
|
189
|
+
return _reactvirtualizer.renderVirtualizerScrollViewDynamic_unstable;
|
|
205
190
|
},
|
|
206
|
-
|
|
207
|
-
return
|
|
191
|
+
renderVirtualizerScrollView_unstable: function() {
|
|
192
|
+
return _reactvirtualizer.renderVirtualizerScrollView_unstable;
|
|
208
193
|
},
|
|
209
|
-
|
|
210
|
-
return
|
|
194
|
+
renderVirtualizer_unstable: function() {
|
|
195
|
+
return _reactvirtualizer.renderVirtualizer_unstable;
|
|
211
196
|
},
|
|
212
|
-
|
|
213
|
-
return
|
|
197
|
+
scrollToItemDynamic: function() {
|
|
198
|
+
return _reactvirtualizer.scrollToItemDynamic;
|
|
214
199
|
},
|
|
215
|
-
|
|
216
|
-
return
|
|
200
|
+
scrollToItemStatic: function() {
|
|
201
|
+
return _reactvirtualizer.scrollToItemStatic;
|
|
217
202
|
},
|
|
218
203
|
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeClassNames: function() {
|
|
219
204
|
return _reacttree.treeClassNames;
|
|
220
205
|
},
|
|
221
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
222
|
-
return _reacttree.
|
|
223
|
-
},
|
|
224
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTree_unstable: function() {
|
|
225
|
-
return _reacttree.useFlatTree_unstable;
|
|
206
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemClassNames: function() {
|
|
207
|
+
return _reacttree.treeItemClassNames;
|
|
226
208
|
},
|
|
227
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
228
|
-
return _reacttree.
|
|
209
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLayoutClassNames: function() {
|
|
210
|
+
return _reacttree.treeItemLayoutClassNames;
|
|
229
211
|
},
|
|
230
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
231
|
-
return _reacttree.
|
|
212
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemLevelToken: function() {
|
|
213
|
+
return _reacttree.treeItemLevelToken;
|
|
232
214
|
},
|
|
233
|
-
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */
|
|
234
|
-
return _reacttree.
|
|
215
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ treeItemPersonaLayoutClassNames: function() {
|
|
216
|
+
return _reacttree.treeItemPersonaLayoutClassNames;
|
|
235
217
|
},
|
|
236
|
-
|
|
237
|
-
return
|
|
218
|
+
useAlertStyles_unstable: function() {
|
|
219
|
+
return _reactalert.useAlertStyles_unstable;
|
|
238
220
|
},
|
|
239
|
-
|
|
240
|
-
return
|
|
221
|
+
useAlert_unstable: function() {
|
|
222
|
+
return _reactalert.useAlert_unstable;
|
|
241
223
|
},
|
|
242
|
-
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */
|
|
243
|
-
return _reactdrawer.
|
|
224
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBodyStyles_unstable: function() {
|
|
225
|
+
return _reactdrawer.useDrawerBodyStyles_unstable;
|
|
244
226
|
},
|
|
245
|
-
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */
|
|
246
|
-
return _reactdrawer.
|
|
227
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerBody_unstable: function() {
|
|
228
|
+
return _reactdrawer.useDrawerBody_unstable;
|
|
247
229
|
},
|
|
248
|
-
|
|
249
|
-
return
|
|
230
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooterStyles_unstable: function() {
|
|
231
|
+
return _reactdrawer.useDrawerFooterStyles_unstable;
|
|
250
232
|
},
|
|
251
|
-
|
|
252
|
-
return
|
|
233
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerFooter_unstable: function() {
|
|
234
|
+
return _reactdrawer.useDrawerFooter_unstable;
|
|
253
235
|
},
|
|
254
|
-
|
|
255
|
-
return
|
|
236
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigationStyles_unstable: function() {
|
|
237
|
+
return _reactdrawer.useDrawerHeaderNavigationStyles_unstable;
|
|
256
238
|
},
|
|
257
|
-
|
|
258
|
-
return
|
|
239
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderNavigation_unstable: function() {
|
|
240
|
+
return _reactdrawer.useDrawerHeaderNavigation_unstable;
|
|
259
241
|
},
|
|
260
|
-
|
|
261
|
-
return
|
|
242
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderStyles_unstable: function() {
|
|
243
|
+
return _reactdrawer.useDrawerHeaderStyles_unstable;
|
|
262
244
|
},
|
|
263
|
-
|
|
264
|
-
return
|
|
245
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitleStyles_unstable: function() {
|
|
246
|
+
return _reactdrawer.useDrawerHeaderTitleStyles_unstable;
|
|
265
247
|
},
|
|
266
|
-
|
|
267
|
-
return
|
|
248
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeaderTitle_unstable: function() {
|
|
249
|
+
return _reactdrawer.useDrawerHeaderTitle_unstable;
|
|
268
250
|
},
|
|
269
|
-
|
|
270
|
-
return
|
|
251
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawerHeader_unstable: function() {
|
|
252
|
+
return _reactdrawer.useDrawerHeader_unstable;
|
|
271
253
|
},
|
|
272
254
|
useDrawerInlineStyles_unstable: function() {
|
|
273
255
|
return /** @deprecated Use `useInlineDrawerStyles_unstable` from @fluentui/react-components instead */ _reactdrawer.useInlineDrawerStyles_unstable;
|
|
@@ -275,29 +257,41 @@ _export(exports, {
|
|
|
275
257
|
useDrawerInline_unstable: function() {
|
|
276
258
|
return /** @deprecated Use `useInlineDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.useInlineDrawer_unstable;
|
|
277
259
|
},
|
|
278
|
-
|
|
279
|
-
return _reactdrawer.
|
|
260
|
+
useDrawerOverlayStyles_unstable: function() {
|
|
261
|
+
return /** @deprecated Use `useOverlayDrawerStyles_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawerStyles_unstable;
|
|
280
262
|
},
|
|
281
|
-
|
|
282
|
-
return _reactdrawer.
|
|
263
|
+
useDrawerOverlay_unstable: function() {
|
|
264
|
+
return /** @deprecated Use `useOverlayDrawer_unstable` from @fluentui/react-components instead */ _reactdrawer.useOverlayDrawer_unstable;
|
|
283
265
|
},
|
|
284
|
-
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */
|
|
285
|
-
return _reactdrawer.
|
|
266
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useDrawer_unstable: function() {
|
|
267
|
+
return _reactdrawer.useDrawer_unstable;
|
|
286
268
|
},
|
|
287
|
-
|
|
288
|
-
return
|
|
269
|
+
useDynamicVirtualizerMeasure: function() {
|
|
270
|
+
return _reactvirtualizer.useDynamicVirtualizerMeasure;
|
|
289
271
|
},
|
|
290
|
-
/** @deprecated
|
|
291
|
-
return
|
|
272
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeContextValues_unstable: function() {
|
|
273
|
+
return _reacttree.useFlatTreeContextValues_unstable;
|
|
292
274
|
},
|
|
293
|
-
/** @deprecated
|
|
294
|
-
return
|
|
275
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTreeStyles_unstable: function() {
|
|
276
|
+
return _reacttree.useFlatTreeStyles_unstable;
|
|
295
277
|
},
|
|
296
|
-
/** @deprecated
|
|
297
|
-
return
|
|
278
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useFlatTree_unstable: function() {
|
|
279
|
+
return _reacttree.useFlatTree_unstable;
|
|
298
280
|
},
|
|
299
|
-
/** @deprecated
|
|
300
|
-
return
|
|
281
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useHeadlessFlatTree_unstable: function() {
|
|
282
|
+
return _reacttree.useHeadlessFlatTree_unstable;
|
|
283
|
+
},
|
|
284
|
+
useInfoButtonStyles_unstable: function() {
|
|
285
|
+
return _reactinfobutton.useInfoButtonStyles_unstable;
|
|
286
|
+
},
|
|
287
|
+
useInfoButton_unstable: function() {
|
|
288
|
+
return _reactinfobutton.useInfoButton_unstable;
|
|
289
|
+
},
|
|
290
|
+
useInfoLabelStyles_unstable: function() {
|
|
291
|
+
return _reactinfobutton.useInfoLabelStyles_unstable;
|
|
292
|
+
},
|
|
293
|
+
useInfoLabel_unstable: function() {
|
|
294
|
+
return _reactinfobutton.useInfoLabel_unstable;
|
|
301
295
|
},
|
|
302
296
|
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useInlineDrawerStyles_unstable: function() {
|
|
303
297
|
return _reactdrawer.useInlineDrawerStyles_unstable;
|
|
@@ -305,80 +299,86 @@ _export(exports, {
|
|
|
305
299
|
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useInlineDrawer_unstable: function() {
|
|
306
300
|
return _reactdrawer.useInlineDrawer_unstable;
|
|
307
301
|
},
|
|
308
|
-
|
|
309
|
-
return
|
|
302
|
+
useIntersectionObserver: function() {
|
|
303
|
+
return _reactvirtualizer.useIntersectionObserver;
|
|
310
304
|
},
|
|
311
|
-
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */
|
|
312
|
-
return _reactdrawer.
|
|
305
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawerStyles_unstable: function() {
|
|
306
|
+
return _reactdrawer.useOverlayDrawerStyles_unstable;
|
|
313
307
|
},
|
|
314
|
-
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */
|
|
315
|
-
return _reactdrawer.
|
|
308
|
+
/** @deprecated Drawer is currently stable. Import from @fluentui/react-components instead */ useOverlayDrawer_unstable: function() {
|
|
309
|
+
return _reactdrawer.useOverlayDrawer_unstable;
|
|
316
310
|
},
|
|
317
|
-
|
|
318
|
-
return
|
|
311
|
+
useResizeObserverRef_unstable: function() {
|
|
312
|
+
return _reactvirtualizer.useResizeObserverRef_unstable;
|
|
319
313
|
},
|
|
320
|
-
|
|
321
|
-
return
|
|
314
|
+
useStaticVirtualizerMeasure: function() {
|
|
315
|
+
return _reactvirtualizer.useStaticVirtualizerMeasure;
|
|
322
316
|
},
|
|
323
|
-
/** @deprecated
|
|
324
|
-
return
|
|
317
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContextValues_unstable: function() {
|
|
318
|
+
return _reacttree.useTreeContextValues_unstable;
|
|
325
319
|
},
|
|
326
|
-
/** @deprecated
|
|
327
|
-
return
|
|
320
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeContext_unstable: function() {
|
|
321
|
+
return _reacttree.useTreeContext_unstable;
|
|
328
322
|
},
|
|
329
|
-
/** @deprecated
|
|
330
|
-
return
|
|
323
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContextValues_unstable: function() {
|
|
324
|
+
return _reacttree.useTreeItemContextValues_unstable;
|
|
331
325
|
},
|
|
332
|
-
/** @deprecated
|
|
333
|
-
return
|
|
326
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemContext_unstable: function() {
|
|
327
|
+
return _reacttree.useTreeItemContext_unstable;
|
|
334
328
|
},
|
|
335
|
-
/** @deprecated
|
|
336
|
-
return
|
|
329
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayoutStyles_unstable: function() {
|
|
330
|
+
return _reacttree.useTreeItemLayoutStyles_unstable;
|
|
337
331
|
},
|
|
338
|
-
/** @deprecated
|
|
339
|
-
return
|
|
332
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemLayout_unstable: function() {
|
|
333
|
+
return _reacttree.useTreeItemLayout_unstable;
|
|
340
334
|
},
|
|
341
|
-
/** @deprecated
|
|
342
|
-
return
|
|
335
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayoutStyles_unstable: function() {
|
|
336
|
+
return _reacttree.useTreeItemPersonaLayoutStyles_unstable;
|
|
343
337
|
},
|
|
344
|
-
/** @deprecated
|
|
345
|
-
return
|
|
338
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemPersonaLayout_unstable: function() {
|
|
339
|
+
return _reacttree.useTreeItemPersonaLayout_unstable;
|
|
346
340
|
},
|
|
347
|
-
/** @deprecated
|
|
348
|
-
return
|
|
341
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItemStyles_unstable: function() {
|
|
342
|
+
return _reacttree.useTreeItemStyles_unstable;
|
|
349
343
|
},
|
|
350
|
-
/** @deprecated
|
|
351
|
-
return
|
|
344
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeItem_unstable: function() {
|
|
345
|
+
return _reacttree.useTreeItem_unstable;
|
|
352
346
|
},
|
|
353
|
-
/** @deprecated
|
|
354
|
-
return
|
|
347
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTreeStyles_unstable: function() {
|
|
348
|
+
return _reacttree.useTreeStyles_unstable;
|
|
355
349
|
},
|
|
356
|
-
/** @deprecated
|
|
357
|
-
return
|
|
350
|
+
/** @deprecated Tree is currently stable. Import from @fluentui/react-components instead */ useTree_unstable: function() {
|
|
351
|
+
return _reacttree.useTree_unstable;
|
|
358
352
|
},
|
|
359
|
-
|
|
360
|
-
return
|
|
353
|
+
useVirtualizerContext_unstable: function() {
|
|
354
|
+
return _reactvirtualizer.useVirtualizerContext_unstable;
|
|
361
355
|
},
|
|
362
|
-
|
|
363
|
-
return
|
|
356
|
+
useVirtualizerScrollViewDynamicStyles_unstable: function() {
|
|
357
|
+
return _reactvirtualizer.useVirtualizerScrollViewDynamicStyles_unstable;
|
|
364
358
|
},
|
|
365
|
-
|
|
366
|
-
return
|
|
359
|
+
useVirtualizerScrollViewDynamic_unstable: function() {
|
|
360
|
+
return _reactvirtualizer.useVirtualizerScrollViewDynamic_unstable;
|
|
367
361
|
},
|
|
368
|
-
|
|
369
|
-
return
|
|
362
|
+
useVirtualizerScrollViewStyles_unstable: function() {
|
|
363
|
+
return _reactvirtualizer.useVirtualizerScrollViewStyles_unstable;
|
|
370
364
|
},
|
|
371
|
-
|
|
372
|
-
return
|
|
365
|
+
useVirtualizerScrollView_unstable: function() {
|
|
366
|
+
return _reactvirtualizer.useVirtualizerScrollView_unstable;
|
|
373
367
|
},
|
|
374
|
-
|
|
375
|
-
return
|
|
368
|
+
useVirtualizerStyles_unstable: function() {
|
|
369
|
+
return _reactvirtualizer.useVirtualizerStyles_unstable;
|
|
376
370
|
},
|
|
377
|
-
|
|
378
|
-
return
|
|
371
|
+
useVirtualizer_unstable: function() {
|
|
372
|
+
return _reactvirtualizer.useVirtualizer_unstable;
|
|
379
373
|
},
|
|
380
|
-
|
|
381
|
-
return
|
|
374
|
+
virtualizerClassNames: function() {
|
|
375
|
+
return _reactvirtualizer.virtualizerClassNames;
|
|
376
|
+
},
|
|
377
|
+
virtualizerScrollViewClassNames: function() {
|
|
378
|
+
return _reactvirtualizer.virtualizerScrollViewClassNames;
|
|
379
|
+
},
|
|
380
|
+
virtualizerScrollViewDynamicClassNames: function() {
|
|
381
|
+
return _reactvirtualizer.virtualizerScrollViewDynamicClassNames;
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
384
|
const _reactalert = require("@fluentui/react-alert");
|