@applica-software-guru/react-admin 1.3.181 → 1.3.183
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/dist/Admin.d.ts +5 -8
- package/dist/Admin.d.ts.map +1 -1
- package/dist/AdminContext.d.ts +2 -4
- package/dist/AdminContext.d.ts.map +1 -1
- package/dist/ApplicaAdmin.d.ts +4 -24
- package/dist/ApplicaAdmin.d.ts.map +1 -1
- package/dist/components/@extended/Breadcrumbs.d.ts +2 -8
- package/dist/components/ActionsMenu.d.ts.map +1 -1
- package/dist/components/AuthBackground.d.ts +2 -1
- package/dist/components/AuthBackground.d.ts.map +1 -1
- package/dist/components/Layout/Drawer/Drawer.d.ts +2 -2
- package/dist/components/Layout/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Layout/Drawer/DrawerHeader.d.ts +2 -2
- package/dist/components/Layout/Drawer/DrawerHeader.d.ts.map +1 -1
- package/dist/components/Layout/Drawer/DrawerHeaderStyled.d.ts +1 -0
- package/dist/components/Layout/Drawer/DrawerHeaderStyled.d.ts.map +1 -1
- package/dist/components/Layout/Footer.d.ts +0 -11
- package/dist/components/Layout/Footer.d.ts.map +1 -1
- package/dist/components/Layout/Header/AppBarStyled.d.ts +7 -3
- package/dist/components/Layout/Header/AppBarStyled.d.ts.map +1 -1
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Notification.d.ts +3 -6
- package/dist/components/Notification.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ra-buttons/CreateInDialogButton.d.ts +3 -33
- package/dist/components/ra-buttons/CreateInDialogButton.d.ts.map +1 -1
- package/dist/components/ra-buttons/EditInDialogButton.d.ts +9 -22
- package/dist/components/ra-buttons/EditInDialogButton.d.ts.map +1 -1
- package/dist/components/ra-buttons/ImpersonateUserButton.d.ts +5 -10
- package/dist/components/ra-buttons/ImpersonateUserButton.d.ts.map +1 -1
- package/dist/components/ra-buttons/index.d.ts +3 -4
- package/dist/components/ra-buttons/index.d.ts.map +1 -1
- package/dist/components/ra-custom/ListItem.d.ts +1 -20
- package/dist/components/ra-custom/ListItem.d.ts.map +1 -1
- package/dist/components/ra-custom/index.d.ts +1 -2
- package/dist/components/ra-custom/index.d.ts.map +1 -1
- package/dist/components/ra-fields/ActionsField.d.ts +7 -21
- package/dist/components/ra-fields/ActionsField.d.ts.map +1 -1
- package/dist/components/ra-fields/AttachmentField.d.ts +2 -25
- package/dist/components/ra-fields/AttachmentField.d.ts.map +1 -1
- package/dist/components/ra-fields/BaseAttachmentField.d.ts +1 -15
- package/dist/components/ra-fields/BaseAttachmentField.d.ts.map +1 -1
- package/dist/components/ra-fields/CoverField.d.ts +10 -31
- package/dist/components/ra-fields/CoverField.d.ts.map +1 -1
- package/dist/components/ra-fields/DateAgoField.d.ts +6 -8
- package/dist/components/ra-fields/DateAgoField.d.ts.map +1 -1
- package/dist/components/ra-fields/DateField.d.ts +3 -5
- package/dist/components/ra-fields/DateField.d.ts.map +1 -1
- package/dist/components/ra-fields/EmailField.d.ts +3 -16
- package/dist/components/ra-fields/EmailField.d.ts.map +1 -1
- package/dist/components/ra-fields/FileField.d.ts +8 -25
- package/dist/components/ra-fields/FileField.d.ts.map +1 -1
- package/dist/components/ra-fields/FunctionField.d.ts +3 -6
- package/dist/components/ra-fields/FunctionField.d.ts.map +1 -1
- package/dist/components/ra-fields/ImageField.d.ts +3 -18
- package/dist/components/ra-fields/ImageField.d.ts.map +1 -1
- package/dist/components/ra-fields/LocalizedTextField.d.ts +3 -2
- package/dist/components/ra-fields/LocalizedTextField.d.ts.map +1 -1
- package/dist/components/ra-fields/ReadonlyField.d.ts +1 -1
- package/dist/components/ra-fields/ReadonlyField.d.ts.map +1 -1
- package/dist/components/ra-fields/ReferenceManyField.d.ts +7 -16
- package/dist/components/ra-fields/ReferenceManyField.d.ts.map +1 -1
- package/dist/components/ra-fields/SizeField.d.ts +6 -11
- package/dist/components/ra-fields/SizeField.d.ts.map +1 -1
- package/dist/components/ra-fields/TextField.d.ts +3 -5
- package/dist/components/ra-fields/TextField.d.ts.map +1 -1
- package/dist/components/ra-fields/index.d.ts +14 -15
- package/dist/components/ra-fields/index.d.ts.map +1 -1
- package/dist/components/ra-forms/CardForm.d.ts +22 -26
- package/dist/components/ra-forms/CardForm.d.ts.map +1 -1
- package/dist/components/ra-forms/ChangePasswordForm.d.ts +2 -1
- package/dist/components/ra-forms/ChangePasswordForm.d.ts.map +1 -1
- package/dist/components/ra-forms/Create.d.ts +3 -4
- package/dist/components/ra-forms/Create.d.ts.map +1 -1
- package/dist/components/ra-forms/Edit.d.ts +3 -2
- package/dist/components/ra-forms/Edit.d.ts.map +1 -1
- package/dist/components/ra-forms/FormHeader.d.ts +4 -20
- package/dist/components/ra-forms/FormHeader.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/Content.d.ts +1 -1
- package/dist/components/ra-forms/LongForm/Content.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/Form.d.ts +1 -1
- package/dist/components/ra-forms/LongForm/Form.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/NavMenu.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/Provider.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/Sidebar.d.ts +1 -1
- package/dist/components/ra-forms/LongForm/Sidebar.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/Tab.d.ts +2 -2
- package/dist/components/ra-forms/LongForm/Tab.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/hooks.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/index.d.ts +2 -2
- package/dist/components/ra-forms/LongForm/index.d.ts.map +1 -1
- package/dist/components/ra-forms/LongForm/utils.d.ts +1 -1
- package/dist/components/ra-forms/LongForm/utils.d.ts.map +1 -1
- package/dist/components/ra-forms/Show.d.ts +3 -12
- package/dist/components/ra-forms/Show.d.ts.map +1 -1
- package/dist/components/ra-forms/SimpleForm.d.ts +1 -30
- package/dist/components/ra-forms/SimpleForm.d.ts.map +1 -1
- package/dist/components/ra-forms/SimpleFormIterator.d.ts +1 -3
- package/dist/components/ra-forms/SimpleFormIterator.d.ts.map +1 -1
- package/dist/components/ra-forms/TabbedForm.d.ts +5 -9
- package/dist/components/ra-forms/TabbedForm.d.ts.map +1 -1
- package/dist/components/ra-forms/TableForm/TableFormIterator.d.ts +21 -22
- package/dist/components/ra-forms/TableForm/TableFormIterator.d.ts.map +1 -1
- package/dist/components/ra-forms/TableForm/TableFormIteratorItem.d.ts +1 -1
- package/dist/components/ra-forms/TableForm/TableFormIteratorItem.d.ts.map +1 -1
- package/dist/components/ra-forms/TableForm/index.d.ts +1 -2
- package/dist/components/ra-forms/TableForm/index.d.ts.map +1 -1
- package/dist/components/ra-forms/Toolbar.d.ts +3 -9
- package/dist/components/ra-forms/Toolbar.d.ts.map +1 -1
- package/dist/components/ra-forms/index.d.ts +12 -14
- package/dist/components/ra-forms/index.d.ts.map +1 -1
- package/dist/components/ra-inputs/ArrayInput.d.ts +3 -2
- package/dist/components/ra-inputs/ArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AttachmentInput.d.ts +2 -32
- package/dist/components/ra-inputs/AttachmentInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteArrayInput.d.ts +3 -7
- package/dist/components/ra-inputs/AutocompleteArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/AutocompleteInput.d.ts +3 -5
- package/dist/components/ra-inputs/AutocompleteInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/BooleanInput.d.ts +3 -22
- package/dist/components/ra-inputs/BooleanInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/DateInput.d.ts +3 -16
- package/dist/components/ra-inputs/DateInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/DateTimeInput.d.ts +2 -19
- package/dist/components/ra-inputs/DateTimeInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/FileInput.d.ts +9 -32
- package/dist/components/ra-inputs/FileInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ImageInput.d.ts +9 -12
- package/dist/components/ra-inputs/ImageInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/LabeledArrayInput.d.ts +2 -24
- package/dist/components/ra-inputs/LabeledArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/LabeledInput.d.ts +1 -20
- package/dist/components/ra-inputs/LabeledInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/LocalizedTextInput.d.ts +2 -2
- package/dist/components/ra-inputs/LocalizedTextInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/NumberInput.d.ts +3 -22
- package/dist/components/ra-inputs/NumberInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/RecordInput.d.ts +7 -13
- package/dist/components/ra-inputs/RecordInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts +6 -22
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceInput.d.ts +6 -23
- package/dist/components/ra-inputs/ReferenceInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts +10 -12
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SearchInput.d.ts +3 -1
- package/dist/components/ra-inputs/SearchInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectArrayInput.d.ts +3 -26
- package/dist/components/ra-inputs/SelectArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectInput.d.ts +3 -2
- package/dist/components/ra-inputs/SelectInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SmartTextInput.d.ts +6 -26
- package/dist/components/ra-inputs/SmartTextInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/TextInput.d.ts +2 -16
- package/dist/components/ra-inputs/TextInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/TimeInput.d.ts +3 -16
- package/dist/components/ra-inputs/TimeInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/index.d.ts +23 -24
- package/dist/components/ra-inputs/index.d.ts.map +1 -1
- package/dist/components/ra-lists/BulkActionsToolbar.d.ts +1 -8
- package/dist/components/ra-lists/BulkActionsToolbar.d.ts.map +1 -1
- package/dist/components/ra-lists/BulkFloatingActionsToolbar.d.ts +1 -7
- package/dist/components/ra-lists/BulkFloatingActionsToolbar.d.ts.map +1 -1
- package/dist/components/ra-lists/Datagrid/Datagrid.d.ts +1 -1
- package/dist/components/ra-lists/Datagrid/Datagrid.d.ts.map +1 -1
- package/dist/components/ra-lists/Datagrid/DatagridContextProvider.d.ts +1 -1
- package/dist/components/ra-lists/Datagrid/DatagridContextProvider.d.ts.map +1 -1
- package/dist/components/ra-lists/Datagrid/index.d.ts +1 -4
- package/dist/components/ra-lists/Datagrid/index.d.ts.map +1 -1
- package/dist/components/ra-lists/Empty.d.ts +1 -11
- package/dist/components/ra-lists/Empty.d.ts.map +1 -1
- package/dist/components/ra-lists/List.d.ts +2 -26
- package/dist/components/ra-lists/List.d.ts.map +1 -1
- package/dist/components/ra-lists/ListView.d.ts +1 -16
- package/dist/components/ra-lists/ListView.d.ts.map +1 -1
- package/dist/components/ra-lists/NotificationList/NotificationList.d.ts +4 -3
- package/dist/components/ra-lists/NotificationList/NotificationList.d.ts.map +1 -1
- package/dist/components/ra-lists/NotificationList/buttons/MarkAsReadedButton.d.ts +4 -0
- package/dist/components/ra-lists/NotificationList/buttons/MarkAsReadedButton.d.ts.map +1 -0
- package/dist/components/ra-lists/NotificationList/buttons/MarkAsUnreadedButton.d.ts +4 -0
- package/dist/components/ra-lists/NotificationList/buttons/MarkAsUnreadedButton.d.ts.map +1 -0
- package/dist/components/ra-lists/NotificationList/buttons/index.d.ts +3 -0
- package/dist/components/ra-lists/NotificationList/buttons/index.d.ts.map +1 -0
- package/dist/components/ra-lists/NotificationList/fields/NotificationField.d.ts +4 -0
- package/dist/components/ra-lists/NotificationList/fields/NotificationField.d.ts.map +1 -0
- package/dist/components/ra-lists/NotificationList/fields/index.d.ts +2 -0
- package/dist/components/ra-lists/NotificationList/fields/index.d.ts.map +1 -0
- package/dist/components/ra-lists/NotificationList/index.d.ts +1 -2
- package/dist/components/ra-lists/NotificationList/index.d.ts.map +1 -1
- package/dist/components/ra-lists/SimpleList.d.ts +3 -3
- package/dist/components/ra-lists/SimpleList.d.ts.map +1 -1
- package/dist/components/ra-lists/index.d.ts +7 -7
- package/dist/components/ra-lists/index.d.ts.map +1 -1
- package/dist/components/ra-pages/LoginPage.d.ts +2 -16
- package/dist/components/ra-pages/LoginPage.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +67 -67
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +11945 -12792
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +67 -67
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/{Admin.jsx → Admin.tsx} +6 -14
- package/src/AdminContext.tsx +12 -14
- package/src/ApplicaAdmin.tsx +21 -38
- package/src/components/@extended/Breadcrumbs.jsx +2 -6
- package/src/components/ActionsMenu.tsx +11 -1
- package/src/components/AuthBackground.tsx +2 -2
- package/src/components/Layout/Drawer/Drawer.tsx +2 -3
- package/src/components/Layout/Drawer/DrawerHeader.tsx +2 -2
- package/src/components/Layout/Drawer/DrawerHeaderStyled.jsx +2 -8
- package/src/components/Layout/Footer.tsx +2 -13
- package/src/components/Layout/Header/AppBarStyled.tsx +29 -0
- package/src/components/Layout/Layout.tsx +0 -1
- package/src/components/Notification.tsx +15 -0
- package/src/components/index.jsx +1 -0
- package/src/components/ra-buttons/CreateInDialogButton.tsx +11 -47
- package/src/components/ra-buttons/{EditInDialogButton.jsx → EditInDialogButton.tsx} +20 -21
- package/src/components/ra-buttons/{ImpersonateUserButton.jsx → ImpersonateUserButton.tsx} +8 -9
- package/src/components/ra-buttons/index.ts +3 -0
- package/src/components/ra-custom/ListItem.tsx +4 -39
- package/src/components/ra-custom/index.ts +1 -0
- package/src/components/ra-fields/{ActionsField.jsx → ActionsField.tsx} +8 -16
- package/src/components/ra-fields/AttachmentField.tsx +4 -14
- package/src/components/ra-fields/BaseAttachmentField.tsx +2 -16
- package/src/components/ra-fields/{CoverField.jsx → CoverField.tsx} +17 -28
- package/src/components/ra-fields/{DateAgoField.jsx → DateAgoField.tsx} +8 -11
- package/src/components/ra-fields/DateField.tsx +14 -0
- package/src/components/ra-fields/EmailField.tsx +13 -0
- package/src/components/ra-fields/{FileField.jsx → FileField.tsx} +17 -13
- package/src/components/ra-fields/FunctionField.tsx +7 -0
- package/src/components/ra-fields/{ImageField.jsx → ImageField.tsx} +3 -9
- package/src/components/ra-fields/LocalizedTextField.tsx +3 -3
- package/src/components/ra-fields/ReadonlyField.tsx +4 -3
- package/src/components/ra-fields/ReferenceManyField.tsx +24 -35
- package/src/components/ra-fields/{SizeField.jsx → SizeField.tsx} +8 -9
- package/src/components/ra-fields/TextField.tsx +14 -0
- package/src/components/ra-fields/index.ts +14 -0
- package/src/components/ra-forms/CardForm.tsx +102 -0
- package/src/components/ra-forms/ChangePasswordForm.tsx +4 -6
- package/src/components/ra-forms/Create.tsx +6 -8
- package/src/components/ra-forms/{Edit.jsx → Edit.tsx} +5 -5
- package/src/components/ra-forms/FormHeader.tsx +5 -23
- package/src/components/ra-forms/LongForm/Content.tsx +1 -1
- package/src/components/ra-forms/LongForm/Form.tsx +3 -3
- package/src/components/ra-forms/LongForm/NavMenu.tsx +3 -3
- package/src/components/ra-forms/LongForm/Provider.tsx +3 -4
- package/src/components/ra-forms/LongForm/Sidebar.tsx +2 -2
- package/src/components/ra-forms/LongForm/Tab.tsx +5 -5
- package/src/components/ra-forms/LongForm/hooks.tsx +3 -3
- package/src/components/ra-forms/LongForm/index.ts +3 -13
- package/src/components/ra-forms/LongForm/utils.ts +1 -1
- package/src/components/ra-forms/Show.tsx +21 -19
- package/src/components/ra-forms/SimpleForm.tsx +23 -40
- package/src/components/ra-forms/SimpleFormIterator.tsx +26 -24
- package/src/components/ra-forms/TabbedForm.tsx +36 -27
- package/src/components/ra-forms/TableForm/TableFormIterator.tsx +6 -34
- package/src/components/ra-forms/TableForm/TableFormIteratorItem.tsx +3 -4
- package/src/components/ra-forms/TableForm/index.ts +1 -3
- package/src/components/ra-forms/{Toolbar.jsx → Toolbar.tsx} +6 -11
- package/src/components/ra-forms/index.ts +12 -0
- package/src/components/ra-inputs/ArrayInput.tsx +15 -15
- package/src/components/ra-inputs/AttachmentInput.tsx +17 -25
- package/src/components/ra-inputs/AutocompleteArrayInput.tsx +27 -0
- package/src/components/ra-inputs/{AutocompleteInput.jsx → AutocompleteInput.tsx} +8 -18
- package/src/components/ra-inputs/{BooleanInput.jsx → BooleanInput.tsx} +8 -15
- package/src/components/ra-inputs/DateInput.tsx +24 -0
- package/src/components/ra-inputs/DateTimeInput.tsx +10 -18
- package/src/components/ra-inputs/{FileInput.jsx → FileInput.tsx} +28 -29
- package/src/components/ra-inputs/ImageInput.tsx +44 -0
- package/src/components/ra-inputs/LabeledArrayInput.tsx +8 -31
- package/src/components/ra-inputs/LabeledInput.tsx +12 -24
- package/src/components/ra-inputs/LocalizedTextInput.tsx +7 -7
- package/src/components/ra-inputs/NumberInput.tsx +24 -0
- package/src/components/ra-inputs/{RecordInput.jsx → RecordInput.tsx} +20 -18
- package/src/components/ra-inputs/ReferenceArrayInput.tsx +19 -0
- package/src/components/ra-inputs/ReferenceInput.tsx +19 -0
- package/src/components/ra-inputs/ReferenceManyInput.tsx +26 -0
- package/src/components/ra-inputs/SearchInput.tsx +12 -0
- package/src/components/ra-inputs/SelectArrayInput.tsx +33 -0
- package/src/components/ra-inputs/SelectInput.tsx +8 -10
- package/src/components/ra-inputs/{SmartTextInput.jsx → SmartTextInput.tsx} +10 -20
- package/src/components/ra-inputs/TextInput.tsx +9 -12
- package/src/components/ra-inputs/TimeInput.tsx +39 -0
- package/src/components/ra-inputs/index.ts +23 -0
- package/src/components/ra-lists/BulkActionsToolbar.tsx +6 -15
- package/src/components/ra-lists/BulkFloatingActionsToolbar.tsx +5 -9
- package/src/components/ra-lists/Datagrid/Datagrid.tsx +5 -6
- package/src/components/ra-lists/Datagrid/DatagridContextProvider.tsx +1 -1
- package/src/components/ra-lists/Datagrid/index.tsx +2 -6
- package/src/components/ra-lists/Empty.tsx +5 -16
- package/src/components/ra-lists/List.tsx +11 -47
- package/src/components/ra-lists/ListView.tsx +4 -19
- package/src/components/ra-lists/NotificationList/{NotificationList.jsx → NotificationList.tsx} +7 -8
- package/src/components/ra-lists/NotificationList/{button/MarkAsReadedButton.jsx → buttons/MarkAsReadedButton.tsx} +9 -9
- package/src/components/ra-lists/NotificationList/{button/MarkAsUnreadedButton.jsx → buttons/MarkAsUnreadedButton.tsx} +7 -6
- package/src/components/ra-lists/NotificationList/buttons/index.ts +2 -0
- package/src/components/ra-lists/NotificationList/{field/NotificationField.jsx → fields/NotificationField.tsx} +5 -5
- package/src/components/ra-lists/NotificationList/fields/index.ts +1 -0
- package/src/components/ra-lists/NotificationList/index.ts +1 -0
- package/src/components/ra-lists/SimpleList.tsx +2 -2
- package/src/components/ra-lists/index.ts +7 -7
- package/src/components/ra-pages/LoginPage.tsx +11 -16
- package/vite.config.js +84 -71
- package/dist/components/ra-lists/NotificationList/button/MarkAsReadedButton.d.ts +0 -3
- package/dist/components/ra-lists/NotificationList/button/MarkAsReadedButton.d.ts.map +0 -1
- package/dist/components/ra-lists/NotificationList/button/MarkAsUnreadedButton.d.ts +0 -3
- package/dist/components/ra-lists/NotificationList/button/MarkAsUnreadedButton.d.ts.map +0 -1
- package/dist/components/ra-lists/NotificationList/button/index.d.ts +0 -3
- package/dist/components/ra-lists/NotificationList/button/index.d.ts.map +0 -1
- package/dist/components/ra-lists/NotificationList/field/NotificationField.d.ts +0 -3
- package/dist/components/ra-lists/NotificationList/field/NotificationField.d.ts.map +0 -1
- package/dist/components/ra-lists/NotificationList/field/index.d.ts +0 -2
- package/dist/components/ra-lists/NotificationList/field/index.d.ts.map +0 -1
- package/src/components/Layout/Header/AppBarStyled.jsx +0 -32
- package/src/components/Notification.jsx +0 -13
- package/src/components/ra-buttons/index.jsx +0 -4
- package/src/components/ra-custom/index.tsx +0 -2
- package/src/components/ra-fields/DateField.jsx +0 -27
- package/src/components/ra-fields/EmailField.jsx +0 -27
- package/src/components/ra-fields/FunctionField.jsx +0 -9
- package/src/components/ra-fields/TextField.jsx +0 -27
- package/src/components/ra-fields/index.jsx +0 -30
- package/src/components/ra-forms/CardForm.jsx +0 -107
- package/src/components/ra-forms/index.jsx +0 -29
- package/src/components/ra-inputs/AutocompleteArrayInput.jsx +0 -35
- package/src/components/ra-inputs/DateInput.jsx +0 -30
- package/src/components/ra-inputs/ImageInput.jsx +0 -45
- package/src/components/ra-inputs/NumberInput.jsx +0 -28
- package/src/components/ra-inputs/ReferenceArrayInput.jsx +0 -23
- package/src/components/ra-inputs/ReferenceInput.jsx +0 -23
- package/src/components/ra-inputs/ReferenceManyInput.jsx +0 -33
- package/src/components/ra-inputs/SearchInput.jsx +0 -14
- package/src/components/ra-inputs/SelectArrayInput.jsx +0 -47
- package/src/components/ra-inputs/TimeInput.jsx +0 -46
- package/src/components/ra-inputs/index.jsx +0 -48
- package/src/components/ra-lists/NotificationList/button/index.jsx +0 -2
- package/src/components/ra-lists/NotificationList/field/index.jsx +0 -1
- package/src/components/ra-lists/NotificationList/index.jsx +0 -2
package/dist/Admin.d.ts
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AdminUIProps } from 'react-admin';
|
|
3
|
+
import { AdminContextProps } from './AdminContext';
|
|
4
|
+
export type AdminProps = AdminContextProps & AdminUIProps;
|
|
5
|
+
export declare function Admin(props: AdminProps): JSX.Element;
|
|
1
6
|
export default Admin;
|
|
2
|
-
declare function Admin(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace Admin {
|
|
4
|
-
namespace defaultProps {
|
|
5
|
-
const store: import("react-admin").Store;
|
|
6
|
-
const title: string;
|
|
7
|
-
}
|
|
8
|
-
const propTypes: any;
|
|
9
|
-
}
|
|
10
7
|
//# sourceMappingURL=Admin.d.ts.map
|
package/dist/Admin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Admin.d.ts","sourceRoot":"","sources":["../../src/Admin.
|
|
1
|
+
{"version":3,"file":"Admin.d.ts","sourceRoot":"","sources":["../../src/Admin.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAW,YAAY,EAAqB,MAAM,aAAa,CAAC;AACvE,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,MAAM,MAAM,UAAU,GAAG,iBAAiB,GAAG,YAAY,CAAC;AAE1D,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CAmDpD;AAED,eAAe,KAAK,CAAC"}
|
package/dist/AdminContext.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CoreAdminContextProps } from 'react-admin';
|
|
2
3
|
export type AdminContextProps = CoreAdminContextProps & {
|
|
3
4
|
theme?: any;
|
|
4
5
|
};
|
|
5
|
-
declare
|
|
6
|
-
({ children, theme, ...props }: AdminContextProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
6
|
+
export declare function AdminContext({ children, theme, ...props }: AdminContextProps): JSX.Element;
|
|
9
7
|
export default AdminContext;
|
|
10
8
|
//# sourceMappingURL=AdminContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminContext.d.ts","sourceRoot":"","sources":["../../src/AdminContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"AdminContext.d.ts","sourceRoot":"","sources":["../../src/AdminContext.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAoB,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAItE,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG;IACtD,KAAK,CAAC,EAAE,GAAG,CAAC;CACb,CAAC;AACF,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAW1F;AACD,eAAe,YAAY,CAAC"}
|
package/dist/ApplicaAdmin.d.ts
CHANGED
|
@@ -78,12 +78,13 @@ export type ApplicaAdminProps = AdminProps & {
|
|
|
78
78
|
error: React.Component;
|
|
79
79
|
/**
|
|
80
80
|
* Indicates the name of the REST resource to use for notification management.
|
|
81
|
+
* The REST resource must be compatible with standard CRUD operations.
|
|
81
82
|
* @default "entities/notification"
|
|
82
83
|
* @example
|
|
83
84
|
* // In this case, notifications will be managed through the "entities/notification" resource
|
|
84
|
-
* <ApplicaAdmin
|
|
85
|
+
* <ApplicaAdmin notificationAPI="entities/notification" />
|
|
85
86
|
*/
|
|
86
|
-
|
|
87
|
+
notificationAPI: string;
|
|
87
88
|
/**
|
|
88
89
|
* Indicates whether notifications should be disabled.
|
|
89
90
|
* If notifications are enabled, an icon will automatically appear in the top right of the header.
|
|
@@ -132,28 +133,7 @@ export type ApplicaAdminProps = AdminProps & {
|
|
|
132
133
|
};
|
|
133
134
|
/**
|
|
134
135
|
* Define a basic super cool application based on React Admin, Mantis Theme and our style.
|
|
135
|
-
*
|
|
136
|
-
* @author A-Team - The Applica Software Guru
|
|
137
|
-
* @param {ApplicaAdminProps}
|
|
138
|
-
* @returns {React.ReactElement}
|
|
139
136
|
*/
|
|
140
|
-
declare
|
|
141
|
-
({ theme, themeConfig, apiUrl, defaultLocale, development, logoMain, logoIcon, loginPage, menu, name, copy, version, dataProvider, authProvider, errorHandler, error, notification, enableNotification, enableRegistration, enablePasswordRecover, queryClient, background, enableThemeToggler, ...props }: ApplicaAdminProps): import("react/jsx-runtime").JSX.Element;
|
|
142
|
-
defaultProps: {
|
|
143
|
-
fileFields: never[];
|
|
144
|
-
defaultLocale: string;
|
|
145
|
-
development: boolean;
|
|
146
|
-
version: string;
|
|
147
|
-
notification: string;
|
|
148
|
-
enableNotification: boolean;
|
|
149
|
-
enableRegistration: boolean;
|
|
150
|
-
enableForgotPassword: boolean;
|
|
151
|
-
loginPage: import("react/jsx-runtime").JSX.Element;
|
|
152
|
-
queryClient: QueryClient;
|
|
153
|
-
enableThemeToggler: boolean;
|
|
154
|
-
store: import("react-admin").Store;
|
|
155
|
-
title: string;
|
|
156
|
-
};
|
|
157
|
-
};
|
|
137
|
+
export declare function ApplicaAdmin({ theme, themeConfig, apiUrl, defaultLocale, development, logoMain, logoIcon, loginPage, menu, name, copy, version, dataProvider, authProvider, errorHandler, error, enableNotification, enableRegistration, enablePasswordRecover, enableThemeToggler, queryClient, background, notificationAPI, ...props }: ApplicaAdminProps): JSX.Element;
|
|
158
138
|
export default ApplicaAdmin;
|
|
159
139
|
//# sourceMappingURL=ApplicaAdmin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicaAdmin.d.ts","sourceRoot":"","sources":["../../src/ApplicaAdmin.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"ApplicaAdmin.d.ts","sourceRoot":"","sources":["../../src/ApplicaAdmin.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,YAAY,EAAgB,MAAM,aAAa,CAAC;AACnF,OAAO,EAAyC,WAAW,EAAuB,MAAM,YAAY,CAAC;AAGrG,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAU7D,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG;IAC3C;;;;;;OAMG;IACH,KAAK,EAAE,GAAG,CAAC;IACX;;;OAGG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,GAAG,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;IAC3B;;OAEG;IACH,YAAY,EAAE,YAAY,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAC9C;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;;;;;;OAOG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;;;OAMG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;;OAUG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;;OAUG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,WAAW,EACX,MAAM,EACN,aAAoB,EACpB,WAAmB,EACnB,QAAQ,EACR,QAAQ,EACR,SAAuG,EACvG,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,OAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,KAAK,EACL,kBAA0B,EAC1B,kBAA0B,EAC1B,qBAA6B,EAC7B,kBAA0B,EAC1B,WAAgC,EAChC,UAAU,EACV,eAAyC,EACzC,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAmGjC;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Breadcrumbs;
|
|
2
2
|
declare function Breadcrumbs({ home, card, divider, icon, icons, maxItems, navigation, rightAlign, separator, title, titleBottom, sx, breadcrumbs, mode, ...others }: {
|
|
3
3
|
[x: string]: any;
|
|
4
|
-
home
|
|
4
|
+
home?: string | undefined;
|
|
5
5
|
card: any;
|
|
6
6
|
divider?: boolean | undefined;
|
|
7
7
|
icon: any;
|
|
@@ -14,12 +14,6 @@ declare function Breadcrumbs({ home, card, divider, icon, icons, maxItems, navig
|
|
|
14
14
|
titleBottom: any;
|
|
15
15
|
sx: any;
|
|
16
16
|
breadcrumbs: any;
|
|
17
|
-
mode
|
|
17
|
+
mode?: string | undefined;
|
|
18
18
|
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
declare namespace Breadcrumbs {
|
|
20
|
-
namespace defaultProps {
|
|
21
|
-
const home: string;
|
|
22
|
-
const mode: string;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
19
|
//# sourceMappingURL=Breadcrumbs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionsMenu.d.ts","sourceRoot":"","sources":["../../../src/components/ActionsMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAI/D,OAAO,SAAS,MAAM,YAAY,CAAC;AAuBnC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,WAAW;+BAAsC,gBAAgB,GAAG,MAAM,YAAY,GAAG,IAAI;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ActionsMenu.d.ts","sourceRoot":"","sources":["../../../src/components/ActionsMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAI/D,OAAO,SAAS,MAAM,YAAY,CAAC;AAuBnC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,QAAA,MAAM,WAAW;+BAAsC,gBAAgB,GAAG,MAAM,YAAY,GAAG,IAAI;;;;;;;;CA6ClG,CAAC;AAOF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthBackground.d.ts","sourceRoot":"","sources":["../../../src/components/AuthBackground.tsx"],"names":[],"mappings":"AAGA,
|
|
1
|
+
{"version":3,"file":"AuthBackground.d.ts","sourceRoot":"","sources":["../../../src/components/AuthBackground.tsx"],"names":[],"mappings":";AAGA,wBAAgB,cAAc,IAAI,GAAG,CAAC,OAAO,CA+F5C;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -3,6 +3,6 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
type IDrawerProps = React.PropsWithChildren<{
|
|
4
4
|
sx?: SxProps;
|
|
5
5
|
}>;
|
|
6
|
-
declare function Drawer(props: IDrawerProps):
|
|
7
|
-
export
|
|
6
|
+
export declare function Drawer(props: IDrawerProps): JSX.Element;
|
|
7
|
+
export default Drawer;
|
|
8
8
|
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/Drawer.tsx"],"names":[],"mappings":";AACA,OAAO,EAA4B,OAAO,EAAY,MAAM,eAAe,CAAC;AAO5E,KAAK,YAAY,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC1C,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC,CAAC;AAEH,
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/Drawer.tsx"],"names":[],"mappings":";AACA,OAAO,EAA4B,OAAO,EAAY,MAAM,eAAe,CAAC;AAO5E,KAAK,YAAY,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC1C,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC,CAAC;AAEH,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,GAAG,CAAC,OAAO,CA+CvD;AACD,eAAe,MAAM,CAAC"}
|
|
@@ -3,6 +3,6 @@ import { SxProps } from '@mui/material';
|
|
|
3
3
|
type IDrawerHeaderType = React.PropsWithChildren<{
|
|
4
4
|
sx?: SxProps;
|
|
5
5
|
}>;
|
|
6
|
-
declare function DrawerHeader(props: IDrawerHeaderType):
|
|
7
|
-
export
|
|
6
|
+
export declare function DrawerHeader(props: IDrawerHeaderType): JSX.Element;
|
|
7
|
+
export default DrawerHeader;
|
|
8
8
|
//# sourceMappingURL=DrawerHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/DrawerHeader.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAY,MAAM,eAAe,CAAC;AAMlD,KAAK,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC/C,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC,CAAC;AAEH,
|
|
1
|
+
{"version":3,"file":"DrawerHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/DrawerHeader.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAY,MAAM,eAAe,CAAC;AAMlD,KAAK,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC/C,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC,CAAC;AAEH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAkBlE;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export const DrawerHeaderStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
3
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
4
|
+
export default DrawerHeaderStyled;
|
|
4
5
|
//# sourceMappingURL=DrawerHeaderStyled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerHeaderStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/DrawerHeaderStyled.jsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DrawerHeaderStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Drawer/DrawerHeaderStyled.jsx"],"names":[],"mappings":"AAGA;;gKAMI"}
|
|
@@ -1,19 +1,8 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
2
1
|
type IFooterProps = {
|
|
3
2
|
name: string;
|
|
4
3
|
version: string;
|
|
5
4
|
copy?: string;
|
|
6
5
|
};
|
|
7
6
|
declare function Footer(props: IFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare namespace Footer {
|
|
9
|
-
var propTypes: {
|
|
10
|
-
name: PropTypes.Validator<string>;
|
|
11
|
-
version: PropTypes.Validator<string>;
|
|
12
|
-
copy: PropTypes.Requireable<string>;
|
|
13
|
-
};
|
|
14
|
-
var defaultProps: {
|
|
15
|
-
copy: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
7
|
export { Footer };
|
|
19
8
|
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Footer.tsx"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Footer.tsx"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,iBAAS,MAAM,CAAC,KAAK,EAAE,YAAY,2CASlC;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
declare const AppBarStyled: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const AppBarStyled: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
4
|
-
}, "children" | "style" | "classes" | "className" | "color" | "sx" | "
|
|
4
|
+
}, "children" | "style" | "classes" | "className" | "color" | "sx" | "variant" | "position" | "elevation" | "square" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
5
|
+
theme: any;
|
|
6
|
+
open: boolean;
|
|
7
|
+
}, {}, {}>;
|
|
8
|
+
export default AppBarStyled;
|
|
5
9
|
//# sourceMappingURL=AppBarStyled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppBarStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Header/AppBarStyled.
|
|
1
|
+
{"version":3,"file":"AppBarStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Header/AppBarStyled.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,YAAY;;;WACI,GAAG;UAAQ,OAAO;UAqB9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAoB,MAAM,kBAAkB,CAAC;AAQhE,KAAK,YAAY,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC,CAAC;AAEH,QAAA,MAAM,MAAM;UAPJ,MAAM;aACH,MAAM;;;wBAGK,OAAO;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAoB,MAAM,kBAAkB,CAAC;AAQhE,KAAK,YAAY,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;IACxC,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC,CAAC;AAEH,QAAA,MAAM,MAAM;UAPJ,MAAM;aACH,MAAM;;;wBAGK,OAAO;;;;;;;;2CAyC3B,CAAC;AAEH,YAAY,EAAE,YAAY,EAAE,CAAC;AAE7B,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
autoHideDuration: import("prop-types").Requireable<number>;
|
|
5
|
-
multiLine: import("prop-types").Requireable<boolean>;
|
|
6
|
-
}>, never> & Pick<import("react-admin").NotificationProps, "children" | "title" | "ref" | "slot" | "style" | "key" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "anchorOrigin" | "ClickAwayListenerProps" | "ContentProps" | "disableWindowBlurListener" | "message" | "onClose" | "resumeHideDuration" | "sx" | "TransitionComponent" | "transitionDuration" | "TransitionProps">, keyof import("react-admin").NotificationProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1
|
+
import { NotificationProps } from 'react-admin';
|
|
2
|
+
export declare function Notification(props: NotificationProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default Notification;
|
|
7
4
|
//# sourceMappingURL=Notification.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/components/Notification.
|
|
1
|
+
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/components/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAWhF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAEpD;AACD,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.jsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.jsx"],"names":[],"mappings":";;;;;;;;;;;qBAOqB,YAAY;wBANT,eAAe;qBAElB,YAAY;mBACd,UAAU;mBAFV,UAAU;iBAGZ,QAAQ;qBACJ,YAAY;sBAIX,aAAa;oBACf,WAAW;4BAHH,eAAe;yBAClB,gBAAgB;sBAGnB,aAAa"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { RedirectionSideEffect } from 'react-admin';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { SxProps } from '@mui/material/styles';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
4
|
export type CreateInDialogContentProps = {
|
|
6
5
|
onClose: () => void;
|
|
7
6
|
record?: any;
|
|
8
|
-
redirect: RedirectionSideEffect;
|
|
7
|
+
redirect: RedirectionSideEffect | boolean | undefined;
|
|
9
8
|
children: React.ReactElement;
|
|
10
9
|
onSubmit?: (record: any, close: () => void) => void;
|
|
11
10
|
onSuccess?: (data: any) => void;
|
|
@@ -26,37 +25,8 @@ export type CreateInDialogButtonProps = {
|
|
|
26
25
|
onError?: (error: any) => void;
|
|
27
26
|
};
|
|
28
27
|
/**
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* @param {CreateInDialogButtonProps}
|
|
32
|
-
* @returns {React.ReactElement}
|
|
28
|
+
* Allows you to handle the creation of a record, for a specific entity, or in completely custom mode, within a dialog.
|
|
33
29
|
*/
|
|
34
|
-
declare
|
|
35
|
-
({ fullWidth, maxWidth, label, record, redirect, scrollToTop, className, sx, onSubmit, onSuccess, onError, ...props }: CreateInDialogButtonProps): React.ReactElement;
|
|
36
|
-
defaultProps: {
|
|
37
|
-
fullWidth: boolean;
|
|
38
|
-
maxWidth: string;
|
|
39
|
-
label: string;
|
|
40
|
-
scrollToTop: boolean;
|
|
41
|
-
};
|
|
42
|
-
propTypes: {
|
|
43
|
-
redirect: PropTypes.Requireable<string | boolean>;
|
|
44
|
-
fullWidth: PropTypes.Requireable<boolean>;
|
|
45
|
-
maxWidth: PropTypes.Requireable<string | boolean>;
|
|
46
|
-
label: PropTypes.Requireable<string>;
|
|
47
|
-
record: PropTypes.Requireable<object>;
|
|
48
|
-
scrollToTop: PropTypes.Requireable<boolean>;
|
|
49
|
-
className: PropTypes.Requireable<string>;
|
|
50
|
-
sx: PropTypes.Requireable<object>;
|
|
51
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
52
|
-
onSubmit: PropTypes.Requireable<(...args: any[]) => any>;
|
|
53
|
-
onSuccess: PropTypes.Requireable<(...args: any[]) => any>;
|
|
54
|
-
onError: PropTypes.Requireable<(...args: any[]) => any>;
|
|
55
|
-
alignIcon: PropTypes.Requireable<string>;
|
|
56
|
-
color: PropTypes.Requireable<string>;
|
|
57
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
58
|
-
size: PropTypes.Requireable<string>;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
30
|
+
export declare function CreateInDialogButton({ fullWidth, maxWidth, label, record, redirect, scrollToTop, className, sx, onSubmit, onSuccess, onError, ...props }: CreateInDialogButtonProps): JSX.Element;
|
|
61
31
|
export default CreateInDialogButton;
|
|
62
32
|
//# sourceMappingURL=CreateInDialogButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateInDialogButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/CreateInDialogButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,qBAAqB,EAOtB,MAAM,aAAa,CAAC;AAErB,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,OAAO,EAAiB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateInDialogButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/CreateInDialogButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,qBAAqB,EAOtB,MAAM,aAAa,CAAC;AAErB,OAAO,KAAgC,MAAM,OAAO,CAAC;AACrD,OAAO,EAAE,OAAO,EAAiB,MAAM,sBAAsB,CAAC;AA0B9D,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,QAAQ,EAAE,qBAAqB,GAAG,OAAO,GAAG,SAAS,CAAC;IACtD,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACpD,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAChC,CAAC;AAqGF,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACpD,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,EACnC,SAAgB,EAChB,QAAe,EACf,KAA0B,EAC1B,MAAM,EACN,QAAQ,EACR,WAAkB,EAClB,SAAS,EACT,EAAE,EACF,QAAQ,EACR,SAAS,EACT,OAAO,EACP,GAAG,KAAK,EACT,EAAE,yBAAyB,GAAG,GAAG,CAAC,OAAO,CAoDzC;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Breakpoint } from '@mui/material';
|
|
3
|
+
export type EditInDialogButtonProps = {
|
|
4
|
+
fullWidth?: boolean;
|
|
5
|
+
maxWidth?: false | Breakpoint | undefined;
|
|
6
|
+
label?: string;
|
|
7
|
+
children: React.ReactElement;
|
|
8
|
+
};
|
|
9
|
+
export declare function EditInDialogButton({ fullWidth, maxWidth, label, ...props }: EditInDialogButtonProps): JSX.Element;
|
|
1
10
|
export default EditInDialogButton;
|
|
2
|
-
declare function EditInDialogButton({ fullWidth, maxWidth, label, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
fullWidth: any;
|
|
5
|
-
maxWidth: any;
|
|
6
|
-
label: any;
|
|
7
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare namespace EditInDialogButton {
|
|
9
|
-
namespace defaultProps {
|
|
10
|
-
const fullWidth: boolean;
|
|
11
|
-
const maxWidth: string;
|
|
12
|
-
const label: string;
|
|
13
|
-
}
|
|
14
|
-
namespace propTypes {
|
|
15
|
-
const fullWidth_1: PropTypes.Requireable<boolean>;
|
|
16
|
-
export { fullWidth_1 as fullWidth };
|
|
17
|
-
const maxWidth_1: PropTypes.Requireable<string | boolean>;
|
|
18
|
-
export { maxWidth_1 as maxWidth };
|
|
19
|
-
const label_1: PropTypes.Requireable<string>;
|
|
20
|
-
export { label_1 as label };
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
import PropTypes from 'prop-types';
|
|
24
11
|
//# sourceMappingURL=EditInDialogButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditInDialogButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/EditInDialogButton.
|
|
1
|
+
{"version":3,"file":"EditInDialogButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/EditInDialogButton.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAErD,OAAO,EAAE,UAAU,EAAU,MAAM,eAAe,CAAC;AAwDnD,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,GAAG,UAAU,GAAG,SAAS,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,SAAgB,EAChB,QAAe,EACf,KAAwB,EACxB,GAAG,KAAK,EACT,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CA4BvC;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type ImpersonateUserButtonProps = {
|
|
3
|
+
label?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare function ImpersonateUserButton({ label, ...props }: ImpersonateUserButtonProps): JSX.Element;
|
|
1
6
|
export default ImpersonateUserButton;
|
|
2
|
-
declare function ImpersonateUserButton({ label, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
label?: string | undefined;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare namespace ImpersonateUserButton {
|
|
7
|
-
namespace propTypes {
|
|
8
|
-
const label: PropTypes.Requireable<string>;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
import PropTypes from 'prop-types';
|
|
12
7
|
//# sourceMappingURL=ImpersonateUserButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImpersonateUserButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/ImpersonateUserButton.
|
|
1
|
+
{"version":3,"file":"ImpersonateUserButton.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/ImpersonateUserButton.tsx"],"names":[],"mappings":";AAIA,MAAM,MAAM,0BAA0B,GAAG;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,EAAE,KAAyB,EAAE,GAAG,KAAK,EAAE,EAAE,0BAA0B,GAAG,GAAG,CAAC,OAAO,CA6BtH;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export { CreateInDialogButton, EditInDialogButton, ImpersonateUserButton };
|
|
1
|
+
export * from './ImpersonateUserButton';
|
|
2
|
+
export * from './CreateInDialogButton';
|
|
3
|
+
export * from './EditInDialogButton';
|
|
5
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ButtonProps } from '@mui/material';
|
|
2
2
|
import { ElementType } from 'react';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
3
|
export type ListItemProps = {
|
|
5
4
|
source?: string;
|
|
6
5
|
label?: string;
|
|
@@ -22,24 +21,6 @@ export type ListItemProps = {
|
|
|
22
21
|
* @param {ListItemProps} props
|
|
23
22
|
* @returns {JSX.Element}
|
|
24
23
|
*/
|
|
25
|
-
declare
|
|
26
|
-
({ source, label, variant, record: providedRecord, spaceBottom, spaceTop, component, leftIcon, rightIcon, button, buttonProps, ...props }: ListItemProps): JSX.Element;
|
|
27
|
-
propTypes: {
|
|
28
|
-
source: PropTypes.Requireable<string>;
|
|
29
|
-
label: PropTypes.Requireable<string>;
|
|
30
|
-
record: PropTypes.Requireable<object>;
|
|
31
|
-
variant: PropTypes.Requireable<string>;
|
|
32
|
-
spaceTop: PropTypes.Requireable<boolean>;
|
|
33
|
-
spaceBottom: PropTypes.Requireable<boolean>;
|
|
34
|
-
leftIcon: PropTypes.Requireable<NonNullable<PropTypes.ReactElementLike | ((...args: any[]) => any) | PropTypes.ReactComponentLike | null | undefined>>;
|
|
35
|
-
rightIcon: PropTypes.Requireable<NonNullable<PropTypes.ReactElementLike | ((...args: any[]) => any) | PropTypes.ReactComponentLike | null | undefined>>;
|
|
36
|
-
component: PropTypes.Requireable<NonNullable<PropTypes.ReactElementLike | ((...args: any[]) => any) | PropTypes.ReactComponentLike | null | undefined>>;
|
|
37
|
-
buttonProps: PropTypes.Requireable<object>;
|
|
38
|
-
button: PropTypes.Requireable<string>;
|
|
39
|
-
};
|
|
40
|
-
defaultProps: {
|
|
41
|
-
variant: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
24
|
+
export declare function ListItem({ source, label, variant, record: providedRecord, spaceBottom, spaceTop, component, leftIcon, rightIcon, button, buttonProps, ...props }: ListItemProps): JSX.Element;
|
|
44
25
|
export default ListItem;
|
|
45
26
|
//# sourceMappingURL=ListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-custom/ListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAqB,MAAM,eAAe,CAAC;AAEvE,OAAc,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-custom/ListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAqB,MAAM,eAAe,CAAC;AAEvE,OAAc,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAI3C,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,OAAO,CAAC,EACJ,OAAO,GACP,OAAO,GACP,SAAS,GACT,QAAQ,GACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,SAAS,GACT,UAAU,GACV,WAAW,GACX,WAAW,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC5B,SAAS,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,CAAC;AAOF;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,EACvB,MAAM,EACN,KAAK,EACL,OAAiB,EACjB,MAAM,EAAE,cAAc,EACtB,WAAW,EACX,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,SAAS,EACT,MAAM,EACN,WAAW,EACX,GAAG,KAAK,EACT,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CAiD7B;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-custom/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-custom/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type ActionsFieldProps = {
|
|
3
|
+
canEdit?: boolean;
|
|
4
|
+
canDelete?: boolean;
|
|
5
|
+
canClone?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare function ActionsField({ canEdit, canDelete, canClone }: ActionsFieldProps): JSX.Element | null;
|
|
1
8
|
export default ActionsField;
|
|
2
|
-
declare function ActionsField({ canEdit, canDelete, canClone }: {
|
|
3
|
-
canEdit: any;
|
|
4
|
-
canDelete: any;
|
|
5
|
-
canClone: any;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element | null;
|
|
7
|
-
declare namespace ActionsField {
|
|
8
|
-
namespace defaultProps {
|
|
9
|
-
const canEdit: boolean;
|
|
10
|
-
const canDelete: boolean;
|
|
11
|
-
const canClone: boolean;
|
|
12
|
-
}
|
|
13
|
-
namespace propTypes {
|
|
14
|
-
const canEdit_1: PropTypes.Requireable<boolean>;
|
|
15
|
-
export { canEdit_1 as canEdit };
|
|
16
|
-
const canDelete_1: PropTypes.Requireable<boolean>;
|
|
17
|
-
export { canDelete_1 as canDelete };
|
|
18
|
-
const canClone_1: PropTypes.Requireable<boolean>;
|
|
19
|
-
export { canClone_1 as canClone };
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
import PropTypes from 'prop-types';
|
|
23
9
|
//# sourceMappingURL=ActionsField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionsField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/ActionsField.
|
|
1
|
+
{"version":3,"file":"ActionsField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/ActionsField.tsx"],"names":[],"mappings":";AAGA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAAE,OAAc,EAAE,SAAgB,EAAE,QAAgB,EAAE,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,GAAG,IAAI,CAY1H;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BaseAttachmentFieldProps } from './BaseAttachmentField';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
3
|
export type AttachmentFieldProps = BaseAttachmentFieldProps & {
|
|
4
4
|
title: string;
|
|
5
5
|
entityId?: string;
|
|
@@ -15,29 +15,6 @@ export type AttachmentFieldProps = BaseAttachmentFieldProps & {
|
|
|
15
15
|
*/
|
|
16
16
|
showUser?: boolean;
|
|
17
17
|
};
|
|
18
|
-
declare
|
|
19
|
-
({ entityId, property, disabled, showUser, userResource, ...props }: AttachmentFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
propTypes: {
|
|
21
|
-
source: PropTypes.Requireable<string>;
|
|
22
|
-
title: PropTypes.Requireable<string>;
|
|
23
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
24
|
-
src: PropTypes.Requireable<string>;
|
|
25
|
-
target: PropTypes.Requireable<string>; /**
|
|
26
|
-
* If true, the user data associated with the single attachment will be displayed.
|
|
27
|
-
*/
|
|
28
|
-
download: PropTypes.Requireable<NonNullable<string | boolean>>;
|
|
29
|
-
ping: PropTypes.Requireable<string>;
|
|
30
|
-
rel: PropTypes.Requireable<string>;
|
|
31
|
-
sortBy: PropTypes.Requireable<string>;
|
|
32
|
-
sortByOrder: PropTypes.Requireable<"ASC" | "DESC">;
|
|
33
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | PropTypes.ReactElementLike>>;
|
|
34
|
-
sortable: PropTypes.Requireable<boolean>;
|
|
35
|
-
className: PropTypes.Requireable<string>;
|
|
36
|
-
cellClassName: PropTypes.Requireable<string>;
|
|
37
|
-
headerClassName: PropTypes.Requireable<string>;
|
|
38
|
-
textAlign: PropTypes.Requireable<"center" | "inherit" | "left" | "right" | "justify">;
|
|
39
|
-
emptyText: PropTypes.Requireable<string>;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
18
|
+
export declare function AttachmentField({ entityId, property, disabled, showUser, userResource, ...props }: AttachmentFieldProps): JSX.Element;
|
|
42
19
|
export default AttachmentField;
|
|
43
20
|
//# sourceMappingURL=AttachmentField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachmentField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/AttachmentField.tsx"],"names":[],"mappings":"AAAA,OAA4B,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"AttachmentField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/AttachmentField.tsx"],"names":[],"mappings":";AAAA,OAA4B,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAQtF,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG;IAC5D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAgB,EAChB,YAA8B,EAC9B,GAAG,KAAK,EACT,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CA6DpC;AACD,eAAe,eAAe,CAAC"}
|