@fluentui/react-components 9.18.9 → 9.19.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 +579 -1
- package/CHANGELOG.md +194 -2
- package/dist/index.d.ts +51 -0
- package/dist/unstable.d.ts +0 -141
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -21
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +12 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +0 -40
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +42 -42
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,204 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Apr 2023 08:09:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.19.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.1)
|
|
8
|
+
|
|
9
|
+
Mon, 24 Apr 2023 08:09:04 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.19.0..@fluentui/react-components_v9.19.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-datepicker-compat`
|
|
15
|
+
- feat: Add error handling to DatePicker. ([PR #27637](https://github.com/microsoft/fluentui/pull/27637) by esteban.230@hotmail.com)
|
|
16
|
+
- feat: Move DatePicker compat to stable. ([PR #27378](https://github.com/microsoft/fluentui/pull/27378) by esteban.230@hotmail.com)
|
|
17
|
+
- feat: Refactor DatePicker to remove Field and error handling logic. ([PR #27509](https://github.com/microsoft/fluentui/pull/27509) by esteban.230@hotmail.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-accordion`
|
|
22
|
+
- feat: adopt custom JSX pragma ([PR #27601](https://github.com/microsoft/fluentui/pull/27601) by bernardo.sunderhus@gmail.com)
|
|
23
|
+
- `@fluentui/react-avatar`
|
|
24
|
+
- chore: adopt custom JSX pragma ([PR #27602](https://github.com/microsoft/fluentui/pull/27602) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
- `@fluentui/react-badge`
|
|
26
|
+
- chore: adopt custom JSX pragma ([PR #27603](https://github.com/microsoft/fluentui/pull/27603) by bernardo.sunderhus@gmail.com)
|
|
27
|
+
- `@fluentui/react-button`
|
|
28
|
+
- chore: adopt custom JSX pragma ([PR #27605](https://github.com/microsoft/fluentui/pull/27605) by bernardo.sunderhus@gmail.com)
|
|
29
|
+
- `@fluentui/react-card`
|
|
30
|
+
- chore: adopt custom JSX pragma ([PR #27606](https://github.com/microsoft/fluentui/pull/27606) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
- `@fluentui/react-checkbox`
|
|
32
|
+
- chore: adopt custom JSX pragma ([PR #27607](https://github.com/microsoft/fluentui/pull/27607) by bernardo.sunderhus@gmail.com)
|
|
33
|
+
- `@fluentui/react-combobox`
|
|
34
|
+
- chore: adopt custom JSX pragma ([PR #27608](https://github.com/microsoft/fluentui/pull/27608) by bernardo.sunderhus@gmail.com)
|
|
35
|
+
- `@fluentui/react-components`
|
|
36
|
+
- removes TreeItemId type from react-tree ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- `@fluentui/react-datepicker-compat`
|
|
38
|
+
- chore: adopt custom JSX pragma ([PR #27609](https://github.com/microsoft/fluentui/pull/27609) by bernardo.sunderhus@gmail.com)
|
|
39
|
+
- `@fluentui/react-dialog`
|
|
40
|
+
- bugfix: DialogTitle root as h2 by default ([PR #27555](https://github.com/microsoft/fluentui/pull/27555) by bernardo.sunderhus@gmail.com)
|
|
41
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
42
|
+
- chore: hoist tabster modal attributes to Dialog component ([PR #27541](https://github.com/microsoft/fluentui/pull/27541) by bernardo.sunderhus@gmail.com)
|
|
43
|
+
- `@fluentui/react-divider`
|
|
44
|
+
- chore: adopt custom JSX pragma ([PR #27610](https://github.com/microsoft/fluentui/pull/27610) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
- `@fluentui/react-field`
|
|
46
|
+
- chore: adopt custom JSX pragma ([PR #27612](https://github.com/microsoft/fluentui/pull/27612) by bernardo.sunderhus@gmail.com)
|
|
47
|
+
- `@fluentui/react-image`
|
|
48
|
+
- chore: adopt custom JSX pragma ([PR #27613](https://github.com/microsoft/fluentui/pull/27613) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- `@fluentui/react-input`
|
|
50
|
+
- chore: adopt custom JSX pragma ([PR #27614](https://github.com/microsoft/fluentui/pull/27614) by bernardo.sunderhus@gmail.com)
|
|
51
|
+
- `@fluentui/react-label`
|
|
52
|
+
- chore: adopt custom JSX pragma ([PR #27616](https://github.com/microsoft/fluentui/pull/27616) by bernardo.sunderhus@gmail.com)
|
|
53
|
+
- `@fluentui/react-link`
|
|
54
|
+
- chore: adopt custom JSX pragma ([PR #27620](https://github.com/microsoft/fluentui/pull/27620) by bernardo.sunderhus@gmail.com)
|
|
55
|
+
- `@fluentui/react-menu`
|
|
56
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
57
|
+
- `@fluentui/react-persona`
|
|
58
|
+
- chore: adopt custom JSX pragma ([PR #27619](https://github.com/microsoft/fluentui/pull/27619) by bernardo.sunderhus@gmail.com)
|
|
59
|
+
- `@fluentui/react-popover`
|
|
60
|
+
- bugfix: ensure legacyTrapFocus works properly ([PR #27574](https://github.com/microsoft/fluentui/pull/27574) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
- `@fluentui/react-progress`
|
|
63
|
+
- chore: adopt custom JSX pragma ([PR #27617](https://github.com/microsoft/fluentui/pull/27617) by bernardo.sunderhus@gmail.com)
|
|
64
|
+
- `@fluentui/react-provider`
|
|
65
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
66
|
+
- `@fluentui/react-radio`
|
|
67
|
+
- chore: adopt custom JSX pragma ([PR #27618](https://github.com/microsoft/fluentui/pull/27618) by bernardo.sunderhus@gmail.com)
|
|
68
|
+
- `@fluentui/react-select`
|
|
69
|
+
- chore: adopt custom JSX pragma ([PR #27621](https://github.com/microsoft/fluentui/pull/27621) by bernardo.sunderhus@gmail.com)
|
|
70
|
+
- `@fluentui/react-slider`
|
|
71
|
+
- chore: adopt custom JSX pragma ([PR #27624](https://github.com/microsoft/fluentui/pull/27624) by bernardo.sunderhus@gmail.com)
|
|
72
|
+
- `@fluentui/react-spinbutton`
|
|
73
|
+
- chore: adopt custom JSX pragma ([PR #27625](https://github.com/microsoft/fluentui/pull/27625) by bernardo.sunderhus@gmail.com)
|
|
74
|
+
- `@fluentui/react-spinner`
|
|
75
|
+
- chore: adopt custom JSX pragma ([PR #27622](https://github.com/microsoft/fluentui/pull/27622) by bernardo.sunderhus@gmail.com)
|
|
76
|
+
- `@fluentui/react-switch`
|
|
77
|
+
- chore: adopt custom JSX pragma ([PR #27627](https://github.com/microsoft/fluentui/pull/27627) by bernardo.sunderhus@gmail.com)
|
|
78
|
+
- `@fluentui/react-table`
|
|
79
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
80
|
+
- `@fluentui/react-tabs`
|
|
81
|
+
- chore: adopts custom JSX pragma ([PR #27640](https://github.com/microsoft/fluentui/pull/27640) by bernardo.sunderhus@gmail.com)
|
|
82
|
+
- `@fluentui/react-text`
|
|
83
|
+
- chore: adopt custom JSX pragma ([PR #27626](https://github.com/microsoft/fluentui/pull/27626) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- `@fluentui/react-textarea`
|
|
85
|
+
- chore: adopt custom JSX pragma ([PR #27631](https://github.com/microsoft/fluentui/pull/27631) by bernardo.sunderhus@gmail.com)
|
|
86
|
+
- `@fluentui/react-toolbar`
|
|
87
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
- `@fluentui/react-tooltip`
|
|
89
|
+
- chore: adopt custom JSX pragma ([PR #27630](https://github.com/microsoft/fluentui/pull/27630) by bernardo.sunderhus@gmail.com)
|
|
90
|
+
|
|
91
|
+
### Changes
|
|
92
|
+
|
|
93
|
+
- `@fluentui/react-alert`
|
|
94
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
95
|
+
- `@fluentui/react-data-grid-react-window`
|
|
96
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
97
|
+
- `@fluentui/react-infobutton`
|
|
98
|
+
- chore: adopt custom JSX pragma ([PR #27615](https://github.com/microsoft/fluentui/pull/27615) by bernardo.sunderhus@gmail.com)
|
|
99
|
+
- `@fluentui/react-jsx-runtime`
|
|
100
|
+
- chore: simplify createElement method ([PR #27573](https://github.com/microsoft/fluentui/pull/27573) by bernardo.sunderhus@gmail.com)
|
|
101
|
+
- `@fluentui/react-skeleton`
|
|
102
|
+
- chore: adopt custom JSX pragma ([PR #27623](https://github.com/microsoft/fluentui/pull/27623) by bernardo.sunderhus@gmail.com)
|
|
103
|
+
- `@fluentui/react-tree`
|
|
104
|
+
- bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
|
|
105
|
+
- bugfix: fix parent navigation after independency from id ([PR #27642](https://github.com/microsoft/fluentui/pull/27642) by bernardo.sunderhus@gmail.com)
|
|
106
|
+
- feat: value property over id ([PR #27532](https://github.com/microsoft/fluentui/pull/27532) by bernardo.sunderhus@gmail.com)
|
|
107
|
+
- chore: restructure stories, add separate category for flat tree ([PR #27586](https://github.com/microsoft/fluentui/pull/27586) by bernardo.sunderhus@gmail.com)
|
|
108
|
+
- `@fluentui/react-virtualizer`
|
|
109
|
+
- chore: adopt custom JSX pragma ([PR #27629](https://github.com/microsoft/fluentui/pull/27629) by bernardo.sunderhus@gmail.com)
|
|
110
|
+
|
|
111
|
+
## [9.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.0)
|
|
112
|
+
|
|
113
|
+
Mon, 17 Apr 2023 17:53:43 GMT
|
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.9..@fluentui/react-components_v9.19.0)
|
|
115
|
+
|
|
116
|
+
### Minor changes
|
|
117
|
+
|
|
118
|
+
- `@fluentui/react-components`
|
|
119
|
+
- feat: Release Field component as stable ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
120
|
+
- `@fluentui/react-field`
|
|
121
|
+
- feat: Release Field component as stable ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
122
|
+
- `@fluentui/react-utilities`
|
|
123
|
+
- feat: ensure compatibility with custom JSX pragma ([PR #27472](https://github.com/microsoft/fluentui/pull/27472) by bernardo.sunderhus@gmail.com)
|
|
124
|
+
|
|
125
|
+
### Patches
|
|
126
|
+
|
|
127
|
+
- `@fluentui/react-avatar`
|
|
128
|
+
- fix: Correct Avatar's active-inactive transition animation curve ([PR #27537](https://github.com/microsoft/fluentui/pull/27537) by behowell@microsoft.com)
|
|
129
|
+
- `@fluentui/react-card`
|
|
130
|
+
- fix: add support for Windows High Contrast Mode ([PR #27556](https://github.com/microsoft/fluentui/pull/27556) by marcosvmmoura@gmail.com)
|
|
131
|
+
- `@fluentui/react-checkbox`
|
|
132
|
+
- chore: Remove deprecated CheckboxField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
133
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
134
|
+
- `@fluentui/react-combobox`
|
|
135
|
+
- chore: Remove deprecated ComboboxField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
136
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
137
|
+
- `@fluentui/react-components`
|
|
138
|
+
- chore(react-components/unstable): Remove deprecated InputField, etc. shim components ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
139
|
+
- chore: Remove the use of ContextSelector in RadioGroupContext ([PR #27476](https://github.com/microsoft/fluentui/pull/27476) by behowell@microsoft.com)
|
|
140
|
+
- `@fluentui/react-dialog`
|
|
141
|
+
- chore: adopts custom JSX pragma ([PR #27475](https://github.com/microsoft/fluentui/pull/27475) by bernardo.sunderhus@gmail.com)
|
|
142
|
+
- `@fluentui/react-field`
|
|
143
|
+
- chore: Remove utilities for deprecated shim InputField, etc. components ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
144
|
+
- `@fluentui/react-input`
|
|
145
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
146
|
+
- chore: Remove deprecated InputField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
147
|
+
- `@fluentui/react-menu`
|
|
148
|
+
- chore: adopt custom JSX pragma ([PR #27544](https://github.com/microsoft/fluentui/pull/27544) by bernardo.sunderhus@gmail.com)
|
|
149
|
+
- `@fluentui/react-popover`
|
|
150
|
+
- feat: adopt custom JSX pragma ([PR #27546](https://github.com/microsoft/fluentui/pull/27546) by bernardo.sunderhus@gmail.com)
|
|
151
|
+
- `@fluentui/react-progress`
|
|
152
|
+
- chore: Remove deprecated ProgressField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
153
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
154
|
+
- `@fluentui/react-provider`
|
|
155
|
+
- feat: adopt custom JSX pragma ([PR #27547](https://github.com/microsoft/fluentui/pull/27547) by bernardo.sunderhus@gmail.com)
|
|
156
|
+
- `@fluentui/react-radio`
|
|
157
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
158
|
+
- chore: Remove deprecated RadioGroupField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
159
|
+
- chore: Remove the use of ContextSelector in RadioGroupContext ([PR #27476](https://github.com/microsoft/fluentui/pull/27476) by behowell@microsoft.com)
|
|
160
|
+
- `@fluentui/react-select`
|
|
161
|
+
- chore: Remove deprecated SelectField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
162
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
163
|
+
- `@fluentui/react-slider`
|
|
164
|
+
- chore: Remove deprecated SliderField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
165
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
166
|
+
- `@fluentui/react-spinbutton`
|
|
167
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
168
|
+
- chore: Remove deprecated SpinButtonField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
169
|
+
- `@fluentui/react-switch`
|
|
170
|
+
- chore: Remove deprecated SwitchField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
171
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
172
|
+
- `@fluentui/react-table`
|
|
173
|
+
- chore: adopt custom JSX pragma ([PR #27543](https://github.com/microsoft/fluentui/pull/27543) by bernardo.sunderhus@gmail.com)
|
|
174
|
+
- `@fluentui/react-textarea`
|
|
175
|
+
- chore: Remove deprecated TextareaField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
176
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
177
|
+
- `@fluentui/react-toolbar`
|
|
178
|
+
- chore: adopt custom JSX pragma ([PR #27548](https://github.com/microsoft/fluentui/pull/27548) by bernardo.sunderhus@gmail.com)
|
|
179
|
+
- `@fluentui/react-utilities`
|
|
180
|
+
- fix: Fix slot render functions ([PR #27561](https://github.com/microsoft/fluentui/pull/27561) by behowell@microsoft.com)
|
|
181
|
+
|
|
182
|
+
### Changes
|
|
183
|
+
|
|
184
|
+
- `@fluentui/react-alert`
|
|
185
|
+
- chore: adopt custom JSX pragma ([PR #27550](https://github.com/microsoft/fluentui/pull/27550) by bernardo.sunderhus@gmail.com)
|
|
186
|
+
- `@fluentui/react-data-grid-react-window`
|
|
187
|
+
- chore: adopt custom JSX pragma ([PR #27552](https://github.com/microsoft/fluentui/pull/27552) by bernardo.sunderhus@gmail.com)
|
|
188
|
+
- `@fluentui/react-datepicker-compat`
|
|
189
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
190
|
+
- `@fluentui/react-jsx-runtime`
|
|
191
|
+
- feat: implements custom JSX pragma ([PR #27472](https://github.com/microsoft/fluentui/pull/27472) by bernardo.sunderhus@gmail.com)
|
|
192
|
+
- `@fluentui/react-skeleton`
|
|
193
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
194
|
+
- `@fluentui/react-theme-sass`
|
|
195
|
+
- fix: add "style" to exports field ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by olfedias@microsoft.com)
|
|
196
|
+
- `@fluentui/react-tree`
|
|
197
|
+
- chore: adopt custom jsx pragma ([PR #27542](https://github.com/microsoft/fluentui/pull/27542) by bernardo.sunderhus@gmail.com)
|
|
198
|
+
|
|
7
199
|
## [9.18.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.9)
|
|
8
200
|
|
|
9
|
-
Wed, 12 Apr 2023 09:
|
|
201
|
+
Wed, 12 Apr 2023 09:31:42 GMT
|
|
10
202
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.8..@fluentui/react-components_v9.18.9)
|
|
11
203
|
|
|
12
204
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -250,6 +250,16 @@ import { DropdownProps } from '@fluentui/react-combobox';
|
|
|
250
250
|
import { DropdownSlots } from '@fluentui/react-combobox';
|
|
251
251
|
import { DropdownState } from '@fluentui/react-combobox';
|
|
252
252
|
import { DurationTokens } from '@fluentui/react-theme';
|
|
253
|
+
import { Field } from '@fluentui/react-field';
|
|
254
|
+
import { fieldClassNames } from '@fluentui/react-field';
|
|
255
|
+
import { FieldContextProvider } from '@fluentui/react-field';
|
|
256
|
+
import { FieldContextValue } from '@fluentui/react-field';
|
|
257
|
+
import { FieldContextValues } from '@fluentui/react-field';
|
|
258
|
+
import { FieldControlProps } from '@fluentui/react-field';
|
|
259
|
+
import { FieldControlPropsOptions } from '@fluentui/react-field';
|
|
260
|
+
import { FieldProps } from '@fluentui/react-field';
|
|
261
|
+
import { FieldSlots } from '@fluentui/react-field';
|
|
262
|
+
import { FieldState } from '@fluentui/react-field';
|
|
253
263
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
254
264
|
import { fluentProviderClassNames } from '@fluentui/react-provider';
|
|
255
265
|
import { FluentProviderContextValues } from '@fluentui/react-provider';
|
|
@@ -486,6 +496,7 @@ import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
|
486
496
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
487
497
|
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
488
498
|
import { RendererProvider } from '@griffel/react';
|
|
499
|
+
import { renderField_unstable } from '@fluentui/react-field';
|
|
489
500
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
490
501
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
491
502
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
@@ -825,6 +836,11 @@ import { useDivider_unstable } from '@fluentui/react-divider';
|
|
|
825
836
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
826
837
|
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
827
838
|
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
839
|
+
import { useField_unstable } from '@fluentui/react-field';
|
|
840
|
+
import { useFieldContext_unstable } from '@fluentui/react-field';
|
|
841
|
+
import { useFieldContextValues_unstable } from '@fluentui/react-field';
|
|
842
|
+
import { useFieldControlProps_unstable } from '@fluentui/react-field';
|
|
843
|
+
import { useFieldStyles_unstable } from '@fluentui/react-field';
|
|
828
844
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
829
845
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
830
846
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
@@ -903,6 +919,7 @@ import { useProgressBarStyles_unstable } from '@fluentui/react-progress';
|
|
|
903
919
|
import { useRadio_unstable } from '@fluentui/react-radio';
|
|
904
920
|
import { useRadioGroup_unstable } from '@fluentui/react-radio';
|
|
905
921
|
import { useRadioGroupContext_unstable } from '@fluentui/react-radio';
|
|
922
|
+
import { useRadioGroupContextValue_unstable } from '@fluentui/react-radio';
|
|
906
923
|
import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
907
924
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
908
925
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
@@ -1484,6 +1501,26 @@ export { DropdownState }
|
|
|
1484
1501
|
|
|
1485
1502
|
export { DurationTokens }
|
|
1486
1503
|
|
|
1504
|
+
export { Field }
|
|
1505
|
+
|
|
1506
|
+
export { fieldClassNames }
|
|
1507
|
+
|
|
1508
|
+
export { FieldContextProvider }
|
|
1509
|
+
|
|
1510
|
+
export { FieldContextValue }
|
|
1511
|
+
|
|
1512
|
+
export { FieldContextValues }
|
|
1513
|
+
|
|
1514
|
+
export { FieldControlProps }
|
|
1515
|
+
|
|
1516
|
+
export { FieldControlPropsOptions }
|
|
1517
|
+
|
|
1518
|
+
export { FieldProps }
|
|
1519
|
+
|
|
1520
|
+
export { FieldSlots }
|
|
1521
|
+
|
|
1522
|
+
export { FieldState }
|
|
1523
|
+
|
|
1487
1524
|
export { FluentProvider }
|
|
1488
1525
|
|
|
1489
1526
|
export { fluentProviderClassNames }
|
|
@@ -1956,6 +1993,8 @@ export { renderDropdown_unstable }
|
|
|
1956
1993
|
|
|
1957
1994
|
export { RendererProvider }
|
|
1958
1995
|
|
|
1996
|
+
export { renderField_unstable }
|
|
1997
|
+
|
|
1959
1998
|
export { renderFluentProvider_unstable }
|
|
1960
1999
|
|
|
1961
2000
|
export { renderImage_unstable }
|
|
@@ -2634,6 +2673,16 @@ export { useDropdown_unstable }
|
|
|
2634
2673
|
|
|
2635
2674
|
export { useDropdownStyles_unstable }
|
|
2636
2675
|
|
|
2676
|
+
export { useField_unstable }
|
|
2677
|
+
|
|
2678
|
+
export { useFieldContext_unstable }
|
|
2679
|
+
|
|
2680
|
+
export { useFieldContextValues_unstable }
|
|
2681
|
+
|
|
2682
|
+
export { useFieldControlProps_unstable }
|
|
2683
|
+
|
|
2684
|
+
export { useFieldStyles_unstable }
|
|
2685
|
+
|
|
2637
2686
|
export { useFluent }
|
|
2638
2687
|
|
|
2639
2688
|
export { useFluentProvider_unstable }
|
|
@@ -2790,6 +2839,8 @@ export { useRadioGroup_unstable }
|
|
|
2790
2839
|
|
|
2791
2840
|
export { useRadioGroupContext_unstable }
|
|
2792
2841
|
|
|
2842
|
+
export { useRadioGroupContextValue_unstable }
|
|
2843
|
+
|
|
2793
2844
|
export { useRadioGroupContextValues }
|
|
2794
2845
|
|
|
2795
2846
|
export { useRadioGroupStyles_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -3,22 +3,6 @@ import { alertClassNames } from '@fluentui/react-alert';
|
|
|
3
3
|
import { AlertProps } from '@fluentui/react-alert';
|
|
4
4
|
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
5
|
import { AlertState } from '@fluentui/react-alert';
|
|
6
|
-
import { CheckboxField_unstable as CheckboxField } from '@fluentui/react-checkbox';
|
|
7
|
-
import { checkboxFieldClassNames } from '@fluentui/react-checkbox';
|
|
8
|
-
import { CheckboxFieldProps_unstable as CheckboxFieldProps } from '@fluentui/react-checkbox';
|
|
9
|
-
import { ComboboxField_unstable as ComboboxField } from '@fluentui/react-combobox';
|
|
10
|
-
import { comboboxFieldClassNames } from '@fluentui/react-combobox';
|
|
11
|
-
import { ComboboxFieldProps_unstable as ComboboxFieldProps } from '@fluentui/react-combobox';
|
|
12
|
-
import { Field } from '@fluentui/react-field';
|
|
13
|
-
import { fieldClassNames } from '@fluentui/react-field';
|
|
14
|
-
import { FieldContextProvider } from '@fluentui/react-field';
|
|
15
|
-
import { FieldContextValue } from '@fluentui/react-field';
|
|
16
|
-
import { FieldContextValues } from '@fluentui/react-field';
|
|
17
|
-
import { FieldControlProps } from '@fluentui/react-field';
|
|
18
|
-
import { FieldControlPropsOptions } from '@fluentui/react-field';
|
|
19
|
-
import { FieldProps } from '@fluentui/react-field';
|
|
20
|
-
import { FieldSlots } from '@fluentui/react-field';
|
|
21
|
-
import { FieldState } from '@fluentui/react-field';
|
|
22
6
|
import { flattenTree_unstable } from '@fluentui/react-tree';
|
|
23
7
|
import { FlatTree } from '@fluentui/react-tree';
|
|
24
8
|
import { FlatTreeItem } from '@fluentui/react-tree';
|
|
@@ -34,18 +18,8 @@ import { infoLabelClassNames } from '@fluentui/react-infobutton';
|
|
|
34
18
|
import { InfoLabelProps } from '@fluentui/react-infobutton';
|
|
35
19
|
import { InfoLabelSlots } from '@fluentui/react-infobutton';
|
|
36
20
|
import { InfoLabelState } from '@fluentui/react-infobutton';
|
|
37
|
-
import { InputField_unstable as InputField } from '@fluentui/react-input';
|
|
38
|
-
import { inputFieldClassNames } from '@fluentui/react-input';
|
|
39
|
-
import { InputFieldProps_unstable as InputFieldProps } from '@fluentui/react-input';
|
|
40
21
|
import { NestedTreeItem } from '@fluentui/react-tree';
|
|
41
|
-
import { ProgressField_unstable as ProgressField } from '@fluentui/react-progress';
|
|
42
|
-
import { progressFieldClassNames } from '@fluentui/react-progress';
|
|
43
|
-
import { ProgressFieldProps_unstable as ProgressFieldProps } from '@fluentui/react-progress';
|
|
44
|
-
import { RadioGroupField_unstable as RadioGroupField } from '@fluentui/react-radio';
|
|
45
|
-
import { radioGroupFieldClassNames } from '@fluentui/react-radio';
|
|
46
|
-
import { RadioGroupFieldProps_unstable as RadioGroupFieldProps } from '@fluentui/react-radio';
|
|
47
22
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
48
|
-
import { renderField_unstable } from '@fluentui/react-field';
|
|
49
23
|
import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
50
24
|
import { renderInfoLabel_unstable } from '@fluentui/react-infobutton';
|
|
51
25
|
import { renderSkeleton_unstable } from '@fluentui/react-skeleton';
|
|
@@ -56,9 +30,6 @@ import { renderTreeItemLayout_unstable } from '@fluentui/react-tree';
|
|
|
56
30
|
import { renderTreeItemPersonaLayout_unstable } from '@fluentui/react-tree';
|
|
57
31
|
import { renderVirtualizer_unstable } from '@fluentui/react-virtualizer';
|
|
58
32
|
import { renderVirtualizerScrollView_unstable } from '@fluentui/react-virtualizer';
|
|
59
|
-
import { SelectField_unstable as SelectField } from '@fluentui/react-select';
|
|
60
|
-
import { selectFieldClassNames } from '@fluentui/react-select';
|
|
61
|
-
import { SelectFieldProps_unstable as SelectFieldProps } from '@fluentui/react-select';
|
|
62
33
|
import { Skeleton } from '@fluentui/react-skeleton';
|
|
63
34
|
import { skeletonClassNames } from '@fluentui/react-skeleton';
|
|
64
35
|
import { SkeletonContextProvider } from '@fluentui/react-skeleton';
|
|
@@ -71,24 +42,11 @@ import { SkeletonItemState } from '@fluentui/react-skeleton';
|
|
|
71
42
|
import { SkeletonProps } from '@fluentui/react-skeleton';
|
|
72
43
|
import { SkeletonSlots } from '@fluentui/react-skeleton';
|
|
73
44
|
import { SkeletonState } from '@fluentui/react-skeleton';
|
|
74
|
-
import { SliderField_unstable as SliderField } from '@fluentui/react-slider';
|
|
75
|
-
import { sliderFieldClassNames } from '@fluentui/react-slider';
|
|
76
|
-
import { SliderFieldProps_unstable as SliderFieldProps } from '@fluentui/react-slider';
|
|
77
|
-
import { SpinButtonField_unstable as SpinButtonField } from '@fluentui/react-spinbutton';
|
|
78
|
-
import { spinButtonFieldClassNames } from '@fluentui/react-spinbutton';
|
|
79
|
-
import { SpinButtonFieldProps_unstable as SpinButtonFieldProps } from '@fluentui/react-spinbutton';
|
|
80
|
-
import { SwitchField_unstable as SwitchField } from '@fluentui/react-switch';
|
|
81
|
-
import { switchFieldClassNames } from '@fluentui/react-switch';
|
|
82
|
-
import { SwitchFieldProps_unstable as SwitchFieldProps } from '@fluentui/react-switch';
|
|
83
|
-
import { TextareaField_unstable as TextareaField } from '@fluentui/react-textarea';
|
|
84
|
-
import { textareaFieldClassNames } from '@fluentui/react-textarea';
|
|
85
|
-
import { TextareaFieldProps_unstable as TextareaFieldProps } from '@fluentui/react-textarea';
|
|
86
45
|
import { Tree } from '@fluentui/react-tree';
|
|
87
46
|
import { treeClassNames } from '@fluentui/react-tree';
|
|
88
47
|
import { TreeContextValue } from '@fluentui/react-tree';
|
|
89
48
|
import { TreeItem } from '@fluentui/react-tree';
|
|
90
49
|
import { treeItemClassNames } from '@fluentui/react-tree';
|
|
91
|
-
import { TreeItemId } from '@fluentui/react-tree';
|
|
92
50
|
import { TreeItemLayout } from '@fluentui/react-tree';
|
|
93
51
|
import { treeItemLayoutClassNames } from '@fluentui/react-tree';
|
|
94
52
|
import { TreeItemLayoutProps } from '@fluentui/react-tree';
|
|
@@ -114,11 +72,6 @@ import { TreeSlots } from '@fluentui/react-tree';
|
|
|
114
72
|
import { TreeState } from '@fluentui/react-tree';
|
|
115
73
|
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
116
74
|
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
117
|
-
import { useField_unstable } from '@fluentui/react-field';
|
|
118
|
-
import { useFieldContext_unstable } from '@fluentui/react-field';
|
|
119
|
-
import { useFieldContextValues_unstable } from '@fluentui/react-field';
|
|
120
|
-
import { useFieldControlProps_unstable } from '@fluentui/react-field';
|
|
121
|
-
import { useFieldStyles_unstable } from '@fluentui/react-field';
|
|
122
75
|
import { useFlatTree_unstable } from '@fluentui/react-tree';
|
|
123
76
|
import { useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
124
77
|
import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
|
|
@@ -167,38 +120,6 @@ export { AlertSlots }
|
|
|
167
120
|
|
|
168
121
|
export { AlertState }
|
|
169
122
|
|
|
170
|
-
export { CheckboxField }
|
|
171
|
-
|
|
172
|
-
export { checkboxFieldClassNames }
|
|
173
|
-
|
|
174
|
-
export { CheckboxFieldProps }
|
|
175
|
-
|
|
176
|
-
export { ComboboxField }
|
|
177
|
-
|
|
178
|
-
export { comboboxFieldClassNames }
|
|
179
|
-
|
|
180
|
-
export { ComboboxFieldProps }
|
|
181
|
-
|
|
182
|
-
export { Field }
|
|
183
|
-
|
|
184
|
-
export { fieldClassNames }
|
|
185
|
-
|
|
186
|
-
export { FieldContextProvider }
|
|
187
|
-
|
|
188
|
-
export { FieldContextValue }
|
|
189
|
-
|
|
190
|
-
export { FieldContextValues }
|
|
191
|
-
|
|
192
|
-
export { FieldControlProps }
|
|
193
|
-
|
|
194
|
-
export { FieldControlPropsOptions }
|
|
195
|
-
|
|
196
|
-
export { FieldProps }
|
|
197
|
-
|
|
198
|
-
export { FieldSlots }
|
|
199
|
-
|
|
200
|
-
export { FieldState }
|
|
201
|
-
|
|
202
123
|
export { flattenTree_unstable }
|
|
203
124
|
|
|
204
125
|
export { FlatTree }
|
|
@@ -229,30 +150,10 @@ export { InfoLabelSlots }
|
|
|
229
150
|
|
|
230
151
|
export { InfoLabelState }
|
|
231
152
|
|
|
232
|
-
export { InputField }
|
|
233
|
-
|
|
234
|
-
export { inputFieldClassNames }
|
|
235
|
-
|
|
236
|
-
export { InputFieldProps }
|
|
237
|
-
|
|
238
153
|
export { NestedTreeItem }
|
|
239
154
|
|
|
240
|
-
export { ProgressField }
|
|
241
|
-
|
|
242
|
-
export { progressFieldClassNames }
|
|
243
|
-
|
|
244
|
-
export { ProgressFieldProps }
|
|
245
|
-
|
|
246
|
-
export { RadioGroupField }
|
|
247
|
-
|
|
248
|
-
export { radioGroupFieldClassNames }
|
|
249
|
-
|
|
250
|
-
export { RadioGroupFieldProps }
|
|
251
|
-
|
|
252
155
|
export { renderAlert_unstable }
|
|
253
156
|
|
|
254
|
-
export { renderField_unstable }
|
|
255
|
-
|
|
256
157
|
export { renderInfoButton_unstable }
|
|
257
158
|
|
|
258
159
|
export { renderInfoLabel_unstable }
|
|
@@ -273,12 +174,6 @@ export { renderVirtualizer_unstable }
|
|
|
273
174
|
|
|
274
175
|
export { renderVirtualizerScrollView_unstable }
|
|
275
176
|
|
|
276
|
-
export { SelectField }
|
|
277
|
-
|
|
278
|
-
export { selectFieldClassNames }
|
|
279
|
-
|
|
280
|
-
export { SelectFieldProps }
|
|
281
|
-
|
|
282
177
|
export { Skeleton }
|
|
283
178
|
|
|
284
179
|
export { skeletonClassNames }
|
|
@@ -303,30 +198,6 @@ export { SkeletonSlots }
|
|
|
303
198
|
|
|
304
199
|
export { SkeletonState }
|
|
305
200
|
|
|
306
|
-
export { SliderField }
|
|
307
|
-
|
|
308
|
-
export { sliderFieldClassNames }
|
|
309
|
-
|
|
310
|
-
export { SliderFieldProps }
|
|
311
|
-
|
|
312
|
-
export { SpinButtonField }
|
|
313
|
-
|
|
314
|
-
export { spinButtonFieldClassNames }
|
|
315
|
-
|
|
316
|
-
export { SpinButtonFieldProps }
|
|
317
|
-
|
|
318
|
-
export { SwitchField }
|
|
319
|
-
|
|
320
|
-
export { switchFieldClassNames }
|
|
321
|
-
|
|
322
|
-
export { SwitchFieldProps }
|
|
323
|
-
|
|
324
|
-
export { TextareaField }
|
|
325
|
-
|
|
326
|
-
export { textareaFieldClassNames }
|
|
327
|
-
|
|
328
|
-
export { TextareaFieldProps }
|
|
329
|
-
|
|
330
201
|
export { Tree }
|
|
331
202
|
|
|
332
203
|
export { treeClassNames }
|
|
@@ -337,8 +208,6 @@ export { TreeItem }
|
|
|
337
208
|
|
|
338
209
|
export { treeItemClassNames }
|
|
339
210
|
|
|
340
|
-
export { TreeItemId }
|
|
341
|
-
|
|
342
211
|
export { TreeItemLayout }
|
|
343
212
|
|
|
344
213
|
export { treeItemLayoutClassNames }
|
|
@@ -389,16 +258,6 @@ export { useAlert_unstable }
|
|
|
389
258
|
|
|
390
259
|
export { useAlertStyles_unstable }
|
|
391
260
|
|
|
392
|
-
export { useField_unstable }
|
|
393
|
-
|
|
394
|
-
export { useFieldContext_unstable }
|
|
395
|
-
|
|
396
|
-
export { useFieldContextValues_unstable }
|
|
397
|
-
|
|
398
|
-
export { useFieldControlProps_unstable }
|
|
399
|
-
|
|
400
|
-
export { useFieldStyles_unstable }
|
|
401
|
-
|
|
402
261
|
export { useFlatTree_unstable }
|
|
403
262
|
|
|
404
263
|
export { useInfoButton_unstable }
|
package/lib/index.js
CHANGED
|
@@ -21,7 +21,7 @@ export { Menu, MenuDivider, MenuGroup, MenuGroupContextProvider, MenuGroupHeader
|
|
|
21
21
|
export { Persona, personaClassNames, renderPersona_unstable, usePersonaStyles_unstable, usePersona_unstable } from '@fluentui/react-persona';
|
|
22
22
|
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';
|
|
23
23
|
export { Portal, usePortal_unstable, renderPortal_unstable } from '@fluentui/react-portal';
|
|
24
|
-
export { Radio, radioClassNames, RadioGroup, RadioGroupProvider, radioGroupClassNames, renderRadio_unstable, renderRadioGroup_unstable, useRadio_unstable, useRadioGroupContext_unstable, useRadioGroupContextValues, useRadioGroup_unstable, useRadioGroupStyles_unstable, useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
24
|
+
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';
|
|
25
25
|
export { Select, renderSelect_unstable, selectClassNames, useSelectStyles_unstable, useSelect_unstable } from '@fluentui/react-select';
|
|
26
26
|
export { Slider, sliderClassNames, sliderCSSVars, useSliderState_unstable, useSliderStyles_unstable, useSlider_unstable, renderSlider_unstable } from '@fluentui/react-slider';
|
|
27
27
|
export { SpinButton, renderSpinButton_unstable, spinButtonClassNames, useSpinButtonStyles_unstable, useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
@@ -37,4 +37,5 @@ export { Overflow, OverflowItem, useIsOverflowGroupVisible, useIsOverflowItemVis
|
|
|
37
37
|
export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
|
|
38
38
|
export { TableCell, tableCellClassNames, tableCellClassName, useTableCellStyles_unstable, useTableCell_unstable, renderTableCell_unstable, TableRow, tableRowClassNames, tableRowClassName, useTableRowStyles_unstable, useTableRow_unstable, renderTableRow_unstable, TableBody, tableBodyClassName, tableBodyClassNames, useTableBodyStyles_unstable, useTableBody_unstable, renderTableBody_unstable, Table, tableClassName, tableClassNames, useTableStyles_unstable, useTable_unstable, renderTable_unstable, TableHeader, tableHeaderClassNames, tableHeaderClassName, useTableHeaderStyles_unstable, useTableHeader_unstable, renderTableHeader_unstable, TableHeaderCell, tableHeaderCellClassName, tableHeaderCellClassNames, useTableHeaderCellStyles_unstable, useTableHeaderCell_unstable, renderTableHeaderCell_unstable, TableResizeHandle, tableResizeHandleClassNames, useTableResizeHandleStyles_unstable, useTableResizeHandle_unstable, renderTableResizeHandle_unstable, TableContextProvider, useTableContext, TableSelectionCell, useTableSelectionCellStyles_unstable, useTableSelectionCell_unstable, renderTableSelectionCell_unstable, tableSelectionCellClassNames, TableCellActions, useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable, tableCellActionsClassNames, TableCellLayout, useTableCellLayout_unstable, useTableCellLayoutStyles_unstable, renderTableCellLayout_unstable, tableCellLayoutClassNames, useTableFeatures, useTableSelection, useTableSort, createTableColumn, DataGridCell, dataGridCellClassNames, useDataGridCellStyles_unstable, useDataGridCell_unstable, renderDataGridCell_unstable, DataGridRow, dataGridRowClassNames, useDataGridRowStyles_unstable, useDataGridRow_unstable, renderDataGridRow_unstable, DataGridBody, dataGridBodyClassNames, useDataGridBodyStyles_unstable, useDataGridBody_unstable, renderDataGridBody_unstable, DataGrid, dataGridClassNames, useDataGridStyles_unstable, useDataGrid_unstable, renderDataGrid_unstable, useDataGridContextValues_unstable, DataGridHeader, dataGridHeaderClassNames, useDataGridHeaderStyles_unstable, useDataGridHeader_unstable, renderDataGridHeader_unstable, DataGridHeaderCell, dataGridHeaderCellClassNames, useDataGridHeaderCellStyles_unstable, useDataGridHeaderCell_unstable, renderDataGridHeaderCell_unstable, DataGridSelectionCell, useDataGridSelectionCellStyles_unstable, useDataGridSelectionCell_unstable, renderDataGridSelectionCell_unstable, dataGridSelectionCellClassNames, TableRowIdContextProvider, useTableRowIdContext, useTableColumnSizing_unstable } from '@fluentui/react-table';
|
|
39
39
|
export { Card, CardFooter, CardHeader, CardPreview, cardClassNames, cardCSSVars, cardFooterClassNames, cardHeaderClassNames, cardHeaderCSSVars, cardPreviewClassNames, renderCard_unstable, renderCardFooter_unstable, renderCardHeader_unstable, renderCardPreview_unstable, useCard_unstable, useCardFooter_unstable, useCardFooterStyles_unstable, useCardHeader_unstable, useCardHeaderStyles_unstable, useCardPreview_unstable, useCardPreviewStyles_unstable, useCardStyles_unstable } from '@fluentui/react-card';
|
|
40
|
+
export { Field, fieldClassNames, FieldContextProvider, renderField_unstable, useFieldContext_unstable, useFieldContextValues_unstable, useFieldControlProps_unstable, useFieldStyles_unstable, useField_unstable } from '@fluentui/react-field';
|
|
40
41
|
//# sourceMappingURL=index.js.map
|