@mui/utils 5.12.3 → 5.13.6
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 +391 -4
- package/HTMLElementType/index.d.ts +1 -0
- package/HTMLElementType/index.js +13 -0
- package/HTMLElementType/package.json +6 -0
- package/{capitalize.d.ts → capitalize/capitalize.d.ts} +1 -1
- package/{capitalize.js → capitalize/capitalize.js} +1 -1
- package/capitalize/index.d.ts +1 -0
- package/capitalize/index.js +13 -0
- package/capitalize/package.json +6 -0
- package/chainPropTypes/index.d.ts +1 -0
- package/chainPropTypes/index.js +13 -0
- package/chainPropTypes/package.json +6 -0
- package/{debounce.d.ts → debounce/debounce.d.ts} +4 -8
- package/{debounce.js → debounce/debounce.js} +1 -0
- package/debounce/index.d.ts +2 -0
- package/debounce/index.js +26 -0
- package/debounce/package.json +6 -0
- package/esm/HTMLElementType/index.js +1 -0
- package/esm/{capitalize.js → capitalize/capitalize.js} +1 -1
- package/esm/capitalize/index.js +1 -0
- package/esm/chainPropTypes/index.js +1 -0
- package/{modern → esm/debounce}/debounce.js +1 -0
- package/esm/debounce/index.js +2 -0
- package/esm/exactProp/index.js +1 -0
- package/esm/ownerDocument/index.js +1 -0
- package/esm/ownerWindow/index.js +1 -0
- package/esm/{ownerWindow.js → ownerWindow/ownerWindow.js} +1 -1
- package/esm/ponyfillGlobal/index.js +1 -0
- package/esm/useControlled/index.js +1 -0
- package/esm/useEnhancedEffect/index.js +1 -0
- package/esm/useEventCallback/index.js +1 -0
- package/{modern → esm/useEventCallback}/useEventCallback.js +1 -1
- package/esm/useForkRef/index.js +1 -0
- package/esm/{useForkRef.js → useForkRef/useForkRef.js} +1 -1
- package/esm/useId/index.js +1 -0
- package/esm/{useId.js → useId/useId.js} +2 -2
- package/exactProp/index.d.ts +1 -0
- package/exactProp/index.js +13 -0
- package/exactProp/package.json +6 -0
- package/index.js +1 -1
- package/legacy/HTMLElementType/index.js +1 -0
- package/legacy/{capitalize.js → capitalize/capitalize.js} +1 -1
- package/legacy/capitalize/index.js +1 -0
- package/legacy/chainPropTypes/index.js +1 -0
- package/legacy/{debounce.js → debounce/debounce.js} +1 -0
- package/legacy/debounce/index.js +2 -0
- package/legacy/exactProp/index.js +1 -0
- package/legacy/index.js +1 -1
- package/legacy/ownerDocument/index.js +1 -0
- package/legacy/ownerWindow/index.js +1 -0
- package/legacy/{ownerWindow.js → ownerWindow/ownerWindow.js} +1 -1
- package/legacy/ponyfillGlobal/index.js +1 -0
- package/legacy/useControlled/index.js +1 -0
- package/legacy/useEnhancedEffect/index.js +1 -0
- package/legacy/useEventCallback/index.js +1 -0
- package/legacy/{useEventCallback.js → useEventCallback/useEventCallback.js} +1 -1
- package/legacy/useForkRef/index.js +1 -0
- package/legacy/{useForkRef.js → useForkRef/useForkRef.js} +1 -1
- package/legacy/useId/index.js +1 -0
- package/legacy/{useId.js → useId/useId.js} +2 -2
- package/modern/HTMLElementType/index.js +1 -0
- package/modern/{capitalize.js → capitalize/capitalize.js} +1 -1
- package/modern/capitalize/index.js +1 -0
- package/modern/chainPropTypes/index.js +1 -0
- package/{esm → modern/debounce}/debounce.js +1 -0
- package/modern/debounce/index.js +2 -0
- package/modern/exactProp/index.js +1 -0
- package/modern/index.js +1 -1
- package/modern/ownerDocument/index.js +1 -0
- package/modern/ownerWindow/index.js +1 -0
- package/modern/{ownerWindow.js → ownerWindow/ownerWindow.js} +1 -1
- package/modern/ponyfillGlobal/index.js +1 -0
- package/modern/useControlled/index.js +1 -0
- package/modern/useEnhancedEffect/index.js +1 -0
- package/modern/useEventCallback/index.js +1 -0
- package/{esm → modern/useEventCallback}/useEventCallback.js +1 -1
- package/modern/useForkRef/index.js +1 -0
- package/modern/{useForkRef.js → useForkRef/useForkRef.js} +1 -1
- package/modern/useId/index.js +1 -0
- package/modern/{useId.js → useId/useId.js} +2 -2
- package/ownerDocument/index.d.ts +1 -0
- package/ownerDocument/index.js +13 -0
- package/ownerDocument/package.json +6 -0
- package/ownerWindow/index.d.ts +1 -0
- package/ownerWindow/index.js +13 -0
- package/{ownerWindow.js → ownerWindow/ownerWindow.js} +1 -1
- package/ownerWindow/package.json +6 -0
- package/package.json +3 -3
- package/ponyfillGlobal/index.d.ts +1 -0
- package/ponyfillGlobal/index.js +13 -0
- package/ponyfillGlobal/package.json +6 -0
- package/useControlled/index.d.ts +2 -0
- package/useControlled/index.js +13 -0
- package/useControlled/package.json +6 -0
- package/useEnhancedEffect/index.d.ts +1 -0
- package/useEnhancedEffect/index.js +13 -0
- package/useEnhancedEffect/package.json +6 -0
- package/useEnhancedEffect/useEnhancedEffect.d.ts +3 -0
- package/useEventCallback/index.d.ts +1 -0
- package/useEventCallback/index.js +13 -0
- package/useEventCallback/package.json +6 -0
- package/{useEventCallback.js → useEventCallback/useEventCallback.js} +1 -1
- package/useForkRef/index.d.ts +1 -0
- package/useForkRef/index.js +13 -0
- package/useForkRef/package.json +6 -0
- package/{useForkRef.js → useForkRef/useForkRef.js} +1 -1
- package/useId/index.d.ts +1 -0
- package/useId/index.js +13 -0
- package/useId/package.json +6 -0
- package/{useId.js → useId/useId.js} +2 -2
- package/useEnhancedEffect.d.ts +0 -6
- /package/{HTMLElementType.d.ts → HTMLElementType/HTMLElementType.d.ts} +0 -0
- /package/{HTMLElementType.js → HTMLElementType/HTMLElementType.js} +0 -0
- /package/{chainPropTypes.d.ts → chainPropTypes/chainPropTypes.d.ts} +0 -0
- /package/{chainPropTypes.js → chainPropTypes/chainPropTypes.js} +0 -0
- /package/esm/{HTMLElementType.js → HTMLElementType/HTMLElementType.js} +0 -0
- /package/esm/{chainPropTypes.js → chainPropTypes/chainPropTypes.js} +0 -0
- /package/esm/{exactProp.js → exactProp/exactProp.js} +0 -0
- /package/esm/{ownerDocument.js → ownerDocument/ownerDocument.js} +0 -0
- /package/esm/{ponyfillGlobal.js → ponyfillGlobal/ponyfillGlobal.js} +0 -0
- /package/esm/{useControlled.js → useControlled/useControlled.js} +0 -0
- /package/esm/{useEnhancedEffect.js → useEnhancedEffect/useEnhancedEffect.js} +0 -0
- /package/{exactProp.d.ts → exactProp/exactProp.d.ts} +0 -0
- /package/{exactProp.js → exactProp/exactProp.js} +0 -0
- /package/legacy/{HTMLElementType.js → HTMLElementType/HTMLElementType.js} +0 -0
- /package/legacy/{chainPropTypes.js → chainPropTypes/chainPropTypes.js} +0 -0
- /package/legacy/{exactProp.js → exactProp/exactProp.js} +0 -0
- /package/legacy/{ownerDocument.js → ownerDocument/ownerDocument.js} +0 -0
- /package/legacy/{ponyfillGlobal.js → ponyfillGlobal/ponyfillGlobal.js} +0 -0
- /package/legacy/{useControlled.js → useControlled/useControlled.js} +0 -0
- /package/legacy/{useEnhancedEffect.js → useEnhancedEffect/useEnhancedEffect.js} +0 -0
- /package/modern/{HTMLElementType.js → HTMLElementType/HTMLElementType.js} +0 -0
- /package/modern/{chainPropTypes.js → chainPropTypes/chainPropTypes.js} +0 -0
- /package/modern/{exactProp.js → exactProp/exactProp.js} +0 -0
- /package/modern/{ownerDocument.js → ownerDocument/ownerDocument.js} +0 -0
- /package/modern/{ponyfillGlobal.js → ponyfillGlobal/ponyfillGlobal.js} +0 -0
- /package/modern/{useControlled.js → useControlled/useControlled.js} +0 -0
- /package/modern/{useEnhancedEffect.js → useEnhancedEffect/useEnhancedEffect.js} +0 -0
- /package/{ownerDocument.d.ts → ownerDocument/ownerDocument.d.ts} +0 -0
- /package/{ownerDocument.js → ownerDocument/ownerDocument.js} +0 -0
- /package/{ownerWindow.d.ts → ownerWindow/ownerWindow.d.ts} +0 -0
- /package/{ponyfillGlobal.d.ts → ponyfillGlobal/ponyfillGlobal.d.ts} +0 -0
- /package/{ponyfillGlobal.js → ponyfillGlobal/ponyfillGlobal.js} +0 -0
- /package/{useControlled.d.ts → useControlled/useControlled.d.ts} +0 -0
- /package/{useControlled.js → useControlled/useControlled.js} +0 -0
- /package/{useEnhancedEffect.js → useEnhancedEffect/useEnhancedEffect.js} +0 -0
- /package/{useEventCallback.d.ts → useEventCallback/useEventCallback.d.ts} +0 -0
- /package/{useEventCallback.spec.d.ts → useEventCallback/useEventCallback.spec.d.ts} +0 -0
- /package/{useForkRef.d.ts → useForkRef/useForkRef.d.ts} +0 -0
- /package/{useId.d.ts → useId/useId.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,392 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.13.6
|
|
4
|
+
|
|
5
|
+
_Jun 21, 2023_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
10
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-next-app-router-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.13.6`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
15
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
16
|
+
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
17
|
+
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
18
|
+
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
19
|
+
- ​<!-- 09 -->[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
|
|
20
|
+
- ​<!-- 08 -->[SvgIcon] allow `svg` as a child (#37231) @siriwatknp
|
|
21
|
+
- ​<!-- 07 -->[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
|
|
22
|
+
- ​<!-- 06 -->[Tooltip] Fix type of sx prop in `slotProps` (#37550) @SuperKXT
|
|
23
|
+
- ​<!-- 05 -->[TouchRipple] perf: avoid calling `clearTimeout()` (#37512) @romgrk
|
|
24
|
+
|
|
25
|
+
### `@mui/material-next@6.0.0-alpha.90`
|
|
26
|
+
|
|
27
|
+
- ​<!-- 12 -->[Material You] Add Slider component with Material You design (#37520) @DiegoAndai
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-alpha.85`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 37 -->[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
|
|
32
|
+
- ​<!-- 36 -->[CardActions][joy] Add `CardActions` component (#37441) @siriwatknp
|
|
33
|
+
- ​<!-- 14 -->[Menu][joy] Fix closing of `Menu` in demos (#36917) @sai6855
|
|
34
|
+
|
|
35
|
+
### `@mui/base@5.0.0-beta.5`
|
|
36
|
+
|
|
37
|
+
- ​<!-- 39 -->[Menu][base] Add the resetHighlight action (#37392) @michaldudak
|
|
38
|
+
- ​<!-- 38 -->[Select][base] Expose the `areOptionsEqual` prop (#37615) @michaldudak
|
|
39
|
+
|
|
40
|
+
### `@mui/utils@5.13.2`
|
|
41
|
+
|
|
42
|
+
- ​<!-- 04 -->[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
47
|
+
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
48
|
+
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
49
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
50
|
+
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
51
|
+
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
52
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
53
|
+
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
54
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
55
|
+
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
56
|
+
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
57
|
+
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
58
|
+
- ​<!-- 25 -->[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
|
|
59
|
+
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
60
|
+
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
61
|
+
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
62
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
63
|
+
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
64
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
65
|
+
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
66
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
67
|
+
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
68
|
+
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
69
|
+
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
70
|
+
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
71
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-app-router-ts example (#37675) @bablukpik
|
|
72
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- ​<!-- 34 -->[core] Update to Node.js v18 for `test-dev` CI (#37604) @ZeeshanTamboli
|
|
77
|
+
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
78
|
+
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
79
|
+
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
80
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
81
|
+
|
|
82
|
+
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
|
|
83
|
+
|
|
84
|
+
## 5.13.5
|
|
85
|
+
|
|
86
|
+
_Jun 12, 2023_
|
|
87
|
+
|
|
88
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
89
|
+
|
|
90
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
91
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
92
|
+
|
|
93
|
+
### `@mui/material@5.13.5`
|
|
94
|
+
|
|
95
|
+
- ​<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
|
|
96
|
+
|
|
97
|
+
### `@mui/joy@5.0.0-alpha.84`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
|
|
100
|
+
- ​<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
|
|
101
|
+
- ​<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
|
|
102
|
+
|
|
103
|
+
### Docs
|
|
104
|
+
|
|
105
|
+
- ​<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
|
|
106
|
+
- ​<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
|
|
107
|
+
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
108
|
+
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
109
|
+
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
110
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
111
|
+
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
112
|
+
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
113
|
+
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
114
|
+
- ​<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
|
|
115
|
+
- ​<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
|
|
116
|
+
- ​<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
|
|
117
|
+
- ​<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
|
|
118
|
+
|
|
119
|
+
### Core
|
|
120
|
+
|
|
121
|
+
- ​<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
|
|
122
|
+
- ​<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
|
|
123
|
+
- ​<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
|
|
124
|
+
- ​<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
|
|
125
|
+
|
|
126
|
+
All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
|
|
127
|
+
|
|
128
|
+
## 5.13.4
|
|
129
|
+
|
|
130
|
+
<!-- generated comparing v5.13.3..master -->
|
|
131
|
+
|
|
132
|
+
_Jun 5, 2023_
|
|
133
|
+
|
|
134
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
135
|
+
|
|
136
|
+
### `@mui/material@5.13.4`
|
|
137
|
+
|
|
138
|
+
- ​<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
|
|
139
|
+
- ​<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
|
|
140
|
+
- ​<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
|
|
141
|
+
- ​<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart
|
|
142
|
+
|
|
143
|
+
### `@mui/base@5.0.0-beta.4`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
|
|
146
|
+
|
|
147
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
148
|
+
|
|
149
|
+
- ​<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
|
|
150
|
+
- ​<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- ​<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
|
|
155
|
+
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
156
|
+
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
157
|
+
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
158
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
159
|
+
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
160
|
+
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
161
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
162
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
163
|
+
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
164
|
+
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
165
|
+
|
|
166
|
+
### Core
|
|
167
|
+
|
|
168
|
+
- ​<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
|
|
169
|
+
- ​<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi
|
|
170
|
+
|
|
171
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
|
|
172
|
+
|
|
173
|
+
## 5.13.3
|
|
174
|
+
|
|
175
|
+
<!-- generated comparing v5.13.2..master -->
|
|
176
|
+
|
|
177
|
+
_May 29, 2023_
|
|
178
|
+
|
|
179
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
180
|
+
This release focuses primarily on 🐛 bug fixes and 📚 documentation improvements.
|
|
181
|
+
|
|
182
|
+
### `@mui/material@5.13.3
|
|
183
|
+
|
|
184
|
+
- ​<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
|
|
185
|
+
- ​<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj
|
|
186
|
+
|
|
187
|
+
### `@mui/base@5.0.0-beta.3`
|
|
188
|
+
|
|
189
|
+
- ​<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
|
|
190
|
+
- ​<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
|
|
191
|
+
- ​<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
|
|
192
|
+
- ​<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
|
|
193
|
+
- ​<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855
|
|
194
|
+
|
|
195
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
196
|
+
|
|
197
|
+
- ​<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
|
|
198
|
+
- ​<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
|
|
199
|
+
- ​<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
|
|
200
|
+
- ​<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot
|
|
201
|
+
|
|
202
|
+
### `@mui/codemod@5.13.3
|
|
203
|
+
|
|
204
|
+
- ​<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj
|
|
205
|
+
|
|
206
|
+
### Docs
|
|
207
|
+
|
|
208
|
+
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
209
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
210
|
+
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
211
|
+
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
212
|
+
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
213
|
+
- ​<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
|
|
214
|
+
- ​<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari
|
|
215
|
+
|
|
216
|
+
### Core
|
|
217
|
+
|
|
218
|
+
- ​<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
|
|
219
|
+
- ​<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
|
|
220
|
+
- ​<!-- 02 -->[website] Sync with Ashby @oliviertassinari
|
|
221
|
+
- ​<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops
|
|
222
|
+
|
|
223
|
+
All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
|
|
224
|
+
|
|
225
|
+
## 5.13.2
|
|
226
|
+
|
|
227
|
+
<!-- generated comparing v5.13.1..master -->
|
|
228
|
+
|
|
229
|
+
_May 22, 2023_
|
|
230
|
+
|
|
231
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
232
|
+
📚 This release focuses primarily on documentation improvements.
|
|
233
|
+
|
|
234
|
+
### `@mui/material@5.13.2
|
|
235
|
+
|
|
236
|
+
- [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
|
|
237
|
+
|
|
238
|
+
### Docs
|
|
239
|
+
|
|
240
|
+
- [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
|
|
241
|
+
- [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
|
|
242
|
+
- [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
|
|
243
|
+
- [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
|
|
244
|
+
- [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
|
|
245
|
+
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
246
|
+
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
247
|
+
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
248
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
249
|
+
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
250
|
+
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
251
|
+
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
252
|
+
- [docs][Tab] Add vertical tabs demo (#37292) @sai6855
|
|
253
|
+
- [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
|
|
254
|
+
- [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
|
|
255
|
+
- [Website] Add Brijesh to About page (#37318) @brijeshb42
|
|
256
|
+
- [website] Update pricing table (#37290) @cherniavskii
|
|
257
|
+
- [website] Update core open roles (#37224) @mnajdova
|
|
258
|
+
|
|
259
|
+
### Core
|
|
260
|
+
|
|
261
|
+
- Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
|
|
262
|
+
- [core] Move esmExternals to the shared next config (#37332) @michaldudak
|
|
263
|
+
|
|
264
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
|
|
265
|
+
|
|
266
|
+
## 5.13.1
|
|
267
|
+
|
|
268
|
+
<!-- generated comparing v5.13.0..master -->
|
|
269
|
+
|
|
270
|
+
_May 16, 2023_
|
|
271
|
+
|
|
272
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
273
|
+
|
|
274
|
+
- 🌏 Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
|
|
275
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
276
|
+
|
|
277
|
+
### `@mui/material@5.13.1`
|
|
278
|
+
|
|
279
|
+
- [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
|
|
280
|
+
- [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
|
|
281
|
+
- [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
|
|
282
|
+
|
|
283
|
+
### `@mui/utils@5.13.1`
|
|
284
|
+
|
|
285
|
+
- [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
|
|
286
|
+
|
|
287
|
+
### `@mui/base@5.0.0-beta.1`
|
|
288
|
+
|
|
289
|
+
- [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
|
|
290
|
+
|
|
291
|
+
### `@mui/joy@5.0.0-alpha.80`
|
|
292
|
+
|
|
293
|
+
- [Autocomplete] Fixed scroll into view (#37217) @sai6855
|
|
294
|
+
- [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
|
|
295
|
+
- [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
|
|
296
|
+
- [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
|
|
297
|
+
- [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
|
|
298
|
+
- [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
|
|
299
|
+
- [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
|
|
300
|
+
- [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
|
|
301
|
+
- Miscellaneous fixes (#37274) @siriwatknp
|
|
302
|
+
|
|
303
|
+
### Docs
|
|
304
|
+
|
|
305
|
+
- [docs] Remove upload button (#36844) @Bastian
|
|
306
|
+
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
307
|
+
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
308
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
309
|
+
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
310
|
+
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
311
|
+
- [docs] Update theme customization typescript (#35551) @siriwatknp
|
|
312
|
+
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
313
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
314
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
315
|
+
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
316
|
+
|
|
317
|
+
### Core
|
|
318
|
+
|
|
319
|
+
- [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
|
|
320
|
+
- [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
|
|
321
|
+
- [core] Remove outdated babel proposal plugins (#36795) @kkocdko
|
|
322
|
+
- [website] Add Diego to About Us page (#37284) @DiegoAndai
|
|
323
|
+
- [website] Add Victor teamMember card to 'About' (#37283) @zanivan
|
|
324
|
+
- [website] Add Rich to the 'About' page (#37221) @richbustos
|
|
325
|
+
|
|
326
|
+
All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
|
|
327
|
+
|
|
328
|
+
## 5.13.0
|
|
329
|
+
|
|
330
|
+
<!-- generated comparing v5.12.3..master -->
|
|
331
|
+
|
|
332
|
+
_May 10, 2023_
|
|
333
|
+
|
|
334
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
335
|
+
|
|
336
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
337
|
+
- 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
|
|
338
|
+
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
339
|
+
|
|
340
|
+
### `@mui/material@5.13.0`
|
|
341
|
+
|
|
342
|
+
- [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
|
|
343
|
+
- [AppBar] Fix component type (#37172) @sai6855
|
|
344
|
+
- [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
|
|
345
|
+
|
|
346
|
+
### `@mui/joy@5.0.0-alpha.79`
|
|
347
|
+
|
|
348
|
+
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
349
|
+
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
350
|
+
- [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
|
|
351
|
+
- [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
|
|
352
|
+
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
353
|
+
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
354
|
+
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
355
|
+
- [test][joy] js test cases converted to ts (#37117) @PunitSoniME
|
|
356
|
+
- [Button][joy] Convert Button test to typescript (#37181) @akash191095
|
|
357
|
+
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
|
|
358
|
+
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
359
|
+
|
|
360
|
+
### `@mui/base@5.0.0-beta.0`
|
|
361
|
+
|
|
362
|
+
- [Select][base] Do not call onChange after initial render (#37141) @michaldudak
|
|
363
|
+
- [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
|
|
364
|
+
- [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
|
|
365
|
+
- [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
|
|
366
|
+
|
|
367
|
+
### Docs
|
|
368
|
+
|
|
369
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
370
|
+
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
371
|
+
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
372
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
373
|
+
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
374
|
+
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
375
|
+
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
376
|
+
- [docs] Improve Multiselect demo styling (#37120) @michaldudak
|
|
377
|
+
- [Stack] Fix import description @oliviertassinari
|
|
378
|
+
|
|
379
|
+
### Core
|
|
380
|
+
|
|
381
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
382
|
+
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
383
|
+
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
384
|
+
- [website] Update the active positions (#37075) @DanailH
|
|
385
|
+
- [website] Add Romain to the About page (#37124) @romgrk
|
|
386
|
+
- [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
|
|
387
|
+
|
|
388
|
+
All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
|
|
389
|
+
|
|
3
390
|
## 5.12.3
|
|
4
391
|
|
|
5
392
|
<!-- generated comparing v5.12.2..master -->
|
|
@@ -503,7 +890,7 @@ _Mar 14, 2023_
|
|
|
503
890
|
|
|
504
891
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
505
892
|
|
|
506
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
893
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
507
894
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
508
895
|
|
|
509
896
|
### `@mui/material@5.11.13`
|
|
@@ -688,7 +1075,7 @@ _Feb 27, 2023_
|
|
|
688
1075
|
|
|
689
1076
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
690
1077
|
|
|
691
|
-
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
1078
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
|
|
692
1079
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
693
1080
|
|
|
694
1081
|
### `@mui/material@5.11.11`
|
|
@@ -1057,7 +1444,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1057
1444
|
+ <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
|
|
1058
1445
|
```
|
|
1059
1446
|
|
|
1060
|
-
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
|
|
1447
|
+
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
|
|
1061
1448
|
|
|
1062
1449
|
- The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
|
|
1063
1450
|
|
|
@@ -2050,7 +2437,7 @@ _Oct 3, 2022_
|
|
|
2050
2437
|
|
|
2051
2438
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2052
2439
|
|
|
2053
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
2440
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
2054
2441
|
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
2055
2442
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2056
2443
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './HTMLElementType';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _HTMLElementType.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _HTMLElementType = _interopRequireDefault(require("./HTMLElementType"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function capitalize(string: string): string;
|
|
1
|
+
export default function capitalize(string: string): string;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = capitalize;
|
|
8
|
-
var _formatMuiErrorMessage2 = _interopRequireDefault(require("
|
|
8
|
+
var _formatMuiErrorMessage2 = _interopRequireDefault(require("../formatMuiErrorMessage"));
|
|
9
9
|
// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.
|
|
10
10
|
//
|
|
11
11
|
// A strict capitalization should uppercase the first letter of each word in the sentence.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './capitalize';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _capitalize.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _capitalize = _interopRequireDefault(require("./capitalize"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './chainPropTypes';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _chainPropTypes.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _chainPropTypes = _interopRequireDefault(require("./chainPropTypes"));
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
export interface Cancelable {
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
export default function debounce<T extends (...args: any[]) => any>(
|
|
6
|
-
func: T,
|
|
7
|
-
wait?: number,
|
|
8
|
-
): T & Cancelable;
|
|
1
|
+
export interface Cancelable {
|
|
2
|
+
clear(): void;
|
|
3
|
+
}
|
|
4
|
+
export default function debounce<T extends (...args: any[]) => any>(func: T, wait?: number): T & Cancelable;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _exportNames = {};
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _debounce.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _debounce = _interopRequireWildcard(require("./debounce"));
|
|
14
|
+
Object.keys(_debounce).forEach(function (key) {
|
|
15
|
+
if (key === "default" || key === "__esModule") return;
|
|
16
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
17
|
+
if (key in exports && exports[key] === _debounce[key]) return;
|
|
18
|
+
Object.defineProperty(exports, key, {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _debounce[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
26
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './HTMLElementType';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _formatMuiErrorMessage from "
|
|
1
|
+
import _formatMuiErrorMessage from "../formatMuiErrorMessage";
|
|
2
2
|
// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.
|
|
3
3
|
//
|
|
4
4
|
// A strict capitalization should uppercase the first letter of each word in the sentence.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './capitalize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './chainPropTypes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './exactProp';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ownerDocument';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ownerWindow';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ponyfillGlobal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './useControlled';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './useEnhancedEffect';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './useEventCallback';
|