@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
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { FileInputProps as RaFileInputProps } from 'react-admin';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type FileInputProps = {
|
|
4
|
+
source: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
} & RaFileInputProps;
|
|
2
8
|
/**
|
|
3
9
|
* FileInput is designed to be used as single input. It does not support multiple files and
|
|
4
10
|
* can be used only for base64 encoded files using applica framework.
|
|
@@ -13,35 +19,6 @@ export default FileInput;
|
|
|
13
19
|
* in conjuction with Applica Framework backend API services.
|
|
14
20
|
*
|
|
15
21
|
*/
|
|
16
|
-
declare function FileInput({ children, title, ...props }:
|
|
17
|
-
|
|
18
|
-
children: any;
|
|
19
|
-
title: any;
|
|
20
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
declare namespace FileInput {
|
|
22
|
-
const propTypes: {
|
|
23
|
-
source: PropTypes.Requireable<string>;
|
|
24
|
-
title: PropTypes.Requireable<string>;
|
|
25
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
26
|
-
accept: PropTypes.Requireable<string>;
|
|
27
|
-
className: PropTypes.Requireable<string>;
|
|
28
|
-
id: PropTypes.Requireable<string>;
|
|
29
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
30
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | PropTypes.ReactElementLike>>;
|
|
31
|
-
labelMultiple: PropTypes.Requireable<string>;
|
|
32
|
-
labelSingle: PropTypes.Requireable<string>;
|
|
33
|
-
maxSize: PropTypes.Requireable<number>;
|
|
34
|
-
minSize: PropTypes.Requireable<number>;
|
|
35
|
-
multiple: PropTypes.Requireable<boolean>;
|
|
36
|
-
validateFileRemoval: PropTypes.Requireable<(...args: any[]) => any>;
|
|
37
|
-
options: PropTypes.Requireable<object>;
|
|
38
|
-
removeIcon: PropTypes.Requireable<PropTypes.ReactComponentLike>;
|
|
39
|
-
resource: PropTypes.Requireable<string>;
|
|
40
|
-
placeholder: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
41
|
-
};
|
|
42
|
-
namespace defaultProps {
|
|
43
|
-
const children: import("react/jsx-runtime").JSX.Element;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
import PropTypes from 'prop-types';
|
|
22
|
+
export declare function FileInput({ children, title, ...props }: FileInputProps): JSX.Element;
|
|
23
|
+
export default FileInput;
|
|
47
24
|
//# sourceMappingURL=FileInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/FileInput.
|
|
1
|
+
{"version":3,"file":"FileInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/FileInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA4B,cAAc,IAAI,gBAAgB,EAAoB,MAAM,aAAa,CAAC;AAK7G,OAAO,KAAkB,MAAM,OAAO,CAAC;AA0BvC,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,GAAG,gBAAgB,CAAC;AAErB;;;;;;;;;;;;;GAaG;AACH,wBAAgB,SAAS,CAAC,EAAE,QAA2C,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CA0CvH;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
+
import { ImageInputProps as RaImageInputProps } from 'react-admin';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type ImageInputProps = {
|
|
4
|
+
source: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
multiple?: boolean;
|
|
8
|
+
} & RaImageInputProps;
|
|
9
|
+
export declare function ImageInput({ children, title, multiple, ...props }: ImageInputProps): JSX.Element;
|
|
1
10
|
export default ImageInput;
|
|
2
|
-
declare function ImageInput({ children, title, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
children: any;
|
|
5
|
-
title: any;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare namespace ImageInput {
|
|
8
|
-
namespace defaultProps {
|
|
9
|
-
const children: import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
const multiple: boolean;
|
|
11
|
-
}
|
|
12
|
-
const propTypes: any;
|
|
13
|
-
}
|
|
14
11
|
//# sourceMappingURL=ImageInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ImageInput.
|
|
1
|
+
{"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ImageInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA8B,eAAe,IAAI,iBAAiB,EAA8B,MAAM,aAAa,CAAC;AAG3H,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,iBAAiB,CAAC;AAEtB,wBAAgB,UAAU,CAAC,EAAE,QAAyB,EAAE,KAAK,EAAE,QAAgB,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CA2BzH;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { SxProps } from '@mui/material';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
export type LabeledArrayInputProps = {
|
|
5
4
|
label?: string | boolean;
|
|
@@ -15,29 +14,8 @@ export type LabeledArrayInputProps = {
|
|
|
15
14
|
fullWidth?: boolean;
|
|
16
15
|
};
|
|
17
16
|
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @param {LabeledArrayInputProps}
|
|
21
|
-
* @returns {React.ReactElement}
|
|
17
|
+
* Allows you to display an array of inputs with a label and a helper text with the Mantis theme style.
|
|
22
18
|
*/
|
|
23
|
-
declare
|
|
24
|
-
({ label, children, display, helperText, sx, addLabel, divider, fullWidth, ...props }: LabeledArrayInputProps): React.ReactElement;
|
|
25
|
-
propTypes: {
|
|
26
|
-
sx: PropTypes.Requireable<object>;
|
|
27
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
28
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
29
|
-
addLabel: PropTypes.Requireable<boolean>;
|
|
30
|
-
resource: PropTypes.Requireable<string>;
|
|
31
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
32
|
-
source: PropTypes.Requireable<string>;
|
|
33
|
-
display: PropTypes.Requireable<string>;
|
|
34
|
-
helperText: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
35
|
-
divider: PropTypes.Requireable<boolean>;
|
|
36
|
-
};
|
|
37
|
-
defaultProps: {
|
|
38
|
-
display: string;
|
|
39
|
-
divider: boolean;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
19
|
+
export declare function LabeledArrayInput({ label, children, display, helperText, sx, addLabel, divider, fullWidth, ...props }: LabeledArrayInputProps): React.ReactElement;
|
|
42
20
|
export default LabeledArrayInput;
|
|
43
21
|
//# sourceMappingURL=LabeledArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledArrayInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LabeledArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledArrayInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqC,OAAO,EAAE,MAAM,eAAe,CAAC;AAI3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,KAAK,EACL,QAAQ,EACR,OAAiB,EACjB,UAAU,EACV,EAAE,EACF,QAAQ,EACR,OAAe,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,sBAAsB,GAAG,KAAK,CAAC,YAAY,CA4D7C;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { InputProps } from 'react-admin';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
export type LabeledInputProps = InputProps & {
|
|
5
4
|
sx?: any;
|
|
@@ -13,24 +12,6 @@ export type LabeledInputProps = InputProps & {
|
|
|
13
12
|
helperText?: string | boolean;
|
|
14
13
|
divider?: boolean;
|
|
15
14
|
};
|
|
16
|
-
declare
|
|
17
|
-
({ label, children, display, helperText, sx, addLabel, divider, ...props }: LabeledInputProps): JSX.Element;
|
|
18
|
-
propTypes: {
|
|
19
|
-
sx: PropTypes.Requireable<object>;
|
|
20
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
21
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
22
|
-
addLabel: PropTypes.Requireable<boolean>;
|
|
23
|
-
resource: PropTypes.Requireable<string>;
|
|
24
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
25
|
-
source: PropTypes.Requireable<string>;
|
|
26
|
-
display: PropTypes.Requireable<string>;
|
|
27
|
-
helperText: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
28
|
-
divider: PropTypes.Requireable<boolean>;
|
|
29
|
-
};
|
|
30
|
-
defaultProps: {
|
|
31
|
-
display: string;
|
|
32
|
-
divider: boolean;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
15
|
+
export declare function LabeledInput({ label, children, display, helperText, sx, addLabel, divider, ...props }: LabeledInputProps): JSX.Element;
|
|
35
16
|
export default LabeledInput;
|
|
36
17
|
//# sourceMappingURL=LabeledInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,UAAU,EAAY,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,UAAU,EAAY,MAAM,aAAa,CAAC;AAI/D,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG;IAC3C,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,OAAiB,EACjB,UAAU,EACV,EAAE,EACF,QAAQ,EACR,OAAe,EACf,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CA+DjC;AACD,eAAe,YAAY,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextInputProps } from 'ra-ui-materialui';
|
|
2
2
|
import { LabeledInputProps } from './LabeledInput';
|
|
3
|
-
type ILocalizedTextInputProps = TextInputProps & LabeledInputProps;
|
|
4
|
-
declare function LocalizedTextInput(props: ILocalizedTextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export type ILocalizedTextInputProps = TextInputProps & LabeledInputProps;
|
|
4
|
+
export declare function LocalizedTextInput(props: ILocalizedTextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export default LocalizedTextInput;
|
|
6
6
|
//# sourceMappingURL=LocalizedTextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LocalizedTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LocalizedTextInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"LocalizedTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LocalizedTextInput.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAMjE,MAAM,MAAM,wBAAwB,GAAG,cAAc,GAAG,iBAAiB,CAAC;AAE1E,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,wBAAwB,2CA2DjE;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { NumberInputProps } from 'react-admin';
|
|
3
|
+
export declare function NumberInput(props: NumberInputProps): JSX.Element;
|
|
1
4
|
export default NumberInput;
|
|
2
|
-
declare function NumberInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace NumberInput {
|
|
4
|
-
const propTypes: {
|
|
5
|
-
sx: import("prop-types").Requireable<object>;
|
|
6
|
-
children: import("prop-types").Requireable<import("prop-types").ReactElementLike>;
|
|
7
|
-
label: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
8
|
-
addLabel: import("prop-types").Requireable<boolean>;
|
|
9
|
-
resource: import("prop-types").Requireable<string>;
|
|
10
|
-
isRequired: import("prop-types").Requireable<boolean>;
|
|
11
|
-
source: import("prop-types").Requireable<string>;
|
|
12
|
-
display: import("prop-types").Requireable<string>;
|
|
13
|
-
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
14
|
-
divider: import("prop-types").Requireable<boolean>;
|
|
15
|
-
step: import("prop-types").Requireable<NonNullable<string | number>>;
|
|
16
|
-
};
|
|
17
|
-
const defaultProps: {
|
|
18
|
-
display: string;
|
|
19
|
-
divider: boolean;
|
|
20
|
-
step: string;
|
|
21
|
-
textAlign: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
5
|
//# sourceMappingURL=NumberInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/NumberInput.
|
|
1
|
+
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/NumberInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAgC,MAAM,aAAa,CAAC;AAa7E,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAQhE;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type RecordInputProps = {
|
|
3
|
+
source: string;
|
|
4
|
+
minWidth?: number;
|
|
5
|
+
children?: React.ReactElement;
|
|
6
|
+
};
|
|
7
|
+
export declare function RecordInput({ source, minWidth, children }: RecordInputProps): JSX.Element;
|
|
1
8
|
export default RecordInput;
|
|
2
|
-
declare function RecordInput({ source, minWidth, children }: {
|
|
3
|
-
source: any;
|
|
4
|
-
minWidth?: number | undefined;
|
|
5
|
-
children: any;
|
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare namespace RecordInput {
|
|
8
|
-
namespace propTypes {
|
|
9
|
-
const source: PropTypes.Validator<string>;
|
|
10
|
-
const minWidth: PropTypes.Requireable<number>;
|
|
11
|
-
const children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
import PropTypes from 'prop-types';
|
|
15
9
|
//# sourceMappingURL=RecordInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecordInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/RecordInput.
|
|
1
|
+
{"version":3,"file":"RecordInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/RecordInput.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC/B,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,MAAM,EAAE,QAAc,EAAE,QAAQ,EAAE,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CA0F/F;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,24 +1,8 @@
|
|
|
1
|
+
import { ReferenceArrayInputProps as RaReferenceArrayInputProps } from 'react-admin';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type ReferenceArrayInputProps = {
|
|
4
|
+
children: React.ReactElement;
|
|
5
|
+
} & RaReferenceArrayInputProps;
|
|
6
|
+
export declare function ReferenceArrayInput({ children, ...props }: ReferenceArrayInputProps): JSX.Element;
|
|
1
7
|
export default ReferenceArrayInput;
|
|
2
|
-
declare function ReferenceArrayInput({ children, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
children: any;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare namespace ReferenceArrayInput {
|
|
7
|
-
const propTypes: {
|
|
8
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
9
|
-
filter: PropTypes.Requireable<object>;
|
|
10
|
-
label: PropTypes.Requireable<string>;
|
|
11
|
-
page: PropTypes.Requireable<number>;
|
|
12
|
-
perPage: PropTypes.Requireable<number>;
|
|
13
|
-
reference: PropTypes.Validator<string>;
|
|
14
|
-
resource: PropTypes.Requireable<string>;
|
|
15
|
-
sort: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
|
-
field: PropTypes.Requireable<string>;
|
|
17
|
-
order: PropTypes.Requireable<string>;
|
|
18
|
-
}>>;
|
|
19
|
-
source: PropTypes.Requireable<string>;
|
|
20
|
-
};
|
|
21
|
-
const defaultProps: any;
|
|
22
|
-
}
|
|
23
|
-
import PropTypes from 'prop-types';
|
|
24
8
|
//# sourceMappingURL=ReferenceArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceArrayInput.
|
|
1
|
+
{"version":3,"file":"ReferenceArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceArrayInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,wBAAwB,IAAI,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACnI,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B,GAAG,0BAA0B,CAAC;AAE/B,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,wBAAwB,GAAG,GAAG,CAAC,OAAO,CASjG;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,25 +1,8 @@
|
|
|
1
|
+
import { ReferenceInputProps as RaReferenceInputProps } from 'react-admin';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export type ReferenceInputProps = {
|
|
4
|
+
children: React.ReactElement;
|
|
5
|
+
} & RaReferenceInputProps;
|
|
6
|
+
export declare function ReferenceInput({ children, ...props }: ReferenceInputProps): JSX.Element;
|
|
1
7
|
export default ReferenceInput;
|
|
2
|
-
declare function ReferenceInput({ children, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
children: any;
|
|
5
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare namespace ReferenceInput {
|
|
7
|
-
const propTypes: {
|
|
8
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
9
|
-
filter: PropTypes.Requireable<object>;
|
|
10
|
-
label: PropTypes.Requireable<string>;
|
|
11
|
-
page: PropTypes.Requireable<number>;
|
|
12
|
-
perPage: PropTypes.Requireable<number>;
|
|
13
|
-
record: PropTypes.Requireable<object>;
|
|
14
|
-
reference: PropTypes.Validator<string>;
|
|
15
|
-
resource: PropTypes.Requireable<string>;
|
|
16
|
-
sort: PropTypes.Requireable<PropTypes.InferProps<{
|
|
17
|
-
field: PropTypes.Requireable<string>;
|
|
18
|
-
order: PropTypes.Requireable<string>;
|
|
19
|
-
}>>;
|
|
20
|
-
source: PropTypes.Requireable<string>;
|
|
21
|
-
};
|
|
22
|
-
const defaultProps: any;
|
|
23
|
-
}
|
|
24
|
-
import PropTypes from 'prop-types';
|
|
25
8
|
//# sourceMappingURL=ReferenceInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceInput.
|
|
1
|
+
{"version":3,"file":"ReferenceInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsC,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC/G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B,GAAG,qBAAqB,CAAC;AAE1B,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CASvF;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ReferenceManyFieldProps } from '../ra-fields';
|
|
3
|
+
export type ReferenceManyInputProps = {
|
|
4
|
+
reference: string;
|
|
5
|
+
target: string;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
filters?: ReactElement;
|
|
8
|
+
actions?: ReactElement;
|
|
9
|
+
} & ReferenceManyFieldProps;
|
|
10
|
+
export declare function ReferenceManyInput({ reference, target, children, filters, actions, ...props }: ReferenceManyInputProps): JSX.Element;
|
|
1
11
|
export default ReferenceManyInput;
|
|
2
|
-
declare function ReferenceManyInput({ reference, target, children, filters, actions, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
reference: any;
|
|
5
|
-
target: any;
|
|
6
|
-
children: any;
|
|
7
|
-
filters: any;
|
|
8
|
-
actions: any;
|
|
9
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
declare namespace ReferenceManyInput {
|
|
11
|
-
const propTypes: any;
|
|
12
|
-
const defaultProps: any;
|
|
13
|
-
}
|
|
14
12
|
//# sourceMappingURL=ReferenceManyInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceManyInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceManyInput.
|
|
1
|
+
{"version":3,"file":"ReferenceManyInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceManyInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAsB,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAE3E,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB,GAAG,uBAAuB,CAAC;AAE5B,wBAAgB,kBAAkB,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CAWpI;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SearchInputProps } from 'react-admin';
|
|
3
|
+
export declare function SearchInput(props: SearchInputProps): JSX.Element;
|
|
1
4
|
export default SearchInput;
|
|
2
|
-
declare function SearchInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
5
|
//# sourceMappingURL=SearchInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SearchInput.
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SearchInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgC,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAQ7E,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAEhE;AACD,eAAe,WAAW,CAAC"}
|
|
@@ -1,28 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SelectArrayInputProps } from 'react-admin';
|
|
3
|
+
export declare function SelectArrayInput({ optionText, optionValue, ...props }: SelectArrayInputProps): JSX.Element;
|
|
1
4
|
export default SelectArrayInput;
|
|
2
|
-
declare function SelectArrayInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace SelectArrayInput {
|
|
4
|
-
namespace defaultProps {
|
|
5
|
-
const optionText: string;
|
|
6
|
-
const optionValue: string;
|
|
7
|
-
}
|
|
8
|
-
const propTypes: {
|
|
9
|
-
sx: import("prop-types").Requireable<object>;
|
|
10
|
-
children: import("prop-types").Requireable<import("prop-types").ReactElementLike>;
|
|
11
|
-
label: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
12
|
-
addLabel: import("prop-types").Requireable<boolean>;
|
|
13
|
-
resource: import("prop-types").Requireable<string>;
|
|
14
|
-
isRequired: import("prop-types").Requireable<boolean>;
|
|
15
|
-
source: import("prop-types").Requireable<string>;
|
|
16
|
-
display: import("prop-types").Requireable<string>;
|
|
17
|
-
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
18
|
-
divider: import("prop-types").Requireable<boolean>;
|
|
19
|
-
choices: import("prop-types").Requireable<object[]>;
|
|
20
|
-
className: import("prop-types").Requireable<string>;
|
|
21
|
-
options: import("prop-types").Requireable<object>;
|
|
22
|
-
optionText: import("prop-types").Requireable<NonNullable<string | import("prop-types").ReactElementLike | ((...args: any[]) => any)>>;
|
|
23
|
-
optionValue: import("prop-types").Requireable<string>;
|
|
24
|
-
disableValue: import("prop-types").Requireable<string>;
|
|
25
|
-
translateChoice: import("prop-types").Requireable<boolean>;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
5
|
//# sourceMappingURL=SelectArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectArrayInput.
|
|
1
|
+
{"version":3,"file":"SelectArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectArrayInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA0C,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAiB5F,wBAAgB,gBAAgB,CAAC,EAAE,UAAmB,EAAE,WAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,qBAAqB,GAAG,GAAG,CAAC,OAAO,CAa1H;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { SelectInputProps as RaSelectInputProps } from 'react-admin';
|
|
3
|
+
import { LabeledInputProps } from './LabeledInput';
|
|
3
4
|
export type SelectInputProps = LabeledInputProps & RaSelectInputProps;
|
|
4
|
-
declare
|
|
5
|
+
export declare function SelectInput(props: SelectInputProps): JSX.Element;
|
|
5
6
|
export default SelectInput;
|
|
6
7
|
//# sourceMappingURL=SelectInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectInput.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SelectInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAgC,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEnG,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAUjE,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;AACtE,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAMhE;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,28 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TextInputProps } from 'react-admin';
|
|
3
|
+
export type SmartTextInputProps = {
|
|
4
|
+
maxLength?: number;
|
|
5
|
+
} & TextInputProps;
|
|
6
|
+
export declare function SmartTextInput({ multiline, ...props }: SmartTextInputProps): JSX.Element;
|
|
1
7
|
export default SmartTextInput;
|
|
2
|
-
declare function SmartTextInput({ ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare namespace SmartTextInput {
|
|
6
|
-
const displayName: string;
|
|
7
|
-
namespace defaultProps {
|
|
8
|
-
const multiline: boolean;
|
|
9
|
-
}
|
|
10
|
-
const propTypes: {
|
|
11
|
-
maxLength: PropTypes.Requireable<number>;
|
|
12
|
-
multiline: PropTypes.Requireable<boolean>;
|
|
13
|
-
rows: PropTypes.Requireable<number>;
|
|
14
|
-
sx: PropTypes.Requireable<object>;
|
|
15
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
16
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
17
|
-
addLabel: PropTypes.Requireable<boolean>;
|
|
18
|
-
resource: PropTypes.Requireable<string>;
|
|
19
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
20
|
-
source: PropTypes.Requireable<string>;
|
|
21
|
-
display: PropTypes.Requireable<string>;
|
|
22
|
-
helperText: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
23
|
-
divider: PropTypes.Requireable<boolean>;
|
|
24
|
-
className: PropTypes.Requireable<string>;
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
import PropTypes from 'prop-types';
|
|
28
8
|
//# sourceMappingURL=SmartTextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SmartTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SmartTextInput.
|
|
1
|
+
{"version":3,"file":"SmartTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SmartTextInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAiD,MAAM,aAAa,CAAC;AAI5F,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC;AAEnB,wBAAgB,cAAc,CAAC,EAAE,SAAiB,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAoChG;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,19 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TextInputProps } from 'react-admin';
|
|
2
|
-
declare
|
|
3
|
-
(props: TextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
propTypes: {
|
|
5
|
-
sx: import("prop-types").Requireable<object>;
|
|
6
|
-
children: import("prop-types").Requireable<import("prop-types").ReactElementLike>;
|
|
7
|
-
label: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
8
|
-
addLabel: import("prop-types").Requireable<boolean>;
|
|
9
|
-
resource: import("prop-types").Requireable<string>;
|
|
10
|
-
isRequired: import("prop-types").Requireable<boolean>;
|
|
11
|
-
source: import("prop-types").Requireable<string>;
|
|
12
|
-
display: import("prop-types").Requireable<string>;
|
|
13
|
-
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
14
|
-
divider: import("prop-types").Requireable<boolean>;
|
|
15
|
-
className: import("prop-types").Requireable<string>;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
3
|
+
export declare function TextInput(props: TextInputProps): JSX.Element;
|
|
18
4
|
export default TextInput;
|
|
19
5
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/TextInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA4B,cAAc,EAAE,MAAM,aAAa,CAAC;AAGvE,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CAQ5D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TimeInputProps } from 'react-admin';
|
|
3
|
+
export declare function TimeInput({ parse, format, ...props }: TimeInputProps): JSX.Element;
|
|
1
4
|
export default TimeInput;
|
|
2
|
-
declare function TimeInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace TimeInput {
|
|
4
|
-
const defaultProps: any;
|
|
5
|
-
const propTypes: {
|
|
6
|
-
sx: import("prop-types").Requireable<object>;
|
|
7
|
-
children: import("prop-types").Requireable<import("prop-types").ReactElementLike>;
|
|
8
|
-
label: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
9
|
-
addLabel: import("prop-types").Requireable<boolean>;
|
|
10
|
-
resource: import("prop-types").Requireable<string>;
|
|
11
|
-
isRequired: import("prop-types").Requireable<boolean>;
|
|
12
|
-
source: import("prop-types").Requireable<string>;
|
|
13
|
-
display: import("prop-types").Requireable<string>;
|
|
14
|
-
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
15
|
-
divider: import("prop-types").Requireable<boolean>;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
5
|
//# sourceMappingURL=TimeInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/TimeInput.
|
|
1
|
+
{"version":3,"file":"TimeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/TimeInput.tsx"],"names":[],"mappings":";AAEA,OAAO,EAA4B,cAAc,EAAE,MAAM,aAAa,CAAC;AA0BvE,wBAAgB,SAAS,CAAC,EAAE,KAAqB,EAAE,MAAyB,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CAQrH;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export { ArrayInput, AttachmentInput, AutocompleteArrayInput, AutocompleteInput, BooleanInput, DateInput, DateTimeInput, FileInput, ImageInput, LabeledArrayInput, LabeledInput, LocalizedTextInput, NumberInput, RecordInput, ReferenceArrayInput, ReferenceInput, ReferenceManyInput, SearchInput, SelectArrayInput, SelectInput, SmartTextInput, TextInput, TimeInput };
|
|
1
|
+
export * from './ArrayInput';
|
|
2
|
+
export * from './AttachmentInput';
|
|
3
|
+
export * from './AutocompleteArrayInput';
|
|
4
|
+
export * from './AutocompleteInput';
|
|
5
|
+
export * from './BooleanInput';
|
|
6
|
+
export * from './DateInput';
|
|
7
|
+
export * from './DateTimeInput';
|
|
8
|
+
export * from './FileInput';
|
|
9
|
+
export * from './ImageInput';
|
|
10
|
+
export * from './LabeledArrayInput';
|
|
11
|
+
export * from './LabeledInput';
|
|
12
|
+
export * from './LocalizedTextInput';
|
|
13
|
+
export * from './NumberInput';
|
|
14
|
+
export * from './RecordInput';
|
|
15
|
+
export * from './ReferenceArrayInput';
|
|
16
|
+
export * from './ReferenceInput';
|
|
17
|
+
export * from './ReferenceManyInput';
|
|
18
|
+
export * from './SearchInput';
|
|
19
|
+
export * from './SelectArrayInput';
|
|
20
|
+
export * from './SelectInput';
|
|
21
|
+
export * from './SmartTextInput';
|
|
22
|
+
export * from './TextInput';
|
|
23
|
+
export * from './TimeInput';
|
|
25
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
import { Identifier } from 'ra-core';
|
|
4
|
-
declare
|
|
5
|
-
(props: BulkActionsToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
propTypes: {
|
|
7
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
8
|
-
label: PropTypes.Requireable<string>;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
3
|
+
export declare function BulkActionsToolbar(props: BulkActionsToolbarProps): JSX.Element;
|
|
11
4
|
export interface BulkActionsToolbarProps {
|
|
12
5
|
children?: ReactNode;
|
|
13
6
|
label?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BulkActionsToolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-lists/BulkActionsToolbar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BulkActionsToolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-lists/BulkActionsToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAA6C,MAAM,OAAO,CAAC;AAGvF,OAAO,EAAuD,UAAU,EAAE,MAAM,SAAS,CAAC;AAO1F,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CAmD9E;AACD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAID,eAAO,MAAM,yBAAyB;;;;;;;CAOrC,CAAC;AAqDF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const BulkFloatingActionsToolbar: {
|
|
4
|
-
(props: BulkFloatingActionsToolbarProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
propTypes: {
|
|
6
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
2
|
+
export declare function BulkFloatingActionsToolbar(props: BulkFloatingActionsToolbarProps): JSX.Element;
|
|
9
3
|
export interface BulkFloatingActionsToolbarProps {
|
|
10
4
|
children?: React.ReactNode | React.ReactNode[];
|
|
11
5
|
}
|