@applica-software-guru/react-admin 1.0.66 → 1.0.68
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/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.d.ts +2 -7
- package/dist/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.d.ts.map +1 -1
- package/dist/components/Layout/Header/AppBarStyled.d.ts +2 -15
- package/dist/components/Layout/Header/AppBarStyled.d.ts.map +1 -1
- package/dist/components/ra-fields/ReferenceManyField.d.ts +3 -13
- package/dist/components/ra-fields/ReferenceManyField.d.ts.map +1 -1
- package/dist/components/ra-forms/TabbedForm.d.ts +2 -2
- package/dist/components/ra-inputs/BooleanInput.d.ts +1 -5
- package/dist/components/ra-inputs/BooleanInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/NumberInput.d.ts +0 -2
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts +1 -10
- package/dist/components/ra-inputs/ReferenceArrayInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceInput.d.ts +1 -10
- package/dist/components/ra-inputs/ReferenceInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts +3 -13
- package/dist/components/ra-inputs/ReferenceManyInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/SelectArrayInput.d.ts +2 -2
- package/dist/components/ra-inputs/SelectInput.d.ts +0 -1
- package/dist/components/ra-inputs/SmartTextInput.d.ts +0 -1
- package/dist/components/ra-inputs/SmartTextInput.d.ts.map +1 -1
- package/dist/components/ra-inputs/TextInput.d.ts +1 -4
- package/dist/components/ra-inputs/TextInput.d.ts.map +1 -1
- package/dist/components/ra-lists/Datagrid.d.ts +114 -110
- package/dist/components/ra-lists/Datagrid.d.ts.map +1 -1
- package/dist/components/ra-lists/List.d.ts +3 -9
- package/dist/components/ra-lists/List.d.ts.map +1 -1
- package/dist/i18n/createI18nProvider.d.ts +1 -1
- package/dist/i18n/createI18nProvider.d.ts.map +1 -1
- package/dist/i18n/useI18nProvider.d.ts +1 -1
- package/dist/i18n/useI18nProvider.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +75 -58
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +9320 -9180
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +75 -58
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +6 -7
- package/react-admin.code-workspace +0 -9
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
export default DrawerHeaderStyled;
|
|
2
|
-
declare const DrawerHeaderStyled: import("@emotion/styled").StyledComponent<import("@mui/system").
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
component?: import("react").ElementType<any> | undefined;
|
|
5
|
-
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
7
|
-
} & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
declare const DrawerHeaderStyled: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
-
},
|
|
4
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
10
5
|
//# sourceMappingURL=DrawerHeaderStyled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerHeaderStyled.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.jsx"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"DrawerHeaderStyled.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Drawer/DrawerHeader/DrawerHeaderStyled.jsx"],"names":[],"mappings":";AAIA;;gKAMI"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
export default AppBarStyled;
|
|
2
|
-
declare const AppBarStyled: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
classes?: Partial<import("@mui/material/AppBar").AppBarClasses> | undefined;
|
|
4
|
-
color?: import("@mui/types").OverridableStringUnion<"transparent" | import("@mui/material").PropTypes.Color, import("@mui/material/AppBar").AppBarPropsColorOverrides> | undefined;
|
|
5
|
-
enableColorOnDark?: boolean | undefined;
|
|
6
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
7
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
8
|
-
} & Omit<{
|
|
9
|
-
children?: import("react").ReactNode;
|
|
10
|
-
classes?: Partial<import("@mui/material").PaperClasses> | undefined;
|
|
11
|
-
elevation?: number | undefined;
|
|
12
|
-
square?: boolean | undefined;
|
|
13
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
14
|
-
variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
|
|
15
|
-
}, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
|
+
declare const AppBarStyled: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
16
3
|
ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
17
|
-
}, "children" | "
|
|
4
|
+
}, "children" | "style" | "classes" | "className" | "color" | "sx" | "elevation" | "square" | "variant" | "position" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
18
5
|
//# sourceMappingURL=AppBarStyled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppBarStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Header/AppBarStyled.jsx"],"names":[],"mappings":";AAKA
|
|
1
|
+
{"version":3,"file":"AppBarStyled.d.ts","sourceRoot":"","sources":["../../../../../src/components/Layout/Header/AppBarStyled.jsx"],"names":[],"mappings":";AAKA;;wOAoBG"}
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
export default ReferenceManyField;
|
|
2
2
|
declare function ReferenceManyField(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare namespace ReferenceManyField {
|
|
4
|
-
const defaultProps:
|
|
5
|
-
margin: boolean;
|
|
6
|
-
border: boolean;
|
|
7
|
-
filter: {};
|
|
8
|
-
perPage: number;
|
|
9
|
-
sort: {
|
|
10
|
-
field: string;
|
|
11
|
-
order: string;
|
|
12
|
-
};
|
|
13
|
-
source: string;
|
|
14
|
-
};
|
|
4
|
+
const defaultProps: any;
|
|
15
5
|
const propTypes: {
|
|
16
6
|
margin: PropTypes.Requireable<boolean>;
|
|
17
7
|
border: PropTypes.Requireable<boolean>;
|
|
@@ -25,10 +15,10 @@ declare namespace ReferenceManyField {
|
|
|
25
15
|
resource: PropTypes.Requireable<string>;
|
|
26
16
|
sortBy: PropTypes.Requireable<string>;
|
|
27
17
|
sortByOrder: PropTypes.Requireable<"ASC" | "DESC">;
|
|
28
|
-
source: PropTypes.
|
|
18
|
+
source: PropTypes.Requireable<string>;
|
|
29
19
|
sort: PropTypes.Requireable<Required<PropTypes.InferProps<{
|
|
30
20
|
field: PropTypes.Requireable<string>;
|
|
31
|
-
order: PropTypes.Requireable<
|
|
21
|
+
order: PropTypes.Requireable<"ASC" | "DESC">;
|
|
32
22
|
}>>>;
|
|
33
23
|
target: PropTypes.Validator<string>;
|
|
34
24
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceManyField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/ReferenceManyField.jsx"],"names":[],"mappings":";AA4CA,yFAIC
|
|
1
|
+
{"version":3,"file":"ReferenceManyField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/ReferenceManyField.jsx"],"names":[],"mappings":";AA4CA,yFAIC;;;;;;;;;;;;;;;;;;;;;;;;sBAhDqB,YAAY"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ApplicaStyledTabbedForm;
|
|
2
|
-
declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").TabbedFormProps, "children" | "title" | "slot" | "style" | "values" | "id" | "resource" | "lang" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "
|
|
2
|
+
declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent<Pick<Pick<import("react-admin").TabbedFormProps, "children" | "title" | "slot" | "style" | "values" | "id" | "resource" | "lang" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "component" | "mode" | "noValidate" | "manifest" | "record" | "mutationMode" | "reValidateMode" | "resetOptions" | "resolver" | "shouldFocusError" | "shouldUnregister" | "shouldUseNativeValidation" | "progressive" | "criteriaMode" | "delayError" | "formRootPathname" | "warnWhenUnsavedChanges" | "sanitizeEmptyValues" | "validate" | "syncWithLocation" | "tabs"> & Pick<import("prop-types").InferProps<{
|
|
3
3
|
children: import("prop-types").Requireable<import("prop-types").ReactNodeLike>;
|
|
4
4
|
defaultValues: import("prop-types").Requireable<object>;
|
|
5
5
|
formRootPathname: import("prop-types").Requireable<string>;
|
|
@@ -7,5 +7,5 @@ declare const ApplicaStyledTabbedForm: import("@emotion/styled").StyledComponent
|
|
|
7
7
|
record: import("prop-types").Requireable<object>;
|
|
8
8
|
saving: import("prop-types").Requireable<boolean>;
|
|
9
9
|
validate: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
10
|
-
}>, "saving" | "defaultValues"> & Pick<import("react-admin").TabbedFormProps, "title" | "slot" | "style" | "values" | "id" | "resource" | "lang" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "
|
|
10
|
+
}>, "saving" | "defaultValues"> & Pick<import("react-admin").TabbedFormProps, "title" | "slot" | "style" | "values" | "id" | "resource" | "lang" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "toolbar" | "component" | "mode" | "noValidate" | "manifest" | "reValidateMode" | "resetOptions" | "resolver" | "context" | "shouldFocusError" | "shouldUnregister" | "shouldUseNativeValidation" | "progressive" | "criteriaMode" | "delayError" | "warnWhenUnsavedChanges" | "sanitizeEmptyValues" | "syncWithLocation" | "tabs">, keyof import("react-admin").TabbedFormProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/system").Theme>, {}, {}>;
|
|
11
11
|
//# sourceMappingURL=TabbedForm.d.ts.map
|
|
@@ -4,11 +4,7 @@ declare function BooleanInput({ horizontal, ...props }: {
|
|
|
4
4
|
horizontal: any;
|
|
5
5
|
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
declare namespace BooleanInput {
|
|
7
|
-
const defaultProps:
|
|
8
|
-
display: string;
|
|
9
|
-
divider: boolean;
|
|
10
|
-
options: {};
|
|
11
|
-
};
|
|
7
|
+
const defaultProps: any;
|
|
12
8
|
const propTypes: {
|
|
13
9
|
horizontal: PropTypes.Requireable<boolean>;
|
|
14
10
|
sx: PropTypes.Requireable<object>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/BooleanInput.jsx"],"names":[],"mappings":";AAWA;;;4CA+BC
|
|
1
|
+
{"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/BooleanInput.jsx"],"names":[],"mappings":";AAWA;;;4CA+BC;;;;;;;;;;;;;;;;;;;sBAvCqB,YAAY"}
|
|
@@ -12,13 +12,11 @@ declare namespace NumberInput {
|
|
|
12
12
|
display: import("prop-types").Requireable<string>;
|
|
13
13
|
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
14
14
|
divider: import("prop-types").Requireable<boolean>;
|
|
15
|
-
options: import("prop-types").Requireable<object>;
|
|
16
15
|
step: import("prop-types").Requireable<NonNullable<string | number>>;
|
|
17
16
|
};
|
|
18
17
|
const defaultProps: {
|
|
19
18
|
display: string;
|
|
20
19
|
divider: boolean;
|
|
21
|
-
options: {};
|
|
22
20
|
step: string;
|
|
23
21
|
textAlign: string;
|
|
24
22
|
};
|
|
@@ -18,16 +18,7 @@ declare namespace ReferenceArrayInput {
|
|
|
18
18
|
}>>;
|
|
19
19
|
source: PropTypes.Requireable<string>;
|
|
20
20
|
};
|
|
21
|
-
const defaultProps:
|
|
22
|
-
filter: {};
|
|
23
|
-
page: number;
|
|
24
|
-
perPage: number;
|
|
25
|
-
sort: {
|
|
26
|
-
field: string;
|
|
27
|
-
order: string;
|
|
28
|
-
};
|
|
29
|
-
children: JSX.Element;
|
|
30
|
-
};
|
|
21
|
+
const defaultProps: any;
|
|
31
22
|
}
|
|
32
23
|
import PropTypes from 'prop-types';
|
|
33
24
|
//# sourceMappingURL=ReferenceArrayInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceArrayInput.jsx"],"names":[],"mappings":";AAIA;;;4CAOC
|
|
1
|
+
{"version":3,"file":"ReferenceArrayInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceArrayInput.jsx"],"names":[],"mappings":";AAIA;;;4CAOC;;;;;;;;;;;;;;;;;;sBAXqB,YAAY"}
|
|
@@ -19,16 +19,7 @@ declare namespace ReferenceInput {
|
|
|
19
19
|
}>>;
|
|
20
20
|
source: PropTypes.Requireable<string>;
|
|
21
21
|
};
|
|
22
|
-
const defaultProps:
|
|
23
|
-
filter: {};
|
|
24
|
-
page: number;
|
|
25
|
-
perPage: number;
|
|
26
|
-
sort: {
|
|
27
|
-
field: string;
|
|
28
|
-
order: string;
|
|
29
|
-
};
|
|
30
|
-
children: JSX.Element;
|
|
31
|
-
};
|
|
22
|
+
const defaultProps: any;
|
|
32
23
|
}
|
|
33
24
|
import PropTypes from 'prop-types';
|
|
34
25
|
//# sourceMappingURL=ReferenceInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceInput.jsx"],"names":[],"mappings":";AAIA;;;4CAOC
|
|
1
|
+
{"version":3,"file":"ReferenceInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceInput.jsx"],"names":[],"mappings":";AAIA;;;4CAOC;;;;;;;;;;;;;;;;;;;sBAXqB,YAAY"}
|
|
@@ -24,23 +24,13 @@ declare namespace ReferenceManyInput {
|
|
|
24
24
|
resource: PropTypes.Requireable<string>;
|
|
25
25
|
sortBy: PropTypes.Requireable<string>;
|
|
26
26
|
sortByOrder: PropTypes.Requireable<"ASC" | "DESC">;
|
|
27
|
-
source: PropTypes.
|
|
27
|
+
source: PropTypes.Requireable<string>;
|
|
28
28
|
sort: PropTypes.Requireable<Required<PropTypes.InferProps<{
|
|
29
29
|
field: PropTypes.Requireable<string>;
|
|
30
|
-
order: PropTypes.Requireable<
|
|
30
|
+
order: PropTypes.Requireable<"ASC" | "DESC">;
|
|
31
31
|
}>>>;
|
|
32
32
|
};
|
|
33
|
-
const defaultProps:
|
|
34
|
-
margin: boolean;
|
|
35
|
-
border: boolean;
|
|
36
|
-
filter: {};
|
|
37
|
-
perPage: number;
|
|
38
|
-
sort: {
|
|
39
|
-
field: string;
|
|
40
|
-
order: string;
|
|
41
|
-
};
|
|
42
|
-
source: string;
|
|
43
|
-
};
|
|
33
|
+
const defaultProps: any;
|
|
44
34
|
}
|
|
45
35
|
import PropTypes from 'prop-types';
|
|
46
36
|
//# sourceMappingURL=ReferenceManyInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceManyInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceManyInput.jsx"],"names":[],"mappings":";AAMA;;;;;;;4CAWC
|
|
1
|
+
{"version":3,"file":"ReferenceManyInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/ReferenceManyInput.jsx"],"names":[],"mappings":";AAMA;;;;;;;4CAWC;;;;;;;;;;;;;;;;;;;;;;;;;;sBAdqB,YAAY"}
|
|
@@ -19,8 +19,8 @@ declare namespace SelectArrayInput {
|
|
|
19
19
|
choices: import("prop-types").Requireable<object[]>;
|
|
20
20
|
className: import("prop-types").Requireable<string>;
|
|
21
21
|
options: import("prop-types").Requireable<object>;
|
|
22
|
-
optionText: import("prop-types").
|
|
23
|
-
optionValue: import("prop-types").
|
|
22
|
+
optionText: import("prop-types").Requireable<NonNullable<string | import("prop-types").ReactElementLike | ((...args: any[]) => any)>>;
|
|
23
|
+
optionValue: import("prop-types").Requireable<string>;
|
|
24
24
|
disableValue: import("prop-types").Requireable<string>;
|
|
25
25
|
translateChoice: import("prop-types").Requireable<boolean>;
|
|
26
26
|
};
|
|
@@ -16,7 +16,6 @@ declare namespace SelectInput {
|
|
|
16
16
|
emptyValue: import("prop-types").Requireable<any>;
|
|
17
17
|
choices: import("prop-types").Requireable<object[]>;
|
|
18
18
|
className: import("prop-types").Requireable<string>;
|
|
19
|
-
options: import("prop-types").Requireable<object>;
|
|
20
19
|
optionText: import("prop-types").Requireable<NonNullable<string | import("prop-types").ReactElementLike | ((...args: any[]) => any)>>;
|
|
21
20
|
optionValue: import("prop-types").Requireable<string>;
|
|
22
21
|
disableValue: import("prop-types").Requireable<string>;
|
|
@@ -22,7 +22,6 @@ declare namespace SmartTextInput {
|
|
|
22
22
|
helperText: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
23
23
|
divider: PropTypes.Requireable<boolean>;
|
|
24
24
|
className: PropTypes.Requireable<string>;
|
|
25
|
-
options: PropTypes.Requireable<object>;
|
|
26
25
|
};
|
|
27
26
|
}
|
|
28
27
|
import PropTypes from 'prop-types';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SmartTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SmartTextInput.jsx"],"names":[],"mappings":";AAMA;;4CA0BC
|
|
1
|
+
{"version":3,"file":"SmartTextInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/SmartTextInput.jsx"],"names":[],"mappings":";AAMA;;4CA0BC;;;;;;;;;;;;;;;;;;;;;;;sBA9BqB,YAAY"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { TextInputProps } from 'react-admin';
|
|
2
2
|
declare const TextInput: {
|
|
3
3
|
(props: TextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
defaultProps:
|
|
5
|
-
options: {};
|
|
6
|
-
};
|
|
4
|
+
defaultProps: any;
|
|
7
5
|
propTypes: {
|
|
8
6
|
sx: import("prop-types").Requireable<object>;
|
|
9
7
|
children: import("prop-types").Requireable<import("prop-types").ReactElementLike>;
|
|
@@ -16,7 +14,6 @@ declare const TextInput: {
|
|
|
16
14
|
helperText: import("prop-types").Requireable<NonNullable<string | boolean | null | undefined>>;
|
|
17
15
|
divider: import("prop-types").Requireable<boolean>;
|
|
18
16
|
className: import("prop-types").Requireable<string>;
|
|
19
|
-
options: import("prop-types").Requireable<object>;
|
|
20
17
|
};
|
|
21
18
|
};
|
|
22
19
|
export default TextInput;
|
|
@@ -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;AAIvE,QAAA,MAAM,SAAS;YAAW,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;AAIvE,QAAA,MAAM,SAAS;YAAW,cAAc;;;;;;;;;;;;;;;CAMvC,CAAC;AAWF,eAAe,SAAS,CAAC"}
|