From 72aa3bf6641e68c1a08618157aa1d5a3fd9ad837 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 24 Apr 2023 23:18:35 +0200 Subject: [PATCH 1/2] [Doc] Fix reference to Material UI --- CHANGELOG.md | 24 +++++++------- README.md | 4 +-- docs/Admin.md | 10 +++--- docs/AdvancedTutorials.md | 2 +- docs/AppBar.md | 16 +++++----- docs/Architecture.md | 8 ++--- docs/Authentication.md | 4 +-- docs/AutocompleteArrayInput.md | 18 +++++------ docs/AutocompleteInput.md | 16 +++++----- docs/BooleanField.md | 4 +-- docs/BooleanInput.md | 6 ++-- docs/Breadcrumb.md | 2 +- docs/Buttons.md | 20 ++++++------ docs/CheckboxGroupInput.md | 10 +++--- docs/ChipField.md | 10 +++--- docs/Community.md | 2 +- docs/Confirm.md | 8 ++--- docs/ContainerLayout.md | 10 +++--- docs/Count.md | 2 +- docs/Create.md | 10 +++--- docs/CreateInDialogButton.md | 4 +-- docs/Datagrid.md | 10 +++--- docs/DateInput.md | 4 +-- docs/DateTimeInput.md | 2 +- docs/DualListInput.md | 8 ++--- docs/Edit.md | 8 ++--- docs/EditInDialogButton.md | 4 +-- docs/EditTutorial.md | 4 +-- docs/EmailField.md | 2 +- docs/FAQ.md | 2 +- docs/Features.md | 14 ++++---- docs/Fields.md | 4 +-- docs/FileField.md | 4 +-- docs/FileInput.md | 6 ++-- docs/IconMenu.md | 10 +++--- docs/ImageField.md | 4 +-- docs/ImageInput.md | 4 +-- docs/Inputs.md | 22 ++++++------- docs/Labeled.md | 6 ++-- docs/Layout.md | 8 ++--- docs/List.md | 4 +-- docs/ListTutorial.md | 6 ++-- docs/LocalesMenuButton.md | 6 ++-- docs/LongForm.md | 4 +-- docs/Menu.md | 8 ++--- docs/MenuLive.md | 2 +- docs/MultiLevelMenu.md | 8 ++--- docs/NullableBooleanInput.md | 6 ++-- docs/RadioButtonGroupInput.md | 12 +++---- docs/Readme.md | 6 ++-- docs/ReferenceArrayField.md | 6 ++-- docs/ReferenceField.md | 4 +-- docs/ReferenceManyCount.md | 2 +- docs/ReferenceManyInput.md | 4 +-- docs/ReferenceOneInput.md | 8 ++--- docs/SaveButton.md | 6 ++-- docs/SelectArrayInput.md | 16 +++++----- docs/SelectInput.md | 12 +++---- docs/Show.md | 8 ++--- docs/ShowTutorial.md | 2 +- docs/SimpleForm.md | 4 +-- docs/SimpleFormIterator.md | 4 +-- docs/SimpleList.md | 4 +-- docs/SimpleShowLayout.md | 8 ++--- docs/SingleFieldList.md | 2 +- docs/TabbedForm.md | 10 +++--- docs/TabbedShowLayout.md | 10 +++--- docs/TextField.md | 4 +-- docs/TextInput.md | 4 +-- docs/Theming.md | 32 +++++++++---------- docs/TimeInput.md | 2 +- docs/ToggleThemeButton.md | 4 +-- docs/Toolbar.md | 6 ++-- docs/TranslatableFields.md | 2 +- docs/TranslatableInputs.md | 2 +- docs/Tutorial.md | 12 +++---- docs/Upgrade.md | 30 ++++++++--------- docs/UrlField.md | 2 +- docs/Vite.md | 2 +- docs/useInput.md | 4 +-- docs/useLogout.md | 4 +-- docs/useNotify.md | 6 ++-- examples/no-code/src/main.tsx | 2 +- packages/ra-ui-materialui/README.md | 2 +- packages/ra-ui-materialui/package.json | 2 +- .../src/button/Button.stories.tsx | 2 +- .../src/button/DeleteButton.tsx | 4 +-- .../src/button/SaveButton.tsx | 2 +- .../src/detail/SimpleShowLayout.tsx | 2 +- packages/ra-ui-materialui/src/detail/Tab.tsx | 2 +- .../src/detail/TabbedShowLayout.tsx | 2 +- .../ra-ui-materialui/src/field/TextField.tsx | 2 +- .../src/field/TranslatableFields.tsx | 2 +- .../src/form/FormTabHeader.tsx | 2 +- .../src/input/AutocompleteInput.tsx | 4 +-- .../src/input/CheckboxGroupInput.tsx | 2 +- .../src/input/InputHelperText.tsx | 6 ++-- .../src/input/RadioButtonGroupInput.tsx | 2 +- .../src/input/ResettableTextField.tsx | 2 +- .../src/input/SelectInput.tsx | 2 +- .../src/input/TranslatableInputs.tsx | 2 +- .../src/layout/AppBar.stories.tsx | 4 +-- .../src/layout/CardContentInner.tsx | 2 +- .../src/layout/MenuItemLink.tsx | 2 +- .../src/layout/Theme/ThemeProvider.tsx | 2 +- .../src/list/SimpleList/SimpleList.tsx | 2 +- .../src/list/SingleFieldList.tsx | 4 +-- .../src/list/datagrid/DatagridBody.tsx | 4 +-- .../src/list/pagination/Pagination.tsx | 2 +- .../src/list/pagination/PaginationActions.tsx | 4 +-- packages/react-admin/README.md | 6 ++-- 111 files changed, 340 insertions(+), 342 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65151bd940a..b47091fc2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * [Doc] Fix examples of custom UserMenu items across the docs to support keyboard navigation ([#8837](https://github.com/marmelab/react-admin/pull/8837)) ([@smeng9](https://github.com/smeng9)) * [Doc] Fix WithRecord usage in Datagrid to remind the label requirement ([#8851](https://github.com/marmelab/react-admin/pull/8851)) ([@fzaninotto](https://github.com/fzaninotto)) * [Doc] Add more details about `useDefineAppLocation` in the `MultiLevelMenu` docs ([#8841](https://github.com/marmelab/react-admin/pull/8841)) ([@slax57](https://github.com/slax57)) -* [TypeScript] Fix `