@applica-software-guru/react-admin 1.0.32 → 1.0.34
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/.eslintrc.json +43 -0
- package/.husky/pre-commit +4 -0
- package/.nvmrc +1 -0
- package/.prettierrc +8 -0
- package/bitbucket-pipelines.yml +30 -0
- package/dist/Admin.d.ts +1 -1
- package/dist/ApplicaAdmin.d.ts +3 -3
- package/dist/ApplicaAdmin.d.ts.map +1 -1
- package/dist/components/@extended/AnimateButton.d.ts +5 -5
- package/dist/components/@extended/Avatar.d.ts +3 -3
- package/dist/components/@extended/Breadcrumbs.d.ts +5 -5
- package/dist/components/@extended/Dot.d.ts +1 -1
- package/dist/components/@extended/Tooltip.d.ts +1 -1
- package/dist/components/ActionsMenu.d.ts +1 -1
- package/dist/components/ActionsMenu.d.ts.map +1 -1
- package/dist/components/Layout/Drawer/DrawerContent/Navigation/NavGroup.d.ts +1 -1
- package/dist/components/Layout/Drawer/DrawerContent/Navigation/NavGroup.d.ts.map +1 -1
- package/dist/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.d.ts +5 -5
- package/dist/components/Layout/Header/AppBarStyled.d.ts +13 -13
- package/dist/components/Layout/Header/HeaderContent/NotificationItem.d.ts +3 -3
- package/dist/components/Logo.d.ts +2 -2
- package/dist/components/MenuPopover/MenuPopover.d.ts +1 -1
- package/dist/components/Notification.d.ts +5 -1
- package/dist/components/Notification.d.ts.map +1 -1
- package/dist/components/ra-buttons/CreateInDialogButton.d.ts +16 -1
- package/dist/components/ra-buttons/CreateInDialogButton.d.ts.map +1 -1
- package/dist/components/ra-buttons/ImpersonateUserButton.d.ts +1 -1
- package/dist/components/ra-fields/ActionsField.d.ts +1 -1
- package/dist/components/ra-fields/ActionsField.d.ts.map +1 -1
- package/dist/components/ra-fields/AttachmentField.d.ts +19 -1
- package/dist/components/ra-fields/AttachmentField.d.ts.map +1 -1
- package/dist/components/ra-fields/BaseAttachmentField.d.ts +2 -2
- package/dist/components/ra-fields/CoverField.d.ts +19 -1
- package/dist/components/ra-fields/CoverField.d.ts.map +1 -1
- package/dist/components/ra-fields/EmailField.d.ts +12 -1
- package/dist/components/ra-fields/FileField.d.ts +19 -1
- package/dist/components/ra-fields/FileField.d.ts.map +1 -1
- package/dist/components/ra-fields/ImageField.d.ts +15 -1
- package/dist/components/ra-fields/ImageField.d.ts.map +1 -1
- package/dist/components/ra-fields/ReadonlyField.d.ts +1 -1
- package/dist/components/ra-fields/ReferenceManyField.d.ts +32 -2
- package/dist/components/ra-fields/ReferenceManyField.d.ts.map +1 -1
- package/dist/components/ra-forms/Edit.d.ts +24 -1
- package/dist/components/ra-forms/Edit.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/LongFormHeader.d.ts +1 -1
- package/dist/components/ra-forms/LongForm/LongFormHeader.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/LongFormTab.d.ts +4 -4
- package/dist/components/ra-forms/LongForm/LongFormTab.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/LongFormTabs.d.ts +2 -2
- package/dist/components/ra-forms/SimpleForm.d.ts +13 -1
- package/dist/components/ra-forms/SimpleForm.d.ts.map +1 -1
- package/dist/components/ra-forms/TabbedForm.d.ts +9 -1
- package/dist/components/ra-forms/TabbedForm.d.ts.map +1 -1
- package/dist/components/ra-forms/Toolbar.d.ts +5 -1
- package/dist/components/ra-inputs/AttachmentInput.d.ts +20 -1
- package/dist/components/ra-inputs/AttachmentInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteArrayInput.d.ts +1 -2
- package/dist/components/ra-inputs/AutocompleteArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteInput.d.ts +1 -2
- package/dist/components/ra-inputs/AutocompleteInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/BooleanInput.d.ts +19 -2
- package/dist/components/ra-inputs/BooleanInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/DateInput.d.ts +11 -1
- package/dist/components/ra-inputs/FileInput.d.ts +21 -1
- package/dist/components/ra-inputs/FileInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/LabeledInput.d.ts +2 -2
- package/dist/components/ra-inputs/NumberInput.d.ts +19 -2
- package/dist/components/ra-inputs/RecordInput.d.ts +1 -1
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts +25 -2
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceInput.d.ts +26 -2
- package/dist/components/ra-inputs/ReferenceInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts +34 -2
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectArrayInput.d.ts +18 -1
- package/dist/components/ra-inputs/SelectInput.d.ts +21 -1
- package/dist/components/ra-inputs/SmartTextInput.d.ts +17 -1
- package/dist/components/ra-inputs/SmartTextInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/TextInput.d.ts +16 -2
- package/dist/components/ra-inputs/TimeInput.d.ts +11 -1
- package/dist/components/ra-lists/Datagrid.d.ts +616 -2
- package/dist/components/ra-lists/List.d.ts +28 -2
- package/dist/contexts/AppConfigContext.d.ts +1 -1
- package/dist/contexts/MenuConfigContext.d.ts +4 -4
- package/dist/dev/useCliErrorCatcher.d.ts +5 -5
- package/dist/hooks/useAppConfig.d.ts +1 -1
- package/dist/hooks/useBreadcrumbs.d.ts +2 -2
- package/dist/hooks/useMenu.d.ts +2 -2
- package/dist/hooks/useMenu.d.ts.map +1 -1
- package/dist/hooks/useMenuConfig.d.ts +2 -2
- package/dist/i18n/createI18nProvider.d.ts +1 -1
- package/dist/i18n/useI18nCatcher.d.ts +4 -4
- package/dist/i18n/useI18nLanguages.d.ts +4 -4
- package/dist/i18n/useI18nProvider.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/react-admin.cjs.js +25 -25
- package/dist/react-admin.es.js +304 -315
- package/dist/react-admin.umd.js +25 -25
- package/dist/themes/overrides/PaginationItem.d.ts +72 -72
- package/jsconfig.json +31 -0
- package/jsconfig.node.json +10 -0
- package/package.json +6 -5
- package/playground/config-overrides.js +31 -0
- package/playground/jsconfig.json +9 -0
- package/playground/package-lock.json +17764 -0
- package/playground/package.json +69 -0
- package/playground/public/favicon-dark.png +0 -0
- package/playground/public/favicon-light.png +0 -0
- package/playground/public/index.html +46 -0
- package/playground/src/App.js +49 -0
- package/playground/src/build.json +1 -0
- package/playground/src/components/index.js +5 -0
- package/playground/src/components/pages/CustomPage.jsx +7 -0
- package/playground/src/components/pages/index.jsx +2 -0
- package/playground/src/components/ra-buttons/index.js +1 -0
- package/playground/src/components/ra-fields/UserPictureField.js +20 -0
- package/playground/src/components/ra-fields/index.js +2 -0
- package/playground/src/components/ra-forms/DeviceForm.js +36 -0
- package/playground/src/components/ra-forms/I18nMessageForm.js +24 -0
- package/playground/src/components/ra-forms/UserForm.js +51 -0
- package/playground/src/components/ra-forms/index.js +5 -0
- package/playground/src/components/ra-inputs/LangSelectInput.js +4 -0
- package/playground/src/components/ra-inputs/YesOrNoSelectInput.js +14 -0
- package/playground/src/components/ra-inputs/index.js +3 -0
- package/playground/src/components/ra-lists/DeviceList.js +33 -0
- package/playground/src/components/ra-lists/I18nMessageList.js +20 -0
- package/playground/src/components/ra-lists/UserList.js +96 -0
- package/playground/src/components/ra-lists/index.js +4 -0
- package/playground/src/config.js +19 -0
- package/playground/src/contexts/index.js +1 -0
- package/playground/src/hooks/index.js +1 -0
- package/playground/src/index.js +10 -0
- package/playground/src/menu.js +72 -0
- package/playground/src/react-app-env.d.js +1 -0
- package/playground/src/reportWebVitals.js +13 -0
- package/playground/src/resource/device.js +23 -0
- package/playground/src/resource/i18n-message.js +29 -0
- package/playground/src/resource/index.js +4 -0
- package/playground/src/resource/notification.js +18 -0
- package/playground/src/resource/user.js +28 -0
- package/playground/src/theme.js +3 -0
- package/src/Admin.jsx +67 -0
- package/src/AdminContext.jsx +26 -0
- package/src/ApplicaAdmin.jsx +210 -0
- package/src/assets/README.md +7 -0
- package/src/assets/logo-icon.png +0 -0
- package/src/assets/logo-main.png +0 -0
- package/src/components/@extended/AnimateButton.jsx +96 -0
- package/src/components/@extended/Avatar.jsx +125 -0
- package/src/components/@extended/Breadcrumbs.jsx +324 -0
- package/src/components/@extended/Dot.jsx +35 -0
- package/src/components/@extended/IconButton.jsx +166 -0
- package/src/components/@extended/LoadingButton.jsx +228 -0
- package/src/components/@extended/Tooltip.jsx +67 -0
- package/src/components/@extended/Transitions.jsx +125 -0
- package/src/components/@extended/index.jsx +11 -0
- package/src/components/@extended/progress/CircularWithLabel.jsx +34 -0
- package/src/components/@extended/progress/CircularWithPath.jsx +74 -0
- package/src/components/@extended/progress/LinearWithIcon.jsx +22 -0
- package/src/components/@extended/progress/LinearWithLabel.jsx +23 -0
- package/src/components/@extended/progress/index.jsx +6 -0
- package/src/components/ActionsMenu.jsx +77 -0
- package/src/components/Layout/Drawer/DrawerContent/Navigation/NavCollapse.jsx +440 -0
- package/src/components/Layout/Drawer/DrawerContent/Navigation/NavGroup.jsx +359 -0
- package/src/components/Layout/Drawer/DrawerContent/Navigation/NavItem.jsx +259 -0
- package/src/components/Layout/Drawer/DrawerContent/Navigation/index.jsx +73 -0
- package/src/components/Layout/Drawer/DrawerContent/index.jsx +19 -0
- package/src/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.jsx +20 -0
- package/src/components/Layout/Drawer/DrawerHeader/index.jsx +44 -0
- package/src/components/Layout/Drawer/HorizontalBar.jsx +55 -0
- package/src/components/Layout/Drawer/MiniDrawerStyled.jsx +47 -0
- package/src/components/Layout/Drawer/index.jsx +63 -0
- package/src/components/Layout/Footer.jsx +23 -0
- package/src/components/Layout/Header/AppBarStyled.jsx +34 -0
- package/src/components/Layout/Header/HeaderContent/MobileSection.jsx +91 -0
- package/src/components/Layout/Header/HeaderContent/Notification.jsx +179 -0
- package/src/components/Layout/Header/HeaderContent/NotificationItem.jsx +109 -0
- package/src/components/Layout/Header/HeaderContent/Profile.jsx +181 -0
- package/src/components/Layout/Header/HeaderContent/index.jsx +38 -0
- package/src/components/Layout/Header/index.jsx +99 -0
- package/src/components/Layout/index.jsx +119 -0
- package/src/components/Loadable.jsx +11 -0
- package/src/components/Loader.jsx +21 -0
- package/src/components/Logo.jsx +29 -0
- package/src/components/MainCard.jsx +111 -0
- package/src/components/MainIcon.jsx +20 -0
- package/src/components/MenuPopover/MenuPopover.jsx +61 -0
- package/src/components/MenuPopover/getPosition.jsx +98 -0
- package/src/components/MenuPopover/index.jsx +3 -0
- package/src/components/MenuPopover/styles.jsx +87 -0
- package/src/components/Notification.jsx +13 -0
- package/src/components/ScrollTop.jsx +24 -0
- package/src/components/ScrollX.jsx +10 -0
- package/src/components/SmallIcon.jsx +14 -0
- package/src/components/index.jsx +36 -0
- package/src/components/ra-buttons/CreateInDialogButton.jsx +203 -0
- package/src/components/ra-buttons/EditInDialogButton.jsx +108 -0
- package/src/components/ra-buttons/ImpersonateUserButton.jsx +41 -0
- package/src/components/ra-buttons/index.jsx +4 -0
- package/src/components/ra-fields/ActionsField.jsx +33 -0
- package/src/components/ra-fields/AttachmentField.jsx +82 -0
- package/src/components/ra-fields/BaseAttachmentField.jsx +72 -0
- package/src/components/ra-fields/CoverField.jsx +83 -0
- package/src/components/ra-fields/DateAgoField.jsx +35 -0
- package/src/components/ra-fields/DateField.jsx +27 -0
- package/src/components/ra-fields/EmailField.jsx +27 -0
- package/src/components/ra-fields/FileField.jsx +40 -0
- package/src/components/ra-fields/FunctionField.jsx +9 -0
- package/src/components/ra-fields/ImageField.jsx +20 -0
- package/src/components/ra-fields/ReadonlyField.jsx +107 -0
- package/src/components/ra-fields/ReferenceManyField.jsx +63 -0
- package/src/components/ra-fields/SizeField.jsx +32 -0
- package/src/components/ra-fields/TextField.jsx +27 -0
- package/src/components/ra-fields/index.jsx +28 -0
- package/src/components/ra-forms/CardForm.jsx +113 -0
- package/src/components/ra-forms/Edit.jsx +13 -0
- package/src/components/ra-forms/FormHeader.jsx +42 -0
- package/src/components/ra-forms/LongForm/DispositionProps.jsx +10 -0
- package/src/components/ra-forms/LongForm/LongForm.jsx +38 -0
- package/src/components/ra-forms/LongForm/LongFormHeader.jsx +24 -0
- package/src/components/ra-forms/LongForm/LongFormTab.jsx +121 -0
- package/src/components/ra-forms/LongForm/LongFormTabs.jsx +63 -0
- package/src/components/ra-forms/LongForm/LongFormView.jsx +129 -0
- package/src/components/ra-forms/LongForm/index.jsx +2 -0
- package/src/components/ra-forms/LongForm/useFormRootPath.jsx +22 -0
- package/src/components/ra-forms/SimpleForm.jsx +69 -0
- package/src/components/ra-forms/TabbedForm.jsx +19 -0
- package/src/components/ra-forms/Toolbar.jsx +36 -0
- package/src/components/ra-forms/index.jsx +8 -0
- package/src/components/ra-inputs/ArrayInput.jsx +29 -0
- package/src/components/ra-inputs/AttachmentInput.jsx +57 -0
- package/src/components/ra-inputs/AutocompleteArrayInput.jsx +25 -0
- package/src/components/ra-inputs/AutocompleteInput.jsx +24 -0
- package/src/components/ra-inputs/BooleanInput.jsx +54 -0
- package/src/components/ra-inputs/DateInput.jsx +30 -0
- package/src/components/ra-inputs/FileInput.jsx +98 -0
- package/src/components/ra-inputs/ImageInput.jsx +44 -0
- package/src/components/ra-inputs/LabeledInput.jsx +80 -0
- package/src/components/ra-inputs/NumberInput.jsx +28 -0
- package/src/components/ra-inputs/RecordInput.jsx +102 -0
- package/src/components/ra-inputs/ReferenceArrayInput.jsx +23 -0
- package/src/components/ra-inputs/ReferenceInput.jsx +23 -0
- package/src/components/ra-inputs/ReferenceManyInput.jsx +44 -0
- package/src/components/ra-inputs/SearchInput.jsx +14 -0
- package/src/components/ra-inputs/SelectArrayInput.jsx +45 -0
- package/src/components/ra-inputs/SelectInput.jsx +24 -0
- package/src/components/ra-inputs/SmartTextInput.jsx +52 -0
- package/src/components/ra-inputs/TextInput.jsx +20 -0
- package/src/components/ra-inputs/TimeInput.jsx +46 -0
- package/src/components/ra-inputs/index.jsx +42 -0
- package/src/components/ra-lists/Datagrid.jsx +42 -0
- package/src/components/ra-lists/Empty.jsx +94 -0
- package/src/components/ra-lists/List.jsx +81 -0
- package/src/components/ra-lists/NotificationList/NotificationList.jsx +41 -0
- package/src/components/ra-lists/NotificationList/button/MarkAsReadedButton.jsx +57 -0
- package/src/components/ra-lists/NotificationList/button/MarkAsUnreadedButton.jsx +56 -0
- package/src/components/ra-lists/NotificationList/button/index.jsx +2 -0
- package/src/components/ra-lists/NotificationList/field/NotificationField.jsx +80 -0
- package/src/components/ra-lists/NotificationList/field/index.jsx +1 -0
- package/src/components/ra-lists/NotificationList/index.jsx +2 -0
- package/src/components/ra-lists/index.jsx +5 -0
- package/src/components/third-party/SimpleBar.jsx +61 -0
- package/src/components/third-party/index.jsx +3 -0
- package/src/contexts/AppConfigContext.jsx +54 -0
- package/src/contexts/MenuConfigContext.jsx +93 -0
- package/src/contexts/MenuPropTypes.jsx +19 -0
- package/src/contexts/ThemeConfigContext.jsx +138 -0
- package/src/contexts/index.jsx +5 -0
- package/src/dev/index.jsx +2 -0
- package/src/dev/useCliErrorCatcher.jsx +86 -0
- package/src/hooks/index.jsx +16 -0
- package/src/hooks/useAppConfig.jsx +6 -0
- package/src/hooks/useBreadcrumbs.jsx +68 -0
- package/src/hooks/useLocalStorage.jsx +31 -0
- package/src/hooks/useMenu.jsx +223 -0
- package/src/hooks/useMenuConfig.jsx +6 -0
- package/src/hooks/useResourceTitle.jsx +25 -0
- package/src/hooks/useThemeConfig.jsx +6 -0
- package/src/i18n/createI18nProvider.jsx +15 -0
- package/src/i18n/index.jsx +4 -0
- package/src/i18n/useI18nCatcher.jsx +71 -0
- package/src/i18n/useI18nLanguages.jsx +22 -0
- package/src/i18n/useI18nProvider.jsx +5 -0
- package/src/index.jsx +67 -0
- package/src/themes/getColors.jsx +18 -0
- package/src/themes/getShadow.jsx +37 -0
- package/src/themes/index.jsx +70 -0
- package/src/themes/overrides/Accordion.jsx +27 -0
- package/src/themes/overrides/AccordionDetails.jsx +14 -0
- package/src/themes/overrides/AccordionSummary.jsx +33 -0
- package/src/themes/overrides/Alert.jsx +72 -0
- package/src/themes/overrides/AlertTitle.jsx +15 -0
- package/src/themes/overrides/Autocomplete.jsx +23 -0
- package/src/themes/overrides/Badge.jsx +36 -0
- package/src/themes/overrides/Button.jsx +229 -0
- package/src/themes/overrides/ButtonBase.jsx +12 -0
- package/src/themes/overrides/ButtonGroup.jsx +11 -0
- package/src/themes/overrides/CardContent.jsx +16 -0
- package/src/themes/overrides/Checkbox.jsx +125 -0
- package/src/themes/overrides/Chip.jsx +75 -0
- package/src/themes/overrides/Dialog.jsx +18 -0
- package/src/themes/overrides/DialogContentText.jsx +14 -0
- package/src/themes/overrides/DialogTitle.jsx +14 -0
- package/src/themes/overrides/Fab.jsx +77 -0
- package/src/themes/overrides/IconButton.jsx +28 -0
- package/src/themes/overrides/InputBase.jsx +13 -0
- package/src/themes/overrides/InputLabel.jsx +25 -0
- package/src/themes/overrides/LinearProgress.jsx +17 -0
- package/src/themes/overrides/Link.jsx +11 -0
- package/src/themes/overrides/ListItemButton.jsx +18 -0
- package/src/themes/overrides/ListItemIcon.jsx +14 -0
- package/src/themes/overrides/LoadingButton.jsx +17 -0
- package/src/themes/overrides/OutlinedInput.jsx +54 -0
- package/src/themes/overrides/Pagination.jsx +11 -0
- package/src/themes/overrides/PaginationItem.jsx +211 -0
- package/src/themes/overrides/Popover.jsx +13 -0
- package/src/themes/overrides/Radio.jsx +121 -0
- package/src/themes/overrides/Slider.jsx +66 -0
- package/src/themes/overrides/Switch.jsx +88 -0
- package/src/themes/overrides/Tab.jsx +24 -0
- package/src/themes/overrides/TableBody.jsx +27 -0
- package/src/themes/overrides/TableCell.jsx +44 -0
- package/src/themes/overrides/TableFooter.jsx +15 -0
- package/src/themes/overrides/TableHead.jsx +15 -0
- package/src/themes/overrides/TablePagination.jsx +16 -0
- package/src/themes/overrides/TableRow.jsx +25 -0
- package/src/themes/overrides/Tabs.jsx +13 -0
- package/src/themes/overrides/ToggleButton.jsx +20 -0
- package/src/themes/overrides/Tooltip.jsx +13 -0
- package/src/themes/overrides/TreeItem.jsx +18 -0
- package/src/themes/overrides/Typography.jsx +13 -0
- package/src/themes/overrides/index.jsx +98 -0
- package/src/themes/palette.jsx +78 -0
- package/src/themes/shadows.jsx +27 -0
- package/src/themes/theme/default.jsx +98 -0
- package/src/themes/theme/index.jsx +44 -0
- package/src/themes/theme/theme1.jsx +128 -0
- package/src/themes/theme/theme2.jsx +128 -0
- package/src/themes/theme/theme3.jsx +128 -0
- package/src/themes/theme/theme4.jsx +128 -0
- package/src/themes/theme/theme5.jsx +128 -0
- package/src/themes/theme/theme6.jsx +128 -0
- package/src/themes/theme/theme7.jsx +128 -0
- package/src/themes/theme/theme8.jsx +128 -0
- package/src/themes/typography.jsx +71 -0
- package/src/utils/index.js +2 -0
- package/src/utils/lang.js +12 -0
- package/src/utils/time.js +13 -0
- package/tsconfig.json +28 -0
- package/vite.config.js +74 -0
|
@@ -14,7 +14,7 @@ export default function PaginationItem(theme: any): {
|
|
|
14
14
|
fontWeight: number;
|
|
15
15
|
'&.MuiPaginationItem-textPrimary': {
|
|
16
16
|
'&:focus-visible': {
|
|
17
|
-
backgroundColor
|
|
17
|
+
backgroundColor?: any;
|
|
18
18
|
outline: string;
|
|
19
19
|
outlineOffset: number;
|
|
20
20
|
};
|
|
@@ -27,7 +27,7 @@ export default function PaginationItem(theme: any): {
|
|
|
27
27
|
};
|
|
28
28
|
} | {
|
|
29
29
|
'&:focus-visible': {
|
|
30
|
-
backgroundColor
|
|
30
|
+
backgroundColor?: any;
|
|
31
31
|
outline: string;
|
|
32
32
|
outlineOffset: number;
|
|
33
33
|
};
|
|
@@ -39,7 +39,7 @@ export default function PaginationItem(theme: any): {
|
|
|
39
39
|
};
|
|
40
40
|
} | {
|
|
41
41
|
'&:focus-visible': {
|
|
42
|
-
backgroundColor
|
|
42
|
+
backgroundColor?: any;
|
|
43
43
|
outline: string;
|
|
44
44
|
outlineOffset: number;
|
|
45
45
|
};
|
|
@@ -52,7 +52,7 @@ export default function PaginationItem(theme: any): {
|
|
|
52
52
|
};
|
|
53
53
|
'&.MuiPaginationItem-textSecondary': {
|
|
54
54
|
'&:focus-visible': {
|
|
55
|
-
backgroundColor
|
|
55
|
+
backgroundColor?: any;
|
|
56
56
|
outline: string;
|
|
57
57
|
outlineOffset: number;
|
|
58
58
|
};
|
|
@@ -65,7 +65,7 @@ export default function PaginationItem(theme: any): {
|
|
|
65
65
|
};
|
|
66
66
|
} | {
|
|
67
67
|
'&:focus-visible': {
|
|
68
|
-
backgroundColor
|
|
68
|
+
backgroundColor?: any;
|
|
69
69
|
outline: string;
|
|
70
70
|
outlineOffset: number;
|
|
71
71
|
};
|
|
@@ -77,7 +77,7 @@ export default function PaginationItem(theme: any): {
|
|
|
77
77
|
};
|
|
78
78
|
} | {
|
|
79
79
|
'&:focus-visible': {
|
|
80
|
-
backgroundColor
|
|
80
|
+
backgroundColor?: any;
|
|
81
81
|
outline: string;
|
|
82
82
|
outlineOffset: number;
|
|
83
83
|
};
|
|
@@ -90,7 +90,7 @@ export default function PaginationItem(theme: any): {
|
|
|
90
90
|
};
|
|
91
91
|
'&.MuiPaginationItem-textError': {
|
|
92
92
|
'&:focus-visible': {
|
|
93
|
-
backgroundColor
|
|
93
|
+
backgroundColor?: any;
|
|
94
94
|
outline: string;
|
|
95
95
|
outlineOffset: number;
|
|
96
96
|
};
|
|
@@ -103,7 +103,7 @@ export default function PaginationItem(theme: any): {
|
|
|
103
103
|
};
|
|
104
104
|
} | {
|
|
105
105
|
'&:focus-visible': {
|
|
106
|
-
backgroundColor
|
|
106
|
+
backgroundColor?: any;
|
|
107
107
|
outline: string;
|
|
108
108
|
outlineOffset: number;
|
|
109
109
|
};
|
|
@@ -115,7 +115,7 @@ export default function PaginationItem(theme: any): {
|
|
|
115
115
|
};
|
|
116
116
|
} | {
|
|
117
117
|
'&:focus-visible': {
|
|
118
|
-
backgroundColor
|
|
118
|
+
backgroundColor?: any;
|
|
119
119
|
outline: string;
|
|
120
120
|
outlineOffset: number;
|
|
121
121
|
};
|
|
@@ -128,7 +128,7 @@ export default function PaginationItem(theme: any): {
|
|
|
128
128
|
};
|
|
129
129
|
'&.MuiPaginationItem-textSuccess': {
|
|
130
130
|
'&:focus-visible': {
|
|
131
|
-
backgroundColor
|
|
131
|
+
backgroundColor?: any;
|
|
132
132
|
outline: string;
|
|
133
133
|
outlineOffset: number;
|
|
134
134
|
};
|
|
@@ -141,7 +141,7 @@ export default function PaginationItem(theme: any): {
|
|
|
141
141
|
};
|
|
142
142
|
} | {
|
|
143
143
|
'&:focus-visible': {
|
|
144
|
-
backgroundColor
|
|
144
|
+
backgroundColor?: any;
|
|
145
145
|
outline: string;
|
|
146
146
|
outlineOffset: number;
|
|
147
147
|
};
|
|
@@ -153,7 +153,7 @@ export default function PaginationItem(theme: any): {
|
|
|
153
153
|
};
|
|
154
154
|
} | {
|
|
155
155
|
'&:focus-visible': {
|
|
156
|
-
backgroundColor
|
|
156
|
+
backgroundColor?: any;
|
|
157
157
|
outline: string;
|
|
158
158
|
outlineOffset: number;
|
|
159
159
|
};
|
|
@@ -166,7 +166,7 @@ export default function PaginationItem(theme: any): {
|
|
|
166
166
|
};
|
|
167
167
|
'&.MuiPaginationItem-textInfo': {
|
|
168
168
|
'&:focus-visible': {
|
|
169
|
-
backgroundColor
|
|
169
|
+
backgroundColor?: any;
|
|
170
170
|
outline: string;
|
|
171
171
|
outlineOffset: number;
|
|
172
172
|
};
|
|
@@ -179,7 +179,7 @@ export default function PaginationItem(theme: any): {
|
|
|
179
179
|
};
|
|
180
180
|
} | {
|
|
181
181
|
'&:focus-visible': {
|
|
182
|
-
backgroundColor
|
|
182
|
+
backgroundColor?: any;
|
|
183
183
|
outline: string;
|
|
184
184
|
outlineOffset: number;
|
|
185
185
|
};
|
|
@@ -191,7 +191,7 @@ export default function PaginationItem(theme: any): {
|
|
|
191
191
|
};
|
|
192
192
|
} | {
|
|
193
193
|
'&:focus-visible': {
|
|
194
|
-
backgroundColor
|
|
194
|
+
backgroundColor?: any;
|
|
195
195
|
outline: string;
|
|
196
196
|
outlineOffset: number;
|
|
197
197
|
};
|
|
@@ -204,7 +204,7 @@ export default function PaginationItem(theme: any): {
|
|
|
204
204
|
};
|
|
205
205
|
'&.MuiPaginationItem-textWarning': {
|
|
206
206
|
'&:focus-visible': {
|
|
207
|
-
backgroundColor
|
|
207
|
+
backgroundColor?: any;
|
|
208
208
|
outline: string;
|
|
209
209
|
outlineOffset: number;
|
|
210
210
|
};
|
|
@@ -217,7 +217,7 @@ export default function PaginationItem(theme: any): {
|
|
|
217
217
|
};
|
|
218
218
|
} | {
|
|
219
219
|
'&:focus-visible': {
|
|
220
|
-
backgroundColor
|
|
220
|
+
backgroundColor?: any;
|
|
221
221
|
outline: string;
|
|
222
222
|
outlineOffset: number;
|
|
223
223
|
};
|
|
@@ -229,7 +229,7 @@ export default function PaginationItem(theme: any): {
|
|
|
229
229
|
};
|
|
230
230
|
} | {
|
|
231
231
|
'&:focus-visible': {
|
|
232
|
-
backgroundColor
|
|
232
|
+
backgroundColor?: any;
|
|
233
233
|
outline: string;
|
|
234
234
|
outlineOffset: number;
|
|
235
235
|
};
|
|
@@ -246,7 +246,7 @@ export default function PaginationItem(theme: any): {
|
|
|
246
246
|
'&.Mui-selected': {
|
|
247
247
|
'&.MuiPaginationItem-containedPrimary': {
|
|
248
248
|
'&:focus-visible': {
|
|
249
|
-
backgroundColor
|
|
249
|
+
backgroundColor?: any;
|
|
250
250
|
outline: string;
|
|
251
251
|
outlineOffset: number;
|
|
252
252
|
};
|
|
@@ -259,7 +259,7 @@ export default function PaginationItem(theme: any): {
|
|
|
259
259
|
};
|
|
260
260
|
} | {
|
|
261
261
|
'&:focus-visible': {
|
|
262
|
-
backgroundColor
|
|
262
|
+
backgroundColor?: any;
|
|
263
263
|
outline: string;
|
|
264
264
|
outlineOffset: number;
|
|
265
265
|
};
|
|
@@ -271,7 +271,7 @@ export default function PaginationItem(theme: any): {
|
|
|
271
271
|
};
|
|
272
272
|
} | {
|
|
273
273
|
'&:focus-visible': {
|
|
274
|
-
backgroundColor
|
|
274
|
+
backgroundColor?: any;
|
|
275
275
|
outline: string;
|
|
276
276
|
outlineOffset: number;
|
|
277
277
|
};
|
|
@@ -284,7 +284,7 @@ export default function PaginationItem(theme: any): {
|
|
|
284
284
|
};
|
|
285
285
|
'&.MuiPaginationItem-containedSecondary': {
|
|
286
286
|
'&:focus-visible': {
|
|
287
|
-
backgroundColor
|
|
287
|
+
backgroundColor?: any;
|
|
288
288
|
outline: string;
|
|
289
289
|
outlineOffset: number;
|
|
290
290
|
};
|
|
@@ -297,7 +297,7 @@ export default function PaginationItem(theme: any): {
|
|
|
297
297
|
};
|
|
298
298
|
} | {
|
|
299
299
|
'&:focus-visible': {
|
|
300
|
-
backgroundColor
|
|
300
|
+
backgroundColor?: any;
|
|
301
301
|
outline: string;
|
|
302
302
|
outlineOffset: number;
|
|
303
303
|
};
|
|
@@ -309,7 +309,7 @@ export default function PaginationItem(theme: any): {
|
|
|
309
309
|
};
|
|
310
310
|
} | {
|
|
311
311
|
'&:focus-visible': {
|
|
312
|
-
backgroundColor
|
|
312
|
+
backgroundColor?: any;
|
|
313
313
|
outline: string;
|
|
314
314
|
outlineOffset: number;
|
|
315
315
|
};
|
|
@@ -322,7 +322,7 @@ export default function PaginationItem(theme: any): {
|
|
|
322
322
|
};
|
|
323
323
|
'&.MuiPaginationItem-containedError': {
|
|
324
324
|
'&:focus-visible': {
|
|
325
|
-
backgroundColor
|
|
325
|
+
backgroundColor?: any;
|
|
326
326
|
outline: string;
|
|
327
327
|
outlineOffset: number;
|
|
328
328
|
};
|
|
@@ -335,7 +335,7 @@ export default function PaginationItem(theme: any): {
|
|
|
335
335
|
};
|
|
336
336
|
} | {
|
|
337
337
|
'&:focus-visible': {
|
|
338
|
-
backgroundColor
|
|
338
|
+
backgroundColor?: any;
|
|
339
339
|
outline: string;
|
|
340
340
|
outlineOffset: number;
|
|
341
341
|
};
|
|
@@ -347,7 +347,7 @@ export default function PaginationItem(theme: any): {
|
|
|
347
347
|
};
|
|
348
348
|
} | {
|
|
349
349
|
'&:focus-visible': {
|
|
350
|
-
backgroundColor
|
|
350
|
+
backgroundColor?: any;
|
|
351
351
|
outline: string;
|
|
352
352
|
outlineOffset: number;
|
|
353
353
|
};
|
|
@@ -360,7 +360,7 @@ export default function PaginationItem(theme: any): {
|
|
|
360
360
|
};
|
|
361
361
|
'&.MuiPaginationItem-containedSuccess': {
|
|
362
362
|
'&:focus-visible': {
|
|
363
|
-
backgroundColor
|
|
363
|
+
backgroundColor?: any;
|
|
364
364
|
outline: string;
|
|
365
365
|
outlineOffset: number;
|
|
366
366
|
};
|
|
@@ -373,7 +373,7 @@ export default function PaginationItem(theme: any): {
|
|
|
373
373
|
};
|
|
374
374
|
} | {
|
|
375
375
|
'&:focus-visible': {
|
|
376
|
-
backgroundColor
|
|
376
|
+
backgroundColor?: any;
|
|
377
377
|
outline: string;
|
|
378
378
|
outlineOffset: number;
|
|
379
379
|
};
|
|
@@ -385,7 +385,7 @@ export default function PaginationItem(theme: any): {
|
|
|
385
385
|
};
|
|
386
386
|
} | {
|
|
387
387
|
'&:focus-visible': {
|
|
388
|
-
backgroundColor
|
|
388
|
+
backgroundColor?: any;
|
|
389
389
|
outline: string;
|
|
390
390
|
outlineOffset: number;
|
|
391
391
|
};
|
|
@@ -398,7 +398,7 @@ export default function PaginationItem(theme: any): {
|
|
|
398
398
|
};
|
|
399
399
|
'&.MuiPaginationItem-containedInfo': {
|
|
400
400
|
'&:focus-visible': {
|
|
401
|
-
backgroundColor
|
|
401
|
+
backgroundColor?: any;
|
|
402
402
|
outline: string;
|
|
403
403
|
outlineOffset: number;
|
|
404
404
|
};
|
|
@@ -411,7 +411,7 @@ export default function PaginationItem(theme: any): {
|
|
|
411
411
|
};
|
|
412
412
|
} | {
|
|
413
413
|
'&:focus-visible': {
|
|
414
|
-
backgroundColor
|
|
414
|
+
backgroundColor?: any;
|
|
415
415
|
outline: string;
|
|
416
416
|
outlineOffset: number;
|
|
417
417
|
};
|
|
@@ -423,7 +423,7 @@ export default function PaginationItem(theme: any): {
|
|
|
423
423
|
};
|
|
424
424
|
} | {
|
|
425
425
|
'&:focus-visible': {
|
|
426
|
-
backgroundColor
|
|
426
|
+
backgroundColor?: any;
|
|
427
427
|
outline: string;
|
|
428
428
|
outlineOffset: number;
|
|
429
429
|
};
|
|
@@ -436,7 +436,7 @@ export default function PaginationItem(theme: any): {
|
|
|
436
436
|
};
|
|
437
437
|
'&.MuiPaginationItem-containedWarning': {
|
|
438
438
|
'&:focus-visible': {
|
|
439
|
-
backgroundColor
|
|
439
|
+
backgroundColor?: any;
|
|
440
440
|
outline: string;
|
|
441
441
|
outlineOffset: number;
|
|
442
442
|
};
|
|
@@ -449,7 +449,7 @@ export default function PaginationItem(theme: any): {
|
|
|
449
449
|
};
|
|
450
450
|
} | {
|
|
451
451
|
'&:focus-visible': {
|
|
452
|
-
backgroundColor
|
|
452
|
+
backgroundColor?: any;
|
|
453
453
|
outline: string;
|
|
454
454
|
outlineOffset: number;
|
|
455
455
|
};
|
|
@@ -461,7 +461,7 @@ export default function PaginationItem(theme: any): {
|
|
|
461
461
|
};
|
|
462
462
|
} | {
|
|
463
463
|
'&:focus-visible': {
|
|
464
|
-
backgroundColor
|
|
464
|
+
backgroundColor?: any;
|
|
465
465
|
outline: string;
|
|
466
466
|
outlineOffset: number;
|
|
467
467
|
};
|
|
@@ -483,7 +483,7 @@ export default function PaginationItem(theme: any): {
|
|
|
483
483
|
'&.Mui-selected': {
|
|
484
484
|
'&.MuiPaginationItem-combinedPrimary': {
|
|
485
485
|
'&:focus-visible': {
|
|
486
|
-
backgroundColor
|
|
486
|
+
backgroundColor?: any;
|
|
487
487
|
outline: string;
|
|
488
488
|
outlineOffset: number;
|
|
489
489
|
};
|
|
@@ -496,7 +496,7 @@ export default function PaginationItem(theme: any): {
|
|
|
496
496
|
};
|
|
497
497
|
} | {
|
|
498
498
|
'&:focus-visible': {
|
|
499
|
-
backgroundColor
|
|
499
|
+
backgroundColor?: any;
|
|
500
500
|
outline: string;
|
|
501
501
|
outlineOffset: number;
|
|
502
502
|
};
|
|
@@ -508,7 +508,7 @@ export default function PaginationItem(theme: any): {
|
|
|
508
508
|
};
|
|
509
509
|
} | {
|
|
510
510
|
'&:focus-visible': {
|
|
511
|
-
backgroundColor
|
|
511
|
+
backgroundColor?: any;
|
|
512
512
|
outline: string;
|
|
513
513
|
outlineOffset: number;
|
|
514
514
|
};
|
|
@@ -521,7 +521,7 @@ export default function PaginationItem(theme: any): {
|
|
|
521
521
|
};
|
|
522
522
|
'&.MuiPaginationItem-combinedSecondary': {
|
|
523
523
|
'&:focus-visible': {
|
|
524
|
-
backgroundColor
|
|
524
|
+
backgroundColor?: any;
|
|
525
525
|
outline: string;
|
|
526
526
|
outlineOffset: number;
|
|
527
527
|
};
|
|
@@ -534,7 +534,7 @@ export default function PaginationItem(theme: any): {
|
|
|
534
534
|
};
|
|
535
535
|
} | {
|
|
536
536
|
'&:focus-visible': {
|
|
537
|
-
backgroundColor
|
|
537
|
+
backgroundColor?: any;
|
|
538
538
|
outline: string;
|
|
539
539
|
outlineOffset: number;
|
|
540
540
|
};
|
|
@@ -546,7 +546,7 @@ export default function PaginationItem(theme: any): {
|
|
|
546
546
|
};
|
|
547
547
|
} | {
|
|
548
548
|
'&:focus-visible': {
|
|
549
|
-
backgroundColor
|
|
549
|
+
backgroundColor?: any;
|
|
550
550
|
outline: string;
|
|
551
551
|
outlineOffset: number;
|
|
552
552
|
};
|
|
@@ -559,7 +559,7 @@ export default function PaginationItem(theme: any): {
|
|
|
559
559
|
};
|
|
560
560
|
'&.MuiPaginationItem-combinedError': {
|
|
561
561
|
'&:focus-visible': {
|
|
562
|
-
backgroundColor
|
|
562
|
+
backgroundColor?: any;
|
|
563
563
|
outline: string;
|
|
564
564
|
outlineOffset: number;
|
|
565
565
|
};
|
|
@@ -572,7 +572,7 @@ export default function PaginationItem(theme: any): {
|
|
|
572
572
|
};
|
|
573
573
|
} | {
|
|
574
574
|
'&:focus-visible': {
|
|
575
|
-
backgroundColor
|
|
575
|
+
backgroundColor?: any;
|
|
576
576
|
outline: string;
|
|
577
577
|
outlineOffset: number;
|
|
578
578
|
};
|
|
@@ -584,7 +584,7 @@ export default function PaginationItem(theme: any): {
|
|
|
584
584
|
};
|
|
585
585
|
} | {
|
|
586
586
|
'&:focus-visible': {
|
|
587
|
-
backgroundColor
|
|
587
|
+
backgroundColor?: any;
|
|
588
588
|
outline: string;
|
|
589
589
|
outlineOffset: number;
|
|
590
590
|
};
|
|
@@ -597,7 +597,7 @@ export default function PaginationItem(theme: any): {
|
|
|
597
597
|
};
|
|
598
598
|
'&.MuiPaginationItem-combinedSuccess': {
|
|
599
599
|
'&:focus-visible': {
|
|
600
|
-
backgroundColor
|
|
600
|
+
backgroundColor?: any;
|
|
601
601
|
outline: string;
|
|
602
602
|
outlineOffset: number;
|
|
603
603
|
};
|
|
@@ -610,7 +610,7 @@ export default function PaginationItem(theme: any): {
|
|
|
610
610
|
};
|
|
611
611
|
} | {
|
|
612
612
|
'&:focus-visible': {
|
|
613
|
-
backgroundColor
|
|
613
|
+
backgroundColor?: any;
|
|
614
614
|
outline: string;
|
|
615
615
|
outlineOffset: number;
|
|
616
616
|
};
|
|
@@ -622,7 +622,7 @@ export default function PaginationItem(theme: any): {
|
|
|
622
622
|
};
|
|
623
623
|
} | {
|
|
624
624
|
'&:focus-visible': {
|
|
625
|
-
backgroundColor
|
|
625
|
+
backgroundColor?: any;
|
|
626
626
|
outline: string;
|
|
627
627
|
outlineOffset: number;
|
|
628
628
|
};
|
|
@@ -635,7 +635,7 @@ export default function PaginationItem(theme: any): {
|
|
|
635
635
|
};
|
|
636
636
|
'&.MuiPaginationItem-combinedInfo': {
|
|
637
637
|
'&:focus-visible': {
|
|
638
|
-
backgroundColor
|
|
638
|
+
backgroundColor?: any;
|
|
639
639
|
outline: string;
|
|
640
640
|
outlineOffset: number;
|
|
641
641
|
};
|
|
@@ -648,7 +648,7 @@ export default function PaginationItem(theme: any): {
|
|
|
648
648
|
};
|
|
649
649
|
} | {
|
|
650
650
|
'&:focus-visible': {
|
|
651
|
-
backgroundColor
|
|
651
|
+
backgroundColor?: any;
|
|
652
652
|
outline: string;
|
|
653
653
|
outlineOffset: number;
|
|
654
654
|
};
|
|
@@ -660,7 +660,7 @@ export default function PaginationItem(theme: any): {
|
|
|
660
660
|
};
|
|
661
661
|
} | {
|
|
662
662
|
'&:focus-visible': {
|
|
663
|
-
backgroundColor
|
|
663
|
+
backgroundColor?: any;
|
|
664
664
|
outline: string;
|
|
665
665
|
outlineOffset: number;
|
|
666
666
|
};
|
|
@@ -673,7 +673,7 @@ export default function PaginationItem(theme: any): {
|
|
|
673
673
|
};
|
|
674
674
|
'&.MuiPaginationItem-combinedWarning': {
|
|
675
675
|
'&:focus-visible': {
|
|
676
|
-
backgroundColor
|
|
676
|
+
backgroundColor?: any;
|
|
677
677
|
outline: string;
|
|
678
678
|
outlineOffset: number;
|
|
679
679
|
};
|
|
@@ -686,7 +686,7 @@ export default function PaginationItem(theme: any): {
|
|
|
686
686
|
};
|
|
687
687
|
} | {
|
|
688
688
|
'&:focus-visible': {
|
|
689
|
-
backgroundColor
|
|
689
|
+
backgroundColor?: any;
|
|
690
690
|
outline: string;
|
|
691
691
|
outlineOffset: number;
|
|
692
692
|
};
|
|
@@ -698,7 +698,7 @@ export default function PaginationItem(theme: any): {
|
|
|
698
698
|
};
|
|
699
699
|
} | {
|
|
700
700
|
'&:focus-visible': {
|
|
701
|
-
backgroundColor
|
|
701
|
+
backgroundColor?: any;
|
|
702
702
|
outline: string;
|
|
703
703
|
outlineOffset: number;
|
|
704
704
|
};
|
|
@@ -717,7 +717,7 @@ export default function PaginationItem(theme: any): {
|
|
|
717
717
|
backgroundColor: string;
|
|
718
718
|
'&.MuiPaginationItem-outlinedPrimary': {
|
|
719
719
|
'&:focus-visible': {
|
|
720
|
-
backgroundColor
|
|
720
|
+
backgroundColor?: any;
|
|
721
721
|
outline: string;
|
|
722
722
|
outlineOffset: number;
|
|
723
723
|
};
|
|
@@ -730,7 +730,7 @@ export default function PaginationItem(theme: any): {
|
|
|
730
730
|
};
|
|
731
731
|
} | {
|
|
732
732
|
'&:focus-visible': {
|
|
733
|
-
backgroundColor
|
|
733
|
+
backgroundColor?: any;
|
|
734
734
|
outline: string;
|
|
735
735
|
outlineOffset: number;
|
|
736
736
|
};
|
|
@@ -742,7 +742,7 @@ export default function PaginationItem(theme: any): {
|
|
|
742
742
|
};
|
|
743
743
|
} | {
|
|
744
744
|
'&:focus-visible': {
|
|
745
|
-
backgroundColor
|
|
745
|
+
backgroundColor?: any;
|
|
746
746
|
outline: string;
|
|
747
747
|
outlineOffset: number;
|
|
748
748
|
};
|
|
@@ -755,7 +755,7 @@ export default function PaginationItem(theme: any): {
|
|
|
755
755
|
};
|
|
756
756
|
'&.MuiPaginationItem-outlinedSecondary': {
|
|
757
757
|
'&:focus-visible': {
|
|
758
|
-
backgroundColor
|
|
758
|
+
backgroundColor?: any;
|
|
759
759
|
outline: string;
|
|
760
760
|
outlineOffset: number;
|
|
761
761
|
};
|
|
@@ -768,7 +768,7 @@ export default function PaginationItem(theme: any): {
|
|
|
768
768
|
};
|
|
769
769
|
} | {
|
|
770
770
|
'&:focus-visible': {
|
|
771
|
-
backgroundColor
|
|
771
|
+
backgroundColor?: any;
|
|
772
772
|
outline: string;
|
|
773
773
|
outlineOffset: number;
|
|
774
774
|
};
|
|
@@ -780,7 +780,7 @@ export default function PaginationItem(theme: any): {
|
|
|
780
780
|
};
|
|
781
781
|
} | {
|
|
782
782
|
'&:focus-visible': {
|
|
783
|
-
backgroundColor
|
|
783
|
+
backgroundColor?: any;
|
|
784
784
|
outline: string;
|
|
785
785
|
outlineOffset: number;
|
|
786
786
|
};
|
|
@@ -793,7 +793,7 @@ export default function PaginationItem(theme: any): {
|
|
|
793
793
|
};
|
|
794
794
|
'&.MuiPaginationItem-outlinedError': {
|
|
795
795
|
'&:focus-visible': {
|
|
796
|
-
backgroundColor
|
|
796
|
+
backgroundColor?: any;
|
|
797
797
|
outline: string;
|
|
798
798
|
outlineOffset: number;
|
|
799
799
|
};
|
|
@@ -806,7 +806,7 @@ export default function PaginationItem(theme: any): {
|
|
|
806
806
|
};
|
|
807
807
|
} | {
|
|
808
808
|
'&:focus-visible': {
|
|
809
|
-
backgroundColor
|
|
809
|
+
backgroundColor?: any;
|
|
810
810
|
outline: string;
|
|
811
811
|
outlineOffset: number;
|
|
812
812
|
};
|
|
@@ -818,7 +818,7 @@ export default function PaginationItem(theme: any): {
|
|
|
818
818
|
};
|
|
819
819
|
} | {
|
|
820
820
|
'&:focus-visible': {
|
|
821
|
-
backgroundColor
|
|
821
|
+
backgroundColor?: any;
|
|
822
822
|
outline: string;
|
|
823
823
|
outlineOffset: number;
|
|
824
824
|
};
|
|
@@ -831,7 +831,7 @@ export default function PaginationItem(theme: any): {
|
|
|
831
831
|
};
|
|
832
832
|
'&.MuiPaginationItem-outlinedSuccess': {
|
|
833
833
|
'&:focus-visible': {
|
|
834
|
-
backgroundColor
|
|
834
|
+
backgroundColor?: any;
|
|
835
835
|
outline: string;
|
|
836
836
|
outlineOffset: number;
|
|
837
837
|
};
|
|
@@ -844,7 +844,7 @@ export default function PaginationItem(theme: any): {
|
|
|
844
844
|
};
|
|
845
845
|
} | {
|
|
846
846
|
'&:focus-visible': {
|
|
847
|
-
backgroundColor
|
|
847
|
+
backgroundColor?: any;
|
|
848
848
|
outline: string;
|
|
849
849
|
outlineOffset: number;
|
|
850
850
|
};
|
|
@@ -856,7 +856,7 @@ export default function PaginationItem(theme: any): {
|
|
|
856
856
|
};
|
|
857
857
|
} | {
|
|
858
858
|
'&:focus-visible': {
|
|
859
|
-
backgroundColor
|
|
859
|
+
backgroundColor?: any;
|
|
860
860
|
outline: string;
|
|
861
861
|
outlineOffset: number;
|
|
862
862
|
};
|
|
@@ -869,7 +869,7 @@ export default function PaginationItem(theme: any): {
|
|
|
869
869
|
};
|
|
870
870
|
'&.MuiPaginationItem-outlinedInfo': {
|
|
871
871
|
'&:focus-visible': {
|
|
872
|
-
backgroundColor
|
|
872
|
+
backgroundColor?: any;
|
|
873
873
|
outline: string;
|
|
874
874
|
outlineOffset: number;
|
|
875
875
|
};
|
|
@@ -882,7 +882,7 @@ export default function PaginationItem(theme: any): {
|
|
|
882
882
|
};
|
|
883
883
|
} | {
|
|
884
884
|
'&:focus-visible': {
|
|
885
|
-
backgroundColor
|
|
885
|
+
backgroundColor?: any;
|
|
886
886
|
outline: string;
|
|
887
887
|
outlineOffset: number;
|
|
888
888
|
};
|
|
@@ -894,7 +894,7 @@ export default function PaginationItem(theme: any): {
|
|
|
894
894
|
};
|
|
895
895
|
} | {
|
|
896
896
|
'&:focus-visible': {
|
|
897
|
-
backgroundColor
|
|
897
|
+
backgroundColor?: any;
|
|
898
898
|
outline: string;
|
|
899
899
|
outlineOffset: number;
|
|
900
900
|
};
|
|
@@ -907,7 +907,7 @@ export default function PaginationItem(theme: any): {
|
|
|
907
907
|
};
|
|
908
908
|
'&.MuiPaginationItem-outlinedWarning': {
|
|
909
909
|
'&:focus-visible': {
|
|
910
|
-
backgroundColor
|
|
910
|
+
backgroundColor?: any;
|
|
911
911
|
outline: string;
|
|
912
912
|
outlineOffset: number;
|
|
913
913
|
};
|
|
@@ -920,7 +920,7 @@ export default function PaginationItem(theme: any): {
|
|
|
920
920
|
};
|
|
921
921
|
} | {
|
|
922
922
|
'&:focus-visible': {
|
|
923
|
-
backgroundColor
|
|
923
|
+
backgroundColor?: any;
|
|
924
924
|
outline: string;
|
|
925
925
|
outlineOffset: number;
|
|
926
926
|
};
|
|
@@ -932,7 +932,7 @@ export default function PaginationItem(theme: any): {
|
|
|
932
932
|
};
|
|
933
933
|
} | {
|
|
934
934
|
'&:focus-visible': {
|
|
935
|
-
backgroundColor
|
|
935
|
+
backgroundColor?: any;
|
|
936
936
|
outline: string;
|
|
937
937
|
outlineOffset: number;
|
|
938
938
|
};
|
package/jsconfig.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ESNext",
|
|
4
|
+
"useDefineForClassFields": true,
|
|
5
|
+
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
6
|
+
"allowJs": true,
|
|
7
|
+
"allowSyntheticDefaultImports": true,
|
|
8
|
+
"strict": false,
|
|
9
|
+
"forceConsistentCasingInFileNames": true,
|
|
10
|
+
"module": "ESNext",
|
|
11
|
+
"moduleResolution": "Node",
|
|
12
|
+
"resolveJsonModule": true,
|
|
13
|
+
"isolatedModules": true,
|
|
14
|
+
"noEmit": true,
|
|
15
|
+
"jsx": "react-jsx",
|
|
16
|
+
"declaration": true,
|
|
17
|
+
"skipLibCheck": true,
|
|
18
|
+
"esModuleInterop": true ,
|
|
19
|
+
"declarationMap": true,
|
|
20
|
+
"baseUrl": ".",
|
|
21
|
+
"paths": {
|
|
22
|
+
"react-admin": [ "src/index.jsx" ]
|
|
23
|
+
},
|
|
24
|
+
"typeRoots": [
|
|
25
|
+
"node_modules/@types",
|
|
26
|
+
"src/index.d.js"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"include": ["src"],
|
|
30
|
+
"references": [{ "path": "./jsconfig.node.json" }]
|
|
31
|
+
}
|