@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Form.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,cAAc,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Form.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,cAAc,EAAE,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACtC,OAAO,EAAE,cAAc,EAAY,MAAM,YAAY,CAAC;AAKtD,KAAK,UAAU,GAAG,cAAc,GAC9B,cAAc,GAAG;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,WAAW,CAAC;IAC7B,kBAAkB,EAAE,WAAW,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEJ,iBAAS,IAAI,CAAC,KAAK,EAAE,UAAU,2CAkB9B;AAED,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/NavMenu.tsx"],"names":[],"mappings":";AAEA,OAAO,EAKL,aAAa,EAMd,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"NavMenu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/NavMenu.tsx"],"names":[],"mappings":";AAEA,OAAO,EAKL,aAAa,EAMd,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOhC,KAAK,qBAAqB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACnD,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,CAAC;CACnD,CAAC,CAAC;AACH,KAAK,iBAAiB,GAAG,KAAK,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAEvE,iBAAS,OAAO,4CAuBf;AAED,iBAAS,WAAW,CAAC,KAAK,EAAE,iBAAiB,2CA4D5C;AAED,iBAAS,cAAc,CACrB,IAAI,EAAE,iBAAiB,GACtB,KAAK,GAAG;IAAE,QAAQ,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAoCvI;AAED,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Provider.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Provider.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAYhC,KAAK,cAAc,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC5C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,CAAC;AAyFH,iBAAS,QAAQ,CAAC,KAAK,EAAE,cAAc,2CAsEtC;AAsBD,iBAAS,eAAe,IAAI,MAAM,GAAG,SAAS,CAG7C;AAED,iBAAS,aAAa,IAAI,MAAM,GAAG,SAAS,CAG3C;AAED,iBAAS,QAAQ,IAAI,KAAK,CAAC,KAAK,CAAC,CAGhC;AAED,iBAAS,mBAAmB,IAAI,OAAO,CAGtC;AAED,iBAAS,aAAa,IAAI,OAAO,CAGhC;AAED,iBAAS,gBAAgB,IAAI,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAaxD;AAED,iBAAS,UAAU,IAAI,CAAC,IAAI,EAAE,KAAK,KAAK,IAAI,CAa3C;AAED,iBAAS,aAAa,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,KAAK,IAAI,CAavD;AAED,OAAO,EACL,QAAQ,EACR,QAAQ,EACR,mBAAmB,EACnB,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,aAAa,EACd,CAAC;AACF,YAAY,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Sidebar.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Sidebar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAa,SAAS,EAAS,MAAM,eAAe,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,aAAK,sBAAsB;IACzB,GAAG,QAAQ;IACX,MAAM,WAAW;CAClB;AAED,KAAK,aAAa,GAAG;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,GAAG,SAAS,CAAC;AAEd,KAAK,oBAAoB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAClD,QAAQ,EAAE,sBAAsB,CAAC;CAClC,CAAC,CAAC;AAEH,iBAAS,OAAO,CAAC,KAAK,EAAE,aAAa,2CAcpC;AAED,iBAAS,cAAc,CAAC,KAAK,EAAE,oBAAoB,2CAElD;AAED,KAAK,gBAAgB,GAAG;IACtB,GAAG,EAAE,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IAC5B,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;CAChC,CAAC;AAEF,iBAAS,kBAAkB,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,gBAAgB,CAuB5E;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Optional } from 'src/types';
|
|
3
1
|
import { IItem } from './types';
|
|
2
|
+
import { Optional } from 'src/types';
|
|
3
|
+
import React from 'react';
|
|
4
4
|
type IBaseItemProps = React.PropsWithChildren<Optional<IItem, 'id' | 'index'> & {
|
|
5
5
|
sources: Array<string>;
|
|
6
6
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Tab.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/Tab.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAIrC,OAAO,KAA8F,MAAM,OAAO,CAAC;AAEnH,KAAK,cAAc,GAAG,KAAK,CAAC,iBAAiB,CAAC,QAAQ,CAAC,KAAK,EAAE,IAAI,GAAG,OAAO,CAAC,GAAG;IAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC,CAAC;AAC5G,KAAK,SAAS,GAAG,cAAc,CAAC;AAChC,KAAK,WAAW,GAAG,cAAc,CAAC;AA+DlC,iBAAS,KAAK,CAAC,KAAK,EAAE,WAAW,2CAWhC;AAED,iBAAS,GAAG,CAAC,KAAK,EAAE,SAAS,2CAE5B;AAED,iBAAS,mBAAmB,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,GAAG,KAAK,CAAC,KAAK,CAAC,wBAAwB,CAAC,cAAc,CAAC,CAAC,CAYlH;AAED,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/hooks.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/hooks.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAKhC,iBAAS,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAOxC;AAED,iBAAS,WAAW,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,CAK9C;AAED,iBAAS,eAAe,IAAI,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAY/C;AAED,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Form } from './Form';
|
|
2
1
|
import { BaseForm } from './BaseForm';
|
|
3
2
|
import { Content } from './Content';
|
|
3
|
+
import { Form } from './Form';
|
|
4
|
+
import { NavMenu, NavMenuItem, useNavMenuItem } from './NavMenu';
|
|
4
5
|
import { Provider, useActiveItem, useItems, useSyncWithLocation, useErrorCount, useSetActiveItem, useAddItem, useRemoveItem, useFormRootPath } from './Provider';
|
|
5
6
|
import { Sidebar, SidebarSection, SidebarSectionPosition, useSidebarChildren } from './Sidebar';
|
|
6
|
-
import { NavMenu, NavMenuItem, useNavMenuItem } from './NavMenu';
|
|
7
7
|
import { Tab, Group, useBaseItemChildren } from './Tab';
|
|
8
8
|
type IForm = typeof Form & {
|
|
9
9
|
BaseForm: typeof BaseForm;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,mBAAmB,EAAE,aAAa,EAAE,gBAAgB,EAAE,UAAU,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AACjK,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAChG,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAExD,KAAK,KAAK,GAAG,OAAO,IAAI,GAAG;IACzB,QAAQ,EAAE,OAAO,QAAQ,CAAC;IAC1B,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,QAAQ,CAAC;IAC1B,QAAQ,EAAE,OAAO,QAAQ,CAAC;IAC1B,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;IAChD,aAAa,EAAE,OAAO,aAAa,CAAC;IACpC,eAAe,EAAE,OAAO,eAAe,CAAC;IACxC,aAAa,EAAE,OAAO,aAAa,CAAC;IACpC,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;IAC1C,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,aAAa,EAAE,OAAO,aAAa,CAAC;IACpC,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,cAAc,CAAC;IACtC,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;IACtD,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;IAC9C,OAAO,EAAE,OAAO,OAAO,CAAC;IACxB,WAAW,EAAE,OAAO,WAAW,CAAC;IAChC,cAAc,EAAE,OAAO,cAAc,CAAC;IACtC,GAAG,EAAE,OAAO,GAAG,CAAC;IAChB,KAAK,EAAE,OAAO,KAAK,CAAC;IACpB,mBAAmB,EAAE,OAAO,mBAAmB,CAAC;CACjD,CAAC;AAEF,QAAA,MAAM,WAAW,OAAgB,CAAC;AAuBlC,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IItem } from './types';
|
|
2
|
-
import { Optional } from '
|
|
2
|
+
import { Optional } from '../../../types';
|
|
3
3
|
declare function getId(data: Optional<Pick<IItem, 'id' | 'label'>, 'id'>): string;
|
|
4
4
|
declare function isChild(parentId: string, childId: string): boolean;
|
|
5
5
|
declare function getItemsIds(items: Array<IItem>): Array<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/LongForm/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,iBAAS,KAAK,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,OAAO,CAAC,EAAE,IAAI,CAAC,GAAG,MAAM,CAExE;AAED,iBAAS,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAI3D;AAED,iBAAS,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAEvD;AAED,iBAAS,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAGpC;AAED,iBAAS,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,WAQ/D;AAED,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1,13 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
className: import("prop-types").Requireable<string>;
|
|
5
|
-
disableAuthentication: import("prop-types").Requireable<boolean>;
|
|
6
|
-
emptyWhileLoading: import("prop-types").Requireable<boolean>;
|
|
7
|
-
component: import("prop-types").Requireable<import("prop-types").ReactComponentLike>;
|
|
8
|
-
resource: import("prop-types").Requireable<string>;
|
|
9
|
-
title: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
10
|
-
sx: import("prop-types").Requireable<any>;
|
|
11
|
-
}>, never> & Pick<import("react-admin").ShowProps<import("react-admin").RaRecord<import("react-admin").Identifier>>, "aside" | "id" | "queryOptions">, keyof import("react-admin").ShowProps<import("react-admin").RaRecord<import("react-admin").Identifier>>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
12
|
-
export default StyledShow;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare function Show(): JSX.Element;
|
|
3
|
+
export default Show;
|
|
13
4
|
//# sourceMappingURL=Show.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/Show.tsx"],"names":[],"mappings":"AAGA,
|
|
1
|
+
{"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/Show.tsx"],"names":[],"mappings":";AAGA,wBAAgB,IAAI,IAAI,GAAG,CAAC,OAAO,CAmBlC;AACD,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SimpleFormProps as RaSimpleFormProps } from 'react-admin';
|
|
3
|
-
import PropTypes from 'prop-types';
|
|
4
3
|
export type SimpleFormProps = RaSimpleFormProps & {
|
|
5
4
|
modal?: boolean;
|
|
6
5
|
content?: boolean;
|
|
@@ -8,33 +7,5 @@ export type SimpleFormProps = RaSimpleFormProps & {
|
|
|
8
7
|
title?: string | React.ReactNode;
|
|
9
8
|
secondary?: string | React.ReactNode;
|
|
10
9
|
};
|
|
11
|
-
|
|
12
|
-
* @param {SimpleFormProps} props
|
|
13
|
-
* @returns {JSX.Element}
|
|
14
|
-
*/
|
|
15
|
-
declare const SimpleForm: {
|
|
16
|
-
({ title, modal, content, subheader, secondary, sx, ...props }: SimpleFormProps): JSX.Element;
|
|
17
|
-
defaultProps: {
|
|
18
|
-
modal: boolean;
|
|
19
|
-
content: boolean;
|
|
20
|
-
subheader: null;
|
|
21
|
-
title: null;
|
|
22
|
-
toolbar: import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
secondary: import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
};
|
|
25
|
-
propTypes: {
|
|
26
|
-
modal: PropTypes.Requireable<boolean>;
|
|
27
|
-
content: PropTypes.Requireable<boolean>;
|
|
28
|
-
contained: PropTypes.Requireable<boolean>;
|
|
29
|
-
subheader: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
30
|
-
title: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
31
|
-
secondary: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
|
|
32
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
33
|
-
defaultValues: PropTypes.Requireable<object>;
|
|
34
|
-
record: PropTypes.Requireable<object>;
|
|
35
|
-
toolbar: PropTypes.Requireable<NonNullable<boolean | PropTypes.ReactElementLike>>;
|
|
36
|
-
validate: PropTypes.Requireable<(...args: any[]) => any>;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default SimpleForm;
|
|
10
|
+
export declare function SimpleForm({ title, modal, content, subheader, toolbar, secondary, sx, ...props }: SimpleFormProps): JSX.Element;
|
|
40
11
|
//# sourceMappingURL=SimpleForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleForm.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/SimpleForm.tsx"],"names":[],"mappings":";AAAA,OAAO,EAGL,eAAe,IAAI,iBAAiB,EAGrC,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"SimpleForm.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/SimpleForm.tsx"],"names":[],"mappings":";AAAA,OAAO,EAGL,eAAe,IAAI,iBAAiB,EAGrC,MAAM,aAAa,CAAC;AAmBrB,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACtC,CAAC;AAEF,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAa,EAEb,OAAe,EACf,SAAgB,EAChB,OAIC,EACD,SAIC,EACD,EAAE,EACF,GAAG,KAAK,EACT,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAyB/B"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare
|
|
3
|
-
ref?: import("react").Ref<import("react").Component<import("react-admin").SimpleFormIteratorProps, any, any>> | undefined;
|
|
4
|
-
}>;
|
|
2
|
+
export declare function SimpleFormIterator(): JSX.Element;
|
|
5
3
|
export default SimpleFormIterator;
|
|
6
4
|
//# sourceMappingURL=SimpleFormIterator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleFormIterator.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/SimpleFormIterator.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SimpleFormIterator.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/SimpleFormIterator.tsx"],"names":[],"mappings":";AAGA,wBAAgB,kBAAkB,IAAI,GAAG,CAAC,OAAO,CA0BhD;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -12,13 +12,9 @@ export type TabbedFormProps = RaTabbedFormProps & {
|
|
|
12
12
|
*/
|
|
13
13
|
noPadding?: boolean;
|
|
14
14
|
};
|
|
15
|
-
declare
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
toolbar: import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
secondary: import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
};
|
|
21
|
-
Tab: {
|
|
15
|
+
export declare function TabbedForm(props: TabbedFormProps): JSX.Element;
|
|
16
|
+
export declare namespace TabbedForm {
|
|
17
|
+
var Tab: {
|
|
22
18
|
(props: import("react-admin").FormTabProps): JSX.Element;
|
|
23
19
|
propTypes: {
|
|
24
20
|
className: import("prop-types").Requireable<string>;
|
|
@@ -35,8 +31,8 @@ declare const TabbedForm: {
|
|
|
35
31
|
};
|
|
36
32
|
displayName: string;
|
|
37
33
|
};
|
|
38
|
-
TabStack: ({ children, ...props }: StackTabProps) => JSX.Element;
|
|
39
|
-
}
|
|
34
|
+
var TabStack: ({ children, ...props }: StackTabProps) => JSX.Element;
|
|
35
|
+
}
|
|
40
36
|
export type StackTabProps = TabProps & {
|
|
41
37
|
children: React.ReactNode;
|
|
42
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabbedForm.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/TabbedForm.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TabbedForm.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/TabbedForm.tsx"],"names":[],"mappings":";AAEA,OAAO,EAEL,eAAe,IAAI,iBAAiB,EAGpC,QAAQ,EACT,MAAM,aAAa,CAAC;AAMrB,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,GAAG,OAAO,CAAC;IAC3C,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACrC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAqBF,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAmD9D;yBAnDe,UAAU;;;;;;;;;;;;;;;;;;;;AAoD1B,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAiBF,eAAe,UAAU,CAAC"}
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import { ReactElement, ReactNode } from 'react';
|
|
2
2
|
import { SxProps } from '@mui/material';
|
|
3
3
|
import { RaRecord } from 'ra-core';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
4
|
import { UseFieldArrayReturn } from 'react-hook-form';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* <Grid container>
|
|
9
|
+
* <Grid item xs={12}>
|
|
10
|
+
* <ArrayInput label={false} source="descriptor.fields">
|
|
11
|
+
* <TableFormIterator template={{ property: 'FIELD' }} label="Catalogo proprietà"> // template: default value for new row
|
|
12
|
+
* <TextInput label="Name" source={'name'} validate={required()} />
|
|
13
|
+
* <TextInput source={'denomination'} helperText={false} />
|
|
14
|
+
* <SelectInput choices={FieldTypes} source={'type'} helperText={false} />
|
|
15
|
+
* </TableFormIterator>
|
|
16
|
+
* </ArrayInput>
|
|
17
|
+
* </Grid>
|
|
18
|
+
* </Grid>
|
|
19
|
+
*
|
|
20
|
+
* @param props
|
|
21
|
+
* @returns
|
|
22
|
+
*/
|
|
23
|
+
export declare function RawTableFormIterator(props: TableFormIteratorProps): ReactElement | null;
|
|
24
|
+
export declare const TableFormIterator: import("@emotion/styled").StyledComponent<Pick<TableFormIteratorProps, keyof TableFormIteratorProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
26
25
|
export interface TableFormIteratorProps extends Partial<UseFieldArrayReturn> {
|
|
27
26
|
addButton?: ReactElement;
|
|
28
27
|
children?: ReactNode;
|
|
@@ -44,5 +43,5 @@ export interface TableFormIteratorProps extends Partial<UseFieldArrayReturn> {
|
|
|
44
43
|
empty: ReactNode | string;
|
|
45
44
|
inset?: boolean;
|
|
46
45
|
}
|
|
47
|
-
export default
|
|
46
|
+
export default TableFormIterator;
|
|
48
47
|
//# sourceMappingURL=TableFormIterator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableFormIterator.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/TableFormIterator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,YAAY,EAAE,SAAS,EAA0C,MAAM,OAAO,CAAC;AAElG,OAAO,EAIL,OAAO,EAQR,MAAM,eAAe,CAAC;AACvB,OAAO,EAAoB,QAAQ,EAAqD,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"TableFormIterator.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/TableFormIterator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,YAAY,EAAE,SAAS,EAA0C,MAAM,OAAO,CAAC;AAElG,OAAO,EAIL,OAAO,EAQR,MAAM,eAAe,CAAC;AACvB,OAAO,EAAoB,QAAQ,EAAqD,MAAM,SAAS,CAAC;AAMxG,OAAO,EAAE,mBAAmB,EAAkB,MAAM,iBAAiB,CAAC;AAGtE;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,sBAAsB,GAAG,YAAY,GAAG,IAAI,CAiNvF;AA0BD,eAAO,MAAM,iBAAiB,2LAe3B,CAAC;AAEJ,MAAM,WAAW,sBAAuB,SAAQ,OAAO,CAAC,mBAAmB,CAAC;IAC1E,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE;QAEL,KAAK,CAAC,EAAE,GAAG,CAAC;QACZ,YAAY,CAAC,EAAE,OAAO,CAAC;KACxB,CAAC;IACF,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,KAAK,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { ReactElement, ReactNode } from 'react';
|
|
3
2
|
import { RaRecord } from 'ra-core';
|
|
3
|
+
import * as React from 'react';
|
|
4
4
|
export declare const TableFormIteratorItem: React.ForwardRefExoticComponent<TableFormIteratorItemProps & React.RefAttributes<unknown>>;
|
|
5
5
|
export type TableFormIteratorItemProps = {
|
|
6
6
|
children?: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableFormIteratorItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/TableFormIteratorItem.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"TableFormIteratorItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/TableFormIteratorItem.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAE,SAAS,EAAyC,MAAM,OAAO,CAAC;AAEjG,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAInC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,qBAAqB,4FAkEhC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG;IACvC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,MAAM,EAAE,QAAQ,CAAC;IACjB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ra-forms/TableForm/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ToolbarProps } from 'react-admin';
|
|
3
|
+
export declare function Toolbar(props: ToolbarProps): JSX.Element;
|
|
1
4
|
export default Toolbar;
|
|
2
|
-
declare function Toolbar(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace Toolbar {
|
|
4
|
-
const defaultProps: any;
|
|
5
|
-
const propTypes: {
|
|
6
|
-
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
7
|
-
className: import("prop-types").Requireable<string>;
|
|
8
|
-
resource: import("prop-types").Requireable<string>;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
5
|
//# sourceMappingURL=Toolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/Toolbar.
|
|
1
|
+
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/Toolbar.tsx"],"names":[],"mappings":";AACA,OAAO,EAAwB,YAAY,EAAE,MAAM,aAAa,CAAC;AAsBjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,GAAG,GAAG,CAAC,OAAO,CAGxD;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
import { useResourceDefaultValues } from './Create';
|
|
14
|
-
export { CardForm, ChangePasswordForm, Create, Edit, FormHeader, LongForm, Show, SimpleForm, SimpleFormIterator, TabbedForm, TableFormIterator, Toolbar, useResourceDefaultValues };
|
|
1
|
+
export * from './CardForm';
|
|
2
|
+
export * from './ChangePasswordForm';
|
|
3
|
+
export * from './Create';
|
|
4
|
+
export * from './Edit';
|
|
5
|
+
export * from './FormHeader';
|
|
6
|
+
export * from './LongForm';
|
|
7
|
+
export * from './Show';
|
|
8
|
+
export * from './SimpleForm';
|
|
9
|
+
export * from './SimpleFormIterator';
|
|
10
|
+
export * from './TabbedForm';
|
|
11
|
+
export * from './TableForm';
|
|
12
|
+
export * from './Toolbar';
|
|
15
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { ArrayInputProps as RaArrayInputProps } from 'react-admin';
|
|
3
|
+
import { LabeledArrayInputProps } from './LabeledArrayInput';
|
|
3
4
|
export type ArrayInputProps = RaArrayInputProps & LabeledArrayInputProps & {
|
|
4
5
|
divider?: boolean;
|
|
5
6
|
};
|
|
@@ -10,6 +11,6 @@ export type ArrayInputProps = RaArrayInputProps & LabeledArrayInputProps & {
|
|
|
10
11
|
* @param {ArrayInputProps}
|
|
11
12
|
* @returns {React.ReactElement}
|
|
12
13
|
*/
|
|
13
|
-
declare
|
|
14
|
+
export declare function ArrayInput({ label, addLabel, source, helperText, divider, ...props }: ArrayInputProps): React.ReactElement;
|
|
14
15
|
export default ArrayInput;
|
|
15
16
|
//# sourceMappingURL=ArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ArrayInput.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ArrayInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA8B,eAAe,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAE/F,OAA0B,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAqBhF,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAC7C,sBAAsB,GAAG;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,OAAc,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,GAAG,KAAK,CAAC,YAAY,CAajI;AACD,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FileInputProps } from 'react-admin';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
export type AttachmentInputProps = FileInputProps & {
|
|
5
4
|
children?: React.ReactNode;
|
|
@@ -8,7 +7,7 @@ export type AttachmentInputProps = FileInputProps & {
|
|
|
8
7
|
type?: 'file' | 'image' | 'attachment';
|
|
9
8
|
};
|
|
10
9
|
/**
|
|
11
|
-
*
|
|
10
|
+
* Allows you to define an input field inside which you can upload one or more files.
|
|
12
11
|
*
|
|
13
12
|
* @example
|
|
14
13
|
* <AttachmentInput source="attachments" title="name" accept="image/*" multiple>
|
|
@@ -16,35 +15,6 @@ export type AttachmentInputProps = FileInputProps & {
|
|
|
16
15
|
* @param {AttachmentInputProps}
|
|
17
16
|
* @returns
|
|
18
17
|
*/
|
|
19
|
-
declare
|
|
20
|
-
({ children, disabled, type, ...props }: AttachmentInputProps): JSX.Element;
|
|
21
|
-
propTypes: {
|
|
22
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
23
|
-
multiple: PropTypes.Requireable<boolean>;
|
|
24
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
25
|
-
accept: PropTypes.Requireable<string>;
|
|
26
|
-
className: PropTypes.Requireable<string>;
|
|
27
|
-
id: PropTypes.Requireable<string>;
|
|
28
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
29
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | PropTypes.ReactElementLike>>;
|
|
30
|
-
labelMultiple: PropTypes.Requireable<string>;
|
|
31
|
-
labelSingle: PropTypes.Requireable<string>;
|
|
32
|
-
maxSize: PropTypes.Requireable<number>;
|
|
33
|
-
minSize: PropTypes.Requireable<number>;
|
|
34
|
-
validateFileRemoval: PropTypes.Requireable<(...args: any[]) => any>;
|
|
35
|
-
options: PropTypes.Requireable<object>;
|
|
36
|
-
removeIcon: PropTypes.Requireable<PropTypes.ReactComponentLike>;
|
|
37
|
-
resource: PropTypes.Requireable<string>;
|
|
38
|
-
source: PropTypes.Requireable<string>;
|
|
39
|
-
placeholder: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
40
|
-
};
|
|
41
|
-
defaultProps: {
|
|
42
|
-
/** @ts-ignore */
|
|
43
|
-
children: import("react/jsx-runtime").JSX.Element;
|
|
44
|
-
multiple: boolean;
|
|
45
|
-
disabled: boolean;
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
18
|
+
export declare function AttachmentInput({ children, multiple, disabled, type, ...props }: AttachmentInputProps): JSX.Element;
|
|
49
19
|
export default AttachmentInput;
|
|
50
20
|
//# sourceMappingURL=AttachmentInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttachmentInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AttachmentInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAwD,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"AttachmentInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AttachmentInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAwD,MAAM,aAAa,CAAC;AAGnG,OAAO,KAAK,MAAM,OAAO,CAAC;AA2C1B,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG;IAClD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,YAAY,CAAC;CACxC,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,EAE9B,QAAyD,EACzD,QAAe,EACf,QAAgB,EAChB,IAAmB,EACnB,GAAG,KAAK,EACT,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAepC;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AutocompleteArrayInputProps } from 'react-admin';
|
|
3
|
+
export declare function AutocompleteArrayInput({ size, ...props }: AutocompleteArrayInputProps): JSX.Element;
|
|
1
4
|
export default AutocompleteArrayInput;
|
|
2
|
-
declare function AutocompleteArrayInput({ ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare namespace AutocompleteArrayInput {
|
|
6
|
-
const propTypes: any;
|
|
7
|
-
const defaultProps: any;
|
|
8
|
-
}
|
|
9
5
|
//# sourceMappingURL=AutocompleteArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteArrayInput.
|
|
1
|
+
{"version":3,"file":"AutocompleteArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteArrayInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,2BAA2B,EAAsD,MAAM,aAAa,CAAC;AAiB9G,wBAAgB,sBAAsB,CAAC,EAAE,IAAc,EAAE,GAAG,KAAK,EAAE,EAAE,2BAA2B,GAAG,GAAG,CAAC,OAAO,CAO7G;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AutocompleteInputProps } from 'react-admin';
|
|
3
|
+
export declare function AutocompleteInput({ size, ...props }: AutocompleteInputProps): JSX.Element;
|
|
1
4
|
export default AutocompleteInput;
|
|
2
|
-
declare function AutocompleteInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace AutocompleteInput {
|
|
4
|
-
const propTypes: any;
|
|
5
|
-
const defaultProps: any;
|
|
6
|
-
}
|
|
7
5
|
//# sourceMappingURL=AutocompleteInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.
|
|
1
|
+
{"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,sBAAsB,EAA4C,MAAM,aAAa,CAAC;AAoB/F,wBAAgB,iBAAiB,CAAC,EAAE,IAAc,EAAE,GAAG,KAAK,EAAE,EAAE,sBAAsB,GAAG,GAAG,CAAC,OAAO,CAWnG;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BooleanInputProps } from 'react-admin';
|
|
3
|
+
export declare function BooleanInput({ ...props }: BooleanInputProps): JSX.Element;
|
|
1
4
|
export default BooleanInput;
|
|
2
|
-
declare function BooleanInput({ ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare namespace BooleanInput {
|
|
6
|
-
const defaultProps: any;
|
|
7
|
-
const propTypes: {
|
|
8
|
-
horizontal: PropTypes.Requireable<boolean>;
|
|
9
|
-
sx: PropTypes.Requireable<object>;
|
|
10
|
-
children: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
11
|
-
label: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
12
|
-
addLabel: PropTypes.Requireable<boolean>;
|
|
13
|
-
resource: PropTypes.Requireable<string>;
|
|
14
|
-
isRequired: PropTypes.Requireable<boolean>;
|
|
15
|
-
source: PropTypes.Requireable<string>;
|
|
16
|
-
display: PropTypes.Requireable<string>;
|
|
17
|
-
helperText: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
18
|
-
divider: PropTypes.Requireable<boolean>;
|
|
19
|
-
options: PropTypes.Requireable<PropTypes.InferProps<any>>;
|
|
20
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
import PropTypes from 'prop-types';
|
|
24
5
|
//# sourceMappingURL=BooleanInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/BooleanInput.
|
|
1
|
+
{"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/BooleanInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,iBAAiB,EAAkC,MAAM,aAAa,CAAC;AAYhF,wBAAgB,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAqBzE;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DateInputProps } from 'react-admin';
|
|
3
|
+
export declare function DateInput(props: DateInputProps): JSX.Element;
|
|
1
4
|
export default DateInput;
|
|
2
|
-
declare function DateInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace DateInput {
|
|
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
|
-
};
|
|
16
|
-
const defaultProps: any;
|
|
17
|
-
}
|
|
18
5
|
//# sourceMappingURL=DateInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/DateInput.
|
|
1
|
+
{"version":3,"file":"DateInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/DateInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAA4B,MAAM,aAAa,CAAC;AAavE,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,GAAG,CAAC,OAAO,CAQ5D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,22 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { DateTimeInputProps } from 'react-admin';
|
|
2
|
-
declare
|
|
3
|
-
(props: DateTimeInputProps): 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
|
-
};
|
|
16
|
-
defaultProps: {
|
|
17
|
-
display: string;
|
|
18
|
-
divider: boolean;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
3
|
+
export declare function DateTimeInput(props: DateTimeInputProps): JSX.Element;
|
|
21
4
|
export default DateTimeInput;
|
|
22
5
|
//# sourceMappingURL=DateTimeInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateTimeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/DateTimeInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAoC,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"DateTimeInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/DateTimeInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,kBAAkB,EAAoC,MAAM,aAAa,CAAC;AAanF,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAQpE;AAED,eAAe,aAAa,CAAC"}
|