@fluentui/react-components 9.1.1 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +840 -1
- package/CHANGELOG.md +138 -2
- package/dist/index.d.ts +39 -0
- package/dist/unstable.d.ts +312 -24
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +2 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +46 -6
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +404 -34
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +35 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,148 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 Aug 2022 16:00:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.2.0)
|
|
8
|
+
|
|
9
|
+
Wed, 03 Aug 2022 16:00:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.1..@fluentui/react-components_v9.2.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- chore: Splits useARIAButton into useARIAButtonProps and useARIAButtonShorthand. ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- `@fluentui/react-button`
|
|
17
|
+
- chore: Updates Button to use useARIAButton over useARIAButtonShorthand ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- `@fluentui/react-components`
|
|
19
|
+
- feat: update spinbutton to stable ([PR #23805](https://github.com/microsoft/fluentui/pull/23805) by seanmonahan@microsoft.com)
|
|
20
|
+
- feat: adds react-dialog to react-components unstable ([PR #24140](https://github.com/microsoft/fluentui/pull/24140) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- chore: Re-exporting useIsomorphicLayoutEffect from @fluentui/react-utilities in @fluentui/react-components. ([PR #24132](https://github.com/microsoft/fluentui/pull/24132) by Humberto.Morimoto@microsoft.com)
|
|
22
|
+
- `@fluentui/react-provider`
|
|
23
|
+
- fix: Move to useLayoutEffect or useInsertionEffect for Theme Provider theme insertion. ([PR #24061](https://github.com/microsoft/fluentui/pull/24061) by mgodbolt@microsoft.com)
|
|
24
|
+
- `@fluentui/react-spinbutton`
|
|
25
|
+
- feat: update spinbutton to stable ([PR #23805](https://github.com/microsoft/fluentui/pull/23805) by seanmonahan@microsoft.com)
|
|
26
|
+
- `@fluentui/react-tabster`
|
|
27
|
+
- feat: Adds `ignoreDefaultKeydown` option to `useArrowNavigationGroup` ([PR #24101](https://github.com/microsoft/fluentui/pull/24101) by lingfangao@hotmail.com)
|
|
28
|
+
- feat: create `:focus-visible` and `:focus-within` polyfills ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- `@fluentui/react-accordion`
|
|
33
|
+
- chore: Updates AccordionHeader to use useARIAButtonShorthand over useARIAButton ([PR #24032](https://github.com/microsoft/fluentui/pull/24032) by bernardo.sunderhus@gmail.com)
|
|
34
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
35
|
+
- `@fluentui/react-aria`
|
|
36
|
+
- feat: treats aria-disabled as disabled state on useARIAButtonProps ([PR #24197](https://github.com/microsoft/fluentui/pull/24197) by bernardo.sunderhus@gmail.com)
|
|
37
|
+
- `@fluentui/react-avatar`
|
|
38
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
39
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
40
|
+
- `@fluentui/react-badge`
|
|
41
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
42
|
+
- `@fluentui/react-button`
|
|
43
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
44
|
+
- `@fluentui/react-checkbox`
|
|
45
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
46
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
47
|
+
- `@fluentui/react-components`
|
|
48
|
+
- feat: Adds `@fluentui/react-table` package to unstable exports ([PR #24182](https://github.com/microsoft/fluentui/pull/24182) by lingfangao@hotmail.com)
|
|
49
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
50
|
+
- `@fluentui/react-divider`
|
|
51
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
52
|
+
- `@fluentui/react-image`
|
|
53
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
54
|
+
- `@fluentui/react-input`
|
|
55
|
+
- Adds proper initialValue to value on useInput ([PR #24084](https://github.com/microsoft/fluentui/pull/24084) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
57
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
58
|
+
- `@fluentui/react-label`
|
|
59
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
60
|
+
- `@fluentui/react-link`
|
|
61
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
62
|
+
- `@fluentui/react-menu`
|
|
63
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
64
|
+
- fix: Fix tabbing from within menu ([PR #24101](https://github.com/microsoft/fluentui/pull/24101) by lingfangao@hotmail.com)
|
|
65
|
+
- `@fluentui/react-popover`
|
|
66
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
67
|
+
- `@fluentui/react-portal`
|
|
68
|
+
- fix: use `useFocusVisible` hook for :focus-visible styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
69
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
70
|
+
- `@fluentui/react-portal-compat`
|
|
71
|
+
- chore: enable AMD compatible build ([PR #24052](https://github.com/microsoft/fluentui/pull/24052) by lingfangao@hotmail.com)
|
|
72
|
+
- `@fluentui/react-positioning`
|
|
73
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
74
|
+
- `@fluentui/react-provider`
|
|
75
|
+
- fix: use `useFocusVisible` hook for :focus-visible styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
76
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
77
|
+
- `@fluentui/react-radio`
|
|
78
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
79
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
80
|
+
- `@fluentui/react-slider`
|
|
81
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
82
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
83
|
+
- `@fluentui/react-spinbutton`
|
|
84
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
85
|
+
- `@fluentui/react-spinner`
|
|
86
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
87
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
88
|
+
- `@fluentui/react-switch`
|
|
89
|
+
- refactor: use `useFocusWithin` hook for :focus-within styles ([PR #24154](https://github.com/microsoft/fluentui/pull/24154) by lingfangao@hotmail.com)
|
|
90
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
91
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
92
|
+
- `@fluentui/react-tabs`
|
|
93
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
94
|
+
- `@fluentui/react-tabster`
|
|
95
|
+
- chore: Bump tabster to 2.1.0 ([PR #23811](https://github.com/microsoft/fluentui/pull/23811) by lingfangao@hotmail.com)
|
|
96
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
97
|
+
- `@fluentui/react-text`
|
|
98
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
99
|
+
- `@fluentui/react-textarea`
|
|
100
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
101
|
+
- fix: Make <textarea> match its wrapper size and add documentation on changing its height. ([PR #23992](https://github.com/microsoft/fluentui/pull/23992) by esteban.230@hotmail.com)
|
|
102
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
103
|
+
- `@fluentui/react-tooltip`
|
|
104
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
105
|
+
|
|
106
|
+
### Changes
|
|
107
|
+
|
|
108
|
+
- `@fluentui/react-alert`
|
|
109
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
110
|
+
- `@fluentui/react-card`
|
|
111
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
112
|
+
- `@fluentui/react-combobox`
|
|
113
|
+
- fix: prevent react-combobox keyboard selection of disabled options ([PR #24073](https://github.com/microsoft/fluentui/pull/24073) by sarah.higley@microsoft.com)
|
|
114
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
115
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
116
|
+
- `@fluentui/react-conformance-griffel`
|
|
117
|
+
- fix: Griffel conformance test should use user container for render ([PR #24051](https://github.com/microsoft/fluentui/pull/24051) by lingfangao@hotmail.com)
|
|
118
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
119
|
+
- `@fluentui/react-dialog`
|
|
120
|
+
- chore: adds aria-labelledby and aria-describedby attributes ([PR #24141](https://github.com/microsoft/fluentui/pull/24141) by bernardo.sunderhus@gmail.com)
|
|
121
|
+
- feat: adds react-dialog to react-components unstable ([PR #24140](https://github.com/microsoft/fluentui/pull/24140) by bernardo.sunderhus@gmail.com)
|
|
122
|
+
- `@fluentui/react-overflow`
|
|
123
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
124
|
+
- `@fluentui/react-select`
|
|
125
|
+
- bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles ([PR #23788](https://github.com/microsoft/fluentui/pull/23788) by sarah.higley@microsoft.com)
|
|
126
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
127
|
+
- `@fluentui/react-table`
|
|
128
|
+
- feat: Make sorting more primitive ([PR #24198](https://github.com/microsoft/fluentui/pull/24198) by lingfangao@hotmail.com)
|
|
129
|
+
- feat: Release package in `alpha` ([PR #24182](https://github.com/microsoft/fluentui/pull/24182) by lingfangao@hotmail.com)
|
|
130
|
+
- `@fluentui/react-toolbar`
|
|
131
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
|
132
|
+
|
|
133
|
+
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.1.1)
|
|
134
|
+
|
|
135
|
+
Fri, 15 Jul 2022 18:27:26 GMT
|
|
136
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.1..@fluentui/react-components_v9.1.1)
|
|
137
|
+
|
|
138
|
+
### Patches
|
|
139
|
+
|
|
140
|
+
- `@fluentui/react-portal-compat-context`
|
|
141
|
+
- Added mechanism for marking fluent-compatibility packages ([PR #23923](https://github.com/microsoft/fluentui/pull/23923) by gcox@microsoft.com)
|
|
142
|
+
|
|
7
143
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.1.1)
|
|
8
144
|
|
|
9
|
-
Thu, 14 Jul 2022 21:
|
|
145
|
+
Thu, 14 Jul 2022 21:21:00 GMT
|
|
10
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.1.0..@fluentui/react-components_v9.1.1)
|
|
11
147
|
|
|
12
148
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -290,6 +290,7 @@ import { renderPopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
|
290
290
|
import { renderRadio_unstable } from '@fluentui/react-radio';
|
|
291
291
|
import { renderRadioGroup_unstable } from '@fluentui/react-radio';
|
|
292
292
|
import { renderSlider_unstable } from '@fluentui/react-slider';
|
|
293
|
+
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
293
294
|
import { renderSpinner_unstable } from '@fluentui/react-spinner';
|
|
294
295
|
import { renderSplitButton_unstable } from '@fluentui/react-button';
|
|
295
296
|
import { renderSwitch_unstable } from '@fluentui/react-switch';
|
|
@@ -322,6 +323,15 @@ import { Slot } from '@fluentui/react-utilities';
|
|
|
322
323
|
import { SlotClassNames } from '@fluentui/react-utilities';
|
|
323
324
|
import { SlotPropsRecord } from '@fluentui/react-utilities';
|
|
324
325
|
import { SpacingTokens } from '@fluentui/react-theme';
|
|
326
|
+
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
327
|
+
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
328
|
+
import { SpinButtonChangeEvent } from '@fluentui/react-spinbutton';
|
|
329
|
+
import { spinButtonClassNames } from '@fluentui/react-spinbutton';
|
|
330
|
+
import { SpinButtonOnChangeData } from '@fluentui/react-spinbutton';
|
|
331
|
+
import { SpinButtonProps } from '@fluentui/react-spinbutton';
|
|
332
|
+
import { SpinButtonSlots } from '@fluentui/react-spinbutton';
|
|
333
|
+
import { SpinButtonSpinState } from '@fluentui/react-spinbutton';
|
|
334
|
+
import { SpinButtonState } from '@fluentui/react-spinbutton';
|
|
325
335
|
import { Spinner } from '@fluentui/react-spinner';
|
|
326
336
|
import { spinnerClassNames } from '@fluentui/react-spinner';
|
|
327
337
|
import { SpinnerProps } from '@fluentui/react-spinner';
|
|
@@ -436,6 +446,7 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
436
446
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
437
447
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
438
448
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
449
|
+
import { useIsomorphicLayoutEffect } from '@fluentui/react-utilities';
|
|
439
450
|
import { useIsSSR } from '@fluentui/react-utilities';
|
|
440
451
|
import { useKeyboardNavAttribute } from '@fluentui/react-tabster';
|
|
441
452
|
import { useLabel_unstable } from '@fluentui/react-label';
|
|
@@ -490,6 +501,8 @@ import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
|
490
501
|
import { useSlider_unstable } from '@fluentui/react-slider';
|
|
491
502
|
import { useSliderState_unstable } from '@fluentui/react-slider';
|
|
492
503
|
import { useSliderStyles_unstable } from '@fluentui/react-slider';
|
|
504
|
+
import { useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
505
|
+
import { useSpinButtonStyles_unstable } from '@fluentui/react-spinbutton';
|
|
493
506
|
import { useSpinner_unstable } from '@fluentui/react-spinner';
|
|
494
507
|
import { useSpinnerStyles_unstable } from '@fluentui/react-spinner';
|
|
495
508
|
import { useSplitButton_unstable } from '@fluentui/react-button';
|
|
@@ -1099,6 +1112,8 @@ export { renderRadioGroup_unstable }
|
|
|
1099
1112
|
|
|
1100
1113
|
export { renderSlider_unstable }
|
|
1101
1114
|
|
|
1115
|
+
export { renderSpinButton_unstable }
|
|
1116
|
+
|
|
1102
1117
|
export { renderSpinner_unstable }
|
|
1103
1118
|
|
|
1104
1119
|
export { renderSplitButton_unstable }
|
|
@@ -1163,6 +1178,24 @@ export { SlotPropsRecord }
|
|
|
1163
1178
|
|
|
1164
1179
|
export { SpacingTokens }
|
|
1165
1180
|
|
|
1181
|
+
export { SpinButton }
|
|
1182
|
+
|
|
1183
|
+
export { SpinButtonBounds }
|
|
1184
|
+
|
|
1185
|
+
export { SpinButtonChangeEvent }
|
|
1186
|
+
|
|
1187
|
+
export { spinButtonClassNames }
|
|
1188
|
+
|
|
1189
|
+
export { SpinButtonOnChangeData }
|
|
1190
|
+
|
|
1191
|
+
export { SpinButtonProps }
|
|
1192
|
+
|
|
1193
|
+
export { SpinButtonSlots }
|
|
1194
|
+
|
|
1195
|
+
export { SpinButtonSpinState }
|
|
1196
|
+
|
|
1197
|
+
export { SpinButtonState }
|
|
1198
|
+
|
|
1166
1199
|
export { Spinner }
|
|
1167
1200
|
|
|
1168
1201
|
export { spinnerClassNames }
|
|
@@ -1391,6 +1424,8 @@ export { useInput_unstable }
|
|
|
1391
1424
|
|
|
1392
1425
|
export { useInputStyles_unstable }
|
|
1393
1426
|
|
|
1427
|
+
export { useIsomorphicLayoutEffect }
|
|
1428
|
+
|
|
1394
1429
|
export { useIsSSR }
|
|
1395
1430
|
|
|
1396
1431
|
export { useKeyboardNavAttribute }
|
|
@@ -1499,6 +1534,10 @@ export { useSliderState_unstable }
|
|
|
1499
1534
|
|
|
1500
1535
|
export { useSliderStyles_unstable }
|
|
1501
1536
|
|
|
1537
|
+
export { useSpinButton_unstable }
|
|
1538
|
+
|
|
1539
|
+
export { useSpinButtonStyles_unstable }
|
|
1540
|
+
|
|
1502
1541
|
export { useSpinner_unstable }
|
|
1503
1542
|
|
|
1504
1543
|
export { useSpinnerStyles_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -46,6 +46,39 @@ import { ComboboxState } from '@fluentui/react-combobox';
|
|
|
46
46
|
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
47
47
|
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
48
48
|
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
49
|
+
import { Dialog } from '@fluentui/react-dialog';
|
|
50
|
+
import { DialogActions } from '@fluentui/react-dialog';
|
|
51
|
+
import { dialogActionsClassNames } from '@fluentui/react-dialog';
|
|
52
|
+
import { DialogActionsPosition } from '@fluentui/react-dialog';
|
|
53
|
+
import { DialogActionsProps } from '@fluentui/react-dialog';
|
|
54
|
+
import { DialogActionsSlots } from '@fluentui/react-dialog';
|
|
55
|
+
import { DialogActionsState } from '@fluentui/react-dialog';
|
|
56
|
+
import { DialogBody } from '@fluentui/react-dialog';
|
|
57
|
+
import { dialogBodyClassNames } from '@fluentui/react-dialog';
|
|
58
|
+
import { DialogBodyProps } from '@fluentui/react-dialog';
|
|
59
|
+
import { DialogBodySlots } from '@fluentui/react-dialog';
|
|
60
|
+
import { DialogBodyState } from '@fluentui/react-dialog';
|
|
61
|
+
import { dialogClassNames } from '@fluentui/react-dialog';
|
|
62
|
+
import { DialogOpenChangeData } from '@fluentui/react-dialog';
|
|
63
|
+
import { DialogOpenChangeEvent } from '@fluentui/react-dialog';
|
|
64
|
+
import { DialogProps } from '@fluentui/react-dialog';
|
|
65
|
+
import { DialogSlots } from '@fluentui/react-dialog';
|
|
66
|
+
import { DialogState } from '@fluentui/react-dialog';
|
|
67
|
+
import { DialogSurface } from '@fluentui/react-dialog';
|
|
68
|
+
import { dialogSurfaceClassNames } from '@fluentui/react-dialog';
|
|
69
|
+
import { DialogSurfaceProps } from '@fluentui/react-dialog';
|
|
70
|
+
import { DialogSurfaceSlots } from '@fluentui/react-dialog';
|
|
71
|
+
import { DialogSurfaceState } from '@fluentui/react-dialog';
|
|
72
|
+
import { DialogTitle } from '@fluentui/react-dialog';
|
|
73
|
+
import { dialogTitleClassNames } from '@fluentui/react-dialog';
|
|
74
|
+
import { DialogTitleProps } from '@fluentui/react-dialog';
|
|
75
|
+
import { DialogTitleSlots } from '@fluentui/react-dialog';
|
|
76
|
+
import { DialogTitleState } from '@fluentui/react-dialog';
|
|
77
|
+
import { DialogTrigger } from '@fluentui/react-dialog';
|
|
78
|
+
import { DialogTriggerAction } from '@fluentui/react-dialog';
|
|
79
|
+
import { DialogTriggerChildProps } from '@fluentui/react-dialog';
|
|
80
|
+
import { DialogTriggerProps } from '@fluentui/react-dialog';
|
|
81
|
+
import { DialogTriggerState } from '@fluentui/react-dialog';
|
|
49
82
|
import { Dropdown } from '@fluentui/react-combobox';
|
|
50
83
|
import { dropdownClassNames } from '@fluentui/react-combobox';
|
|
51
84
|
import { DropdownContextValues } from '@fluentui/react-combobox';
|
|
@@ -82,27 +115,68 @@ import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
|
82
115
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
83
116
|
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
84
117
|
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
118
|
+
import { renderDialog_unstable } from '@fluentui/react-dialog';
|
|
119
|
+
import { renderDialogActions_unstable } from '@fluentui/react-dialog';
|
|
120
|
+
import { renderDialogBody_unstable } from '@fluentui/react-dialog';
|
|
121
|
+
import { renderDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
122
|
+
import { renderDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
123
|
+
import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
85
124
|
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
86
125
|
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
87
126
|
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
88
127
|
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
89
128
|
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
90
|
-
import {
|
|
129
|
+
import { renderTable_unstable } from '@fluentui/react-table';
|
|
130
|
+
import { renderTableBody_unstable } from '@fluentui/react-table';
|
|
131
|
+
import { renderTableCell_unstable } from '@fluentui/react-table';
|
|
132
|
+
import { renderTableHeader_unstable } from '@fluentui/react-table';
|
|
133
|
+
import { renderTableHeaderCell_unstable } from '@fluentui/react-table';
|
|
134
|
+
import { renderTableRow_unstable } from '@fluentui/react-table';
|
|
91
135
|
import { renderToolbar_unstable } from '@fluentui/react-toolbar';
|
|
92
136
|
import { Select } from '@fluentui/react-select';
|
|
93
137
|
import { selectClassNames } from '@fluentui/react-select';
|
|
94
138
|
import { SelectProps } from '@fluentui/react-select';
|
|
95
139
|
import { SelectSlots } from '@fluentui/react-select';
|
|
96
140
|
import { SelectState } from '@fluentui/react-select';
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
141
|
+
import { Table } from '@fluentui/react-table';
|
|
142
|
+
import { TableBody } from '@fluentui/react-table';
|
|
143
|
+
import { tableBodyClassName } from '@fluentui/react-table';
|
|
144
|
+
import { tableBodyClassNames } from '@fluentui/react-table';
|
|
145
|
+
import { TableBodyProps } from '@fluentui/react-table';
|
|
146
|
+
import { TableBodySlots } from '@fluentui/react-table';
|
|
147
|
+
import { TableBodyState } from '@fluentui/react-table';
|
|
148
|
+
import { TableCell } from '@fluentui/react-table';
|
|
149
|
+
import { tableCellClassName } from '@fluentui/react-table';
|
|
150
|
+
import { tableCellClassNames } from '@fluentui/react-table';
|
|
151
|
+
import { TableCellProps } from '@fluentui/react-table';
|
|
152
|
+
import { TableCellSlots } from '@fluentui/react-table';
|
|
153
|
+
import { TableCellState } from '@fluentui/react-table';
|
|
154
|
+
import { tableClassName } from '@fluentui/react-table';
|
|
155
|
+
import { tableClassNames } from '@fluentui/react-table';
|
|
156
|
+
import { TableContextProvider } from '@fluentui/react-table';
|
|
157
|
+
import { TableContextValue } from '@fluentui/react-table';
|
|
158
|
+
import { TableContextValues } from '@fluentui/react-table';
|
|
159
|
+
import { TableHeader } from '@fluentui/react-table';
|
|
160
|
+
import { TableHeaderCell } from '@fluentui/react-table';
|
|
161
|
+
import { tableHeaderCellClassName } from '@fluentui/react-table';
|
|
162
|
+
import { tableHeaderCellClassNames } from '@fluentui/react-table';
|
|
163
|
+
import { TableHeaderCellProps } from '@fluentui/react-table';
|
|
164
|
+
import { TableHeaderCellSlots } from '@fluentui/react-table';
|
|
165
|
+
import { TableHeaderCellState } from '@fluentui/react-table';
|
|
166
|
+
import { tableHeaderClassName } from '@fluentui/react-table';
|
|
167
|
+
import { tableHeaderClassNames } from '@fluentui/react-table';
|
|
168
|
+
import { TableHeaderProps } from '@fluentui/react-table';
|
|
169
|
+
import { TableHeaderSlots } from '@fluentui/react-table';
|
|
170
|
+
import { TableHeaderState } from '@fluentui/react-table';
|
|
171
|
+
import { TableProps } from '@fluentui/react-table';
|
|
172
|
+
import { TableRow } from '@fluentui/react-table';
|
|
173
|
+
import { tableRowClassName } from '@fluentui/react-table';
|
|
174
|
+
import { tableRowClassNames } from '@fluentui/react-table';
|
|
175
|
+
import { TableRowProps } from '@fluentui/react-table';
|
|
176
|
+
import { TableRowSlots } from '@fluentui/react-table';
|
|
177
|
+
import { TableRowState } from '@fluentui/react-table';
|
|
178
|
+
import { TableSlots } from '@fluentui/react-table';
|
|
179
|
+
import { TableState } from '@fluentui/react-table';
|
|
106
180
|
import { Toolbar } from '@fluentui/react-toolbar';
|
|
107
181
|
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
108
182
|
import { ToolbarButtonState } from '@fluentui/react-toolbar';
|
|
@@ -134,6 +208,17 @@ import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
|
134
208
|
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
135
209
|
import { useCombobox_unstable } from '@fluentui/react-combobox';
|
|
136
210
|
import { useComboboxStyles_unstable } from '@fluentui/react-combobox';
|
|
211
|
+
import { useDialog_unstable } from '@fluentui/react-dialog';
|
|
212
|
+
import { useDialogActions_unstable } from '@fluentui/react-dialog';
|
|
213
|
+
import { useDialogActionsStyles_unstable } from '@fluentui/react-dialog';
|
|
214
|
+
import { useDialogBody_unstable } from '@fluentui/react-dialog';
|
|
215
|
+
import { useDialogBodyStyles_unstable } from '@fluentui/react-dialog';
|
|
216
|
+
import { useDialogStyles_unstable } from '@fluentui/react-dialog';
|
|
217
|
+
import { useDialogSurface_unstable } from '@fluentui/react-dialog';
|
|
218
|
+
import { useDialogSurfaceStyles_unstable } from '@fluentui/react-dialog';
|
|
219
|
+
import { useDialogTitle_unstable } from '@fluentui/react-dialog';
|
|
220
|
+
import { useDialogTitleStyles_unstable } from '@fluentui/react-dialog';
|
|
221
|
+
import { useDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
137
222
|
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
138
223
|
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
139
224
|
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
@@ -147,8 +232,19 @@ import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
|
147
232
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
148
233
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
149
234
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
235
|
+
import { useTable_unstable } from '@fluentui/react-table';
|
|
236
|
+
import { useTableBody_unstable } from '@fluentui/react-table';
|
|
237
|
+
import { useTableBodyStyles_unstable } from '@fluentui/react-table';
|
|
238
|
+
import { useTableCell_unstable } from '@fluentui/react-table';
|
|
239
|
+
import { useTableCellStyles_unstable } from '@fluentui/react-table';
|
|
240
|
+
import { useTableContext } from '@fluentui/react-table';
|
|
241
|
+
import { useTableHeader_unstable } from '@fluentui/react-table';
|
|
242
|
+
import { useTableHeaderCell_unstable } from '@fluentui/react-table';
|
|
243
|
+
import { useTableHeaderCellStyles_unstable } from '@fluentui/react-table';
|
|
244
|
+
import { useTableHeaderStyles_unstable } from '@fluentui/react-table';
|
|
245
|
+
import { useTableRow_unstable } from '@fluentui/react-table';
|
|
246
|
+
import { useTableRowStyles_unstable } from '@fluentui/react-table';
|
|
247
|
+
import { useTableStyles_unstable } from '@fluentui/react-table';
|
|
152
248
|
import { useToolbar_unstable } from '@fluentui/react-toolbar';
|
|
153
249
|
import { useToolbarDividerStyles_unstable } from '@fluentui/react-toolbar';
|
|
154
250
|
import { useToolbarStyles_unstable } from '@fluentui/react-toolbar';
|
|
@@ -249,6 +345,72 @@ export { DATA_OVERFLOW_MENU }
|
|
|
249
345
|
|
|
250
346
|
export { DATA_OVERFLOWING }
|
|
251
347
|
|
|
348
|
+
export { Dialog }
|
|
349
|
+
|
|
350
|
+
export { DialogActions }
|
|
351
|
+
|
|
352
|
+
export { dialogActionsClassNames }
|
|
353
|
+
|
|
354
|
+
export { DialogActionsPosition }
|
|
355
|
+
|
|
356
|
+
export { DialogActionsProps }
|
|
357
|
+
|
|
358
|
+
export { DialogActionsSlots }
|
|
359
|
+
|
|
360
|
+
export { DialogActionsState }
|
|
361
|
+
|
|
362
|
+
export { DialogBody }
|
|
363
|
+
|
|
364
|
+
export { dialogBodyClassNames }
|
|
365
|
+
|
|
366
|
+
export { DialogBodyProps }
|
|
367
|
+
|
|
368
|
+
export { DialogBodySlots }
|
|
369
|
+
|
|
370
|
+
export { DialogBodyState }
|
|
371
|
+
|
|
372
|
+
export { dialogClassNames }
|
|
373
|
+
|
|
374
|
+
export { DialogOpenChangeData }
|
|
375
|
+
|
|
376
|
+
export { DialogOpenChangeEvent }
|
|
377
|
+
|
|
378
|
+
export { DialogProps }
|
|
379
|
+
|
|
380
|
+
export { DialogSlots }
|
|
381
|
+
|
|
382
|
+
export { DialogState }
|
|
383
|
+
|
|
384
|
+
export { DialogSurface }
|
|
385
|
+
|
|
386
|
+
export { dialogSurfaceClassNames }
|
|
387
|
+
|
|
388
|
+
export { DialogSurfaceProps }
|
|
389
|
+
|
|
390
|
+
export { DialogSurfaceSlots }
|
|
391
|
+
|
|
392
|
+
export { DialogSurfaceState }
|
|
393
|
+
|
|
394
|
+
export { DialogTitle }
|
|
395
|
+
|
|
396
|
+
export { dialogTitleClassNames }
|
|
397
|
+
|
|
398
|
+
export { DialogTitleProps }
|
|
399
|
+
|
|
400
|
+
export { DialogTitleSlots }
|
|
401
|
+
|
|
402
|
+
export { DialogTitleState }
|
|
403
|
+
|
|
404
|
+
export { DialogTrigger }
|
|
405
|
+
|
|
406
|
+
export { DialogTriggerAction }
|
|
407
|
+
|
|
408
|
+
export { DialogTriggerChildProps }
|
|
409
|
+
|
|
410
|
+
export { DialogTriggerProps }
|
|
411
|
+
|
|
412
|
+
export { DialogTriggerState }
|
|
413
|
+
|
|
252
414
|
export { Dropdown }
|
|
253
415
|
|
|
254
416
|
export { dropdownClassNames }
|
|
@@ -321,6 +483,18 @@ export { renderCardPreview_unstable }
|
|
|
321
483
|
|
|
322
484
|
export { renderCombobox_unstable }
|
|
323
485
|
|
|
486
|
+
export { renderDialog_unstable }
|
|
487
|
+
|
|
488
|
+
export { renderDialogActions_unstable }
|
|
489
|
+
|
|
490
|
+
export { renderDialogBody_unstable }
|
|
491
|
+
|
|
492
|
+
export { renderDialogSurface_unstable }
|
|
493
|
+
|
|
494
|
+
export { renderDialogTitle_unstable }
|
|
495
|
+
|
|
496
|
+
export { renderDialogTrigger_unstable }
|
|
497
|
+
|
|
324
498
|
export { renderDropdown_unstable }
|
|
325
499
|
|
|
326
500
|
export { renderListbox_unstable }
|
|
@@ -331,7 +505,17 @@ export { renderOptionGroup_unstable }
|
|
|
331
505
|
|
|
332
506
|
export { renderSelect_unstable }
|
|
333
507
|
|
|
334
|
-
export {
|
|
508
|
+
export { renderTable_unstable }
|
|
509
|
+
|
|
510
|
+
export { renderTableBody_unstable }
|
|
511
|
+
|
|
512
|
+
export { renderTableCell_unstable }
|
|
513
|
+
|
|
514
|
+
export { renderTableHeader_unstable }
|
|
515
|
+
|
|
516
|
+
export { renderTableHeaderCell_unstable }
|
|
517
|
+
|
|
518
|
+
export { renderTableRow_unstable }
|
|
335
519
|
|
|
336
520
|
export { renderToolbar_unstable }
|
|
337
521
|
|
|
@@ -345,23 +529,83 @@ export { SelectSlots }
|
|
|
345
529
|
|
|
346
530
|
export { SelectState }
|
|
347
531
|
|
|
348
|
-
export {
|
|
532
|
+
export { Table }
|
|
533
|
+
|
|
534
|
+
export { TableBody }
|
|
535
|
+
|
|
536
|
+
export { tableBodyClassName }
|
|
537
|
+
|
|
538
|
+
export { tableBodyClassNames }
|
|
539
|
+
|
|
540
|
+
export { TableBodyProps }
|
|
349
541
|
|
|
350
|
-
export {
|
|
542
|
+
export { TableBodySlots }
|
|
351
543
|
|
|
352
|
-
export {
|
|
544
|
+
export { TableBodyState }
|
|
353
545
|
|
|
354
|
-
export {
|
|
546
|
+
export { TableCell }
|
|
355
547
|
|
|
356
|
-
export {
|
|
548
|
+
export { tableCellClassName }
|
|
357
549
|
|
|
358
|
-
export {
|
|
550
|
+
export { tableCellClassNames }
|
|
359
551
|
|
|
360
|
-
export {
|
|
552
|
+
export { TableCellProps }
|
|
361
553
|
|
|
362
|
-
export {
|
|
554
|
+
export { TableCellSlots }
|
|
363
555
|
|
|
364
|
-
export {
|
|
556
|
+
export { TableCellState }
|
|
557
|
+
|
|
558
|
+
export { tableClassName }
|
|
559
|
+
|
|
560
|
+
export { tableClassNames }
|
|
561
|
+
|
|
562
|
+
export { TableContextProvider }
|
|
563
|
+
|
|
564
|
+
export { TableContextValue }
|
|
565
|
+
|
|
566
|
+
export { TableContextValues }
|
|
567
|
+
|
|
568
|
+
export { TableHeader }
|
|
569
|
+
|
|
570
|
+
export { TableHeaderCell }
|
|
571
|
+
|
|
572
|
+
export { tableHeaderCellClassName }
|
|
573
|
+
|
|
574
|
+
export { tableHeaderCellClassNames }
|
|
575
|
+
|
|
576
|
+
export { TableHeaderCellProps }
|
|
577
|
+
|
|
578
|
+
export { TableHeaderCellSlots }
|
|
579
|
+
|
|
580
|
+
export { TableHeaderCellState }
|
|
581
|
+
|
|
582
|
+
export { tableHeaderClassName }
|
|
583
|
+
|
|
584
|
+
export { tableHeaderClassNames }
|
|
585
|
+
|
|
586
|
+
export { TableHeaderProps }
|
|
587
|
+
|
|
588
|
+
export { TableHeaderSlots }
|
|
589
|
+
|
|
590
|
+
export { TableHeaderState }
|
|
591
|
+
|
|
592
|
+
export { TableProps }
|
|
593
|
+
|
|
594
|
+
export { TableRow }
|
|
595
|
+
|
|
596
|
+
export { tableRowClassName }
|
|
597
|
+
|
|
598
|
+
export { tableRowClassNames }
|
|
599
|
+
|
|
600
|
+
export { TableRowProps }
|
|
601
|
+
|
|
602
|
+
export { TableRowSlots }
|
|
603
|
+
|
|
604
|
+
export { TableRowState }
|
|
605
|
+
|
|
606
|
+
export { TableSlots }
|
|
607
|
+
|
|
608
|
+
export { TableState }
|
|
365
609
|
|
|
366
610
|
export { Toolbar }
|
|
367
611
|
|
|
@@ -425,6 +669,28 @@ export { useCombobox_unstable }
|
|
|
425
669
|
|
|
426
670
|
export { useComboboxStyles_unstable }
|
|
427
671
|
|
|
672
|
+
export { useDialog_unstable }
|
|
673
|
+
|
|
674
|
+
export { useDialogActions_unstable }
|
|
675
|
+
|
|
676
|
+
export { useDialogActionsStyles_unstable }
|
|
677
|
+
|
|
678
|
+
export { useDialogBody_unstable }
|
|
679
|
+
|
|
680
|
+
export { useDialogBodyStyles_unstable }
|
|
681
|
+
|
|
682
|
+
export { useDialogStyles_unstable }
|
|
683
|
+
|
|
684
|
+
export { useDialogSurface_unstable }
|
|
685
|
+
|
|
686
|
+
export { useDialogSurfaceStyles_unstable }
|
|
687
|
+
|
|
688
|
+
export { useDialogTitle_unstable }
|
|
689
|
+
|
|
690
|
+
export { useDialogTitleStyles_unstable }
|
|
691
|
+
|
|
692
|
+
export { useDialogTrigger_unstable }
|
|
693
|
+
|
|
428
694
|
export { useDropdown_unstable }
|
|
429
695
|
|
|
430
696
|
export { useDropdownStyles_unstable }
|
|
@@ -451,9 +717,31 @@ export { useSelect_unstable }
|
|
|
451
717
|
|
|
452
718
|
export { useSelectStyles_unstable }
|
|
453
719
|
|
|
454
|
-
export {
|
|
720
|
+
export { useTable_unstable }
|
|
721
|
+
|
|
722
|
+
export { useTableBody_unstable }
|
|
723
|
+
|
|
724
|
+
export { useTableBodyStyles_unstable }
|
|
725
|
+
|
|
726
|
+
export { useTableCell_unstable }
|
|
727
|
+
|
|
728
|
+
export { useTableCellStyles_unstable }
|
|
729
|
+
|
|
730
|
+
export { useTableContext }
|
|
731
|
+
|
|
732
|
+
export { useTableHeader_unstable }
|
|
733
|
+
|
|
734
|
+
export { useTableHeaderCell_unstable }
|
|
735
|
+
|
|
736
|
+
export { useTableHeaderCellStyles_unstable }
|
|
737
|
+
|
|
738
|
+
export { useTableHeaderStyles_unstable }
|
|
739
|
+
|
|
740
|
+
export { useTableRow_unstable }
|
|
741
|
+
|
|
742
|
+
export { useTableRowStyles_unstable }
|
|
455
743
|
|
|
456
|
-
export {
|
|
744
|
+
export { useTableStyles_unstable }
|
|
457
745
|
|
|
458
746
|
export { useToolbar_unstable }
|
|
459
747
|
|