-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Documentation improvements (#1229) * [docs] Show DateIOType instead of anys (#1228) * Show DateIOType instead of any in prop types tables * Update patrons list * Remove unused filter * Ovveride keyboard datepicker onChange date type * Update prop-types.json * Clarify TypeScript instructions for CSS overrides (#1257) * Fix MuiPickersOverrides import in CSS guide * Make instructions a little more dummy proof * Tidyup build config (#1309) * Tidyup build config - upgraded babel - upgraded rollup - fixed material-ui globals - replaced babel cli with rollup config with many entries - auto resolve named exports - skip non existent export warning - import correct (esm/cjs) babel helpers - error when material-ui global is not provided Here's generated build/esm/. Treeshaking should work fine. ``` Calendar-b9ae6101.js Calendar.js Clock-3486e4fb.js Clock.js ClockView.js DatePicker.js DateTimePicker.js Day.js Picker-429246aa.js Picker.js TimePicker.js TimePickerToolbar-e568e280.js Wrapper-12538b96.js index.js makePickerWithState-8a1dec7e.js useUtils-7fbeb79a.js ``` * Remove object-rest-spread
- Loading branch information
1 parent
6fea83f
commit e8aff74
Showing
7 changed files
with
274 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,6 +154,36 @@ | |
"vanity": null, | ||
"youtube": null | ||
}, | ||
{ | ||
"about": null, | ||
"created": "2019-07-30T14:05:20.000+00:00", | ||
"default_country_code": null, | ||
"email": "[email protected]", | ||
"facebook": null, | ||
"first_name": "Felipe", | ||
"full_name": "Felipe Pastor de Freitas Ferreira", | ||
"gender": 0, | ||
"image_url": "https://c8.patreon.com/2/200/22732849", | ||
"is_email_verified": true, | ||
"last_name": "Pastor de Freitas Ferreira", | ||
"social_connections": { | ||
"deviantart": null, | ||
"discord": null, | ||
"facebook": null, | ||
"instagram": null, | ||
"reddit": null, | ||
"spotify": null, | ||
"twitch": null, | ||
"twitter": null, | ||
"youtube": null | ||
}, | ||
"thumb_url": "https://c8.patreon.com/2/200/22732849", | ||
"twitch": null, | ||
"twitter": null, | ||
"url": "https://www.patreon.com/user?u=22732849", | ||
"vanity": null, | ||
"youtube": null | ||
}, | ||
{ | ||
"about": null, | ||
"created": "2018-08-02T01:46:34.000+00:00", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"build/dist/material-ui-pickers.esm.js": { | ||
"bundled": 97792, | ||
"minified": 54585, | ||
"gzipped": 15206, | ||
"bundled": 97826, | ||
"minified": 54733, | ||
"gzipped": 15237, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 43639, | ||
"import_statements": 1758 | ||
"code": 43817, | ||
"import_statements": 1794 | ||
}, | ||
"webpack": { | ||
"code": 50033 | ||
"code": 50069 | ||
} | ||
} | ||
}, | ||
"build/dist/material-ui-pickers.umd.js": { | ||
"bundled": 247393, | ||
"minified": 96505, | ||
"gzipped": 29589 | ||
"bundled": 205895, | ||
"minified": 78743, | ||
"gzipped": 23429 | ||
}, | ||
"build/dist/material-ui-pickers.umd.min.js": { | ||
"bundled": 212270, | ||
"minified": 85369, | ||
"gzipped": 26019 | ||
"bundled": 160063, | ||
"minified": 67220, | ||
"gzipped": 20255 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.