@acuteinfo/common-base 1.0.85 → 1.0.87
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/context/propertiesConfig/customProperties.d.ts +10 -0
- package/dist/components/dataTable/backdrop.d.ts +1 -1
- package/dist/components/dataTable/focusableTableRow.d.ts +1 -1
- package/dist/components/dataTable/stickyTableHead.d.ts +1 -1
- package/dist/components/dataTable/styledComponents/menuItem.d.ts +1 -1
- package/dist/components/dataTable/styledComponents/slider.d.ts +1 -1
- package/dist/components/dataTable/styledComponents/textField.d.ts +1 -1
- package/dist/components/dataTable/utils/attachCellComponentsToMetaData.d.ts +1 -1
- package/dist/components/dataTable/utils/sortColumnBySequence.d.ts +1 -1
- package/dist/components/dataTableStatic/grid.d.ts +2 -1
- package/dist/components/dataTableStatic/types.d.ts +1 -0
- package/dist/components/dataTableStatic/utils/attachCombineValidationFns.d.ts +1 -1
- package/dist/components/dataTableStatic/utils/attachYupSchema.d.ts +1 -1
- package/dist/components/dynamicForm/utils/constructINITValues.d.ts +1 -1
- package/dist/components/styledComponent/checkbox/checkbox.d.ts +1 -1
- package/dist/components/styledComponent/input/input.d.ts +1 -1
- package/dist/components/styledComponent/inputLabel/inputLabel.d.ts +1 -1
- package/dist/components/styledComponent/tab/tab.d.ts +1 -1
- package/dist/components/styledComponent/tabs/tabs.d.ts +1 -1
- package/dist/components/styledComponent/textfield/chipTextField.d.ts +1 -1
- package/dist/components/styledComponent/textfield/textField.d.ts +1 -1
- package/dist/components/styledComponent/textfield/textField2.d.ts +1 -1
- package/dist/components/styledComponent/textfield/textField3.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -90,6 +90,16 @@ export interface CustomProperties {
|
|
|
90
90
|
* @default true
|
|
91
91
|
*/
|
|
92
92
|
enableOptionsGridForAutocomplete?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* ## FOR TESTING ONLY:
|
|
95
|
+
*
|
|
96
|
+
* Updated field.ts to stop post validation if value has default value or initial value for the first time only.
|
|
97
|
+
*
|
|
98
|
+
* If any issue persist pass this flag as true.
|
|
99
|
+
*
|
|
100
|
+
* *Note: This flag will be removed in future.*
|
|
101
|
+
*/
|
|
102
|
+
enablePostValidationRun?: boolean;
|
|
93
103
|
}
|
|
94
104
|
interface ContextProps {
|
|
95
105
|
config?: CustomProperties;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const CustomBackdrop: import("react").JSXElementConstructor<Omit<import("@mui/material/Backdrop").BackdropOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "onChange" | "onBlur" | "defaultValue" | "children" | "ref" | "
|
|
4
|
+
}, "onChange" | "onBlur" | "defaultValue" | "children" | "ref" | "color" | "content" | "transitionDuration" | "translate" | "exit" | "hidden" | "style" | "open" | "classes" | "className" | "sx" | "slot" | "title" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "onBlurCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "components" | "componentsProps" | "slotProps" | "slots" | "in" | "TransitionComponent" | "mountOnEnter" | "unmountOnExit" | "timeout" | "easing" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "appear" | "enter" | "invisible">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const MyTableRow: import("react").JSXElementConstructor<Omit<import("@mui/material/TableRow").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject<HTMLTableRowElement> | null | undefined;
|
|
4
|
-
}, "children" | "style" | "
|
|
4
|
+
}, "children" | "style" | "classes" | "className" | "sx" | "selected" | "hover">, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "selected"> & object>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const StickyTableHead: import("react").JSXElementConstructor<Omit<import("@mui/material/TableHead").TableHeadOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | import("react").RefObject<HTMLTableSectionElement> | null | undefined;
|
|
4
|
-
}, "children" | "style" | "
|
|
4
|
+
}, "children" | "style" | "classes" | "className" | "sx">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const StyledMenuItem: import("react").JSXElementConstructor<Omit<import("@mui/material/MenuItem").MenuItemOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
4
|
-
}, "children" | "
|
|
4
|
+
}, "children" | "style" | "dense" | "disabled" | "classes" | "className" | "sx" | "autoFocus" | "tabIndex" | "action" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters" | "divider">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const StyledSlider: import("react").JSXElementConstructor<Omit<import("@mui/material/Slider").SliderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
4
|
-
}, "onChange" | "value" | "name" | "defaultValue" | "
|
|
4
|
+
}, "onChange" | "value" | "name" | "defaultValue" | "color" | "scale" | "size" | "style" | "disabled" | "classes" | "className" | "sx" | "track" | "tabIndex" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "components" | "componentsProps" | "slotProps" | "slots" | "step" | "max" | "min" | "orientation" | "disableSwap" | "getAriaLabel" | "getAriaValueText" | "marks" | "onChangeCommitted" | "valueLabelDisplay" | "valueLabelFormat">, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "active" | "track" | "rail" | "thumb" | "valueLabel"> & object>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const StyledTextField: import("react").JSXElementConstructor<Omit<{
|
|
3
3
|
variant?: import("@mui/material/TextField").TextFieldVariants | undefined;
|
|
4
|
-
} & Omit<import("@mui/material/TextField").
|
|
4
|
+
} & Omit<import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps | import("@mui/material/TextField").StandardTextFieldProps, "variant">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
@@ -4,7 +4,7 @@ export declare const attachCellComponentsToMetaData: (columns: GridColumnType[])
|
|
|
4
4
|
columnName: string;
|
|
5
5
|
accessor: string;
|
|
6
6
|
sequence: number;
|
|
7
|
-
alignment?: "
|
|
7
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8
8
|
TableCellProps?: any;
|
|
9
9
|
disableSortBy?: boolean | undefined;
|
|
10
10
|
width?: number | undefined;
|
|
@@ -4,7 +4,7 @@ export declare const sortColumnsBySequence: (columns: GridColumnType[]) => {
|
|
|
4
4
|
accessor: string;
|
|
5
5
|
componentType: import("../../tableCellComponents").CellComponentType;
|
|
6
6
|
Cell?: any;
|
|
7
|
-
alignment?: "
|
|
7
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
8
8
|
TableCellProps?: any;
|
|
9
9
|
disableSortBy?: boolean | undefined;
|
|
10
10
|
width?: number | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, enablePaginationInput, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, hideActionBar, finalMetaData, externalExportState, onExportModalClose, enablePdfPrint, }: {
|
|
1
|
+
export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId, defaultColumn, allowColumnReordering, disableSorting, defaultHiddenColumns, defaultSortOrder, defaultGroupBy, multipleActions, singleActions, doubleClickAction, alwaysAvailableAction, setGridAction, updateGridData, hideFooter, hideHeader, disableGlobalFilter, disableGroupBy, disableLoader, containerHeight, gridProps, pageSizes, defaultPageSize, enablePagination, allowRowSelection, hideNoDataFound, refetchData, hiddenFlag, autoRefreshInterval, allowFilter, filterMeta, allowColumnHiding, defaultFilter, isCusrsorFocused, onButtonActionHandel, controlsAtBottom, actionContextAtBottom, headerToolbarStyle, disableMultipleRowSelect, columnHeaderStyle, variant, enablePaginationInput, defaultSelectedRowId, footerNote, paginationText, searchPlaceholder, enableExport, subGridLabel, hideActionBar, finalMetaData, externalExportState, onExportModalClose, enablePdfPrint, hideActionToolbar, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
dense: any;
|
|
4
4
|
columns: any;
|
|
@@ -56,4 +56,5 @@ export declare const DataGrid: ({ label, dense, columns, data, loading, getRowId
|
|
|
56
56
|
externalExportState: any;
|
|
57
57
|
onExportModalClose: any;
|
|
58
58
|
enablePdfPrint: any;
|
|
59
|
+
hideActionToolbar: any;
|
|
59
60
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,7 +8,7 @@ export declare const attachcombinedValidationFns: (columns: GridColumnType[], au
|
|
|
8
8
|
sequence: number;
|
|
9
9
|
componentType: import("../../tableCellComponents").CellComponentType;
|
|
10
10
|
Cell?: any;
|
|
11
|
-
alignment?: "
|
|
11
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
12
12
|
TableCellProps?: any;
|
|
13
13
|
width?: number | undefined;
|
|
14
14
|
maxWidth?: number | undefined;
|
|
@@ -7,7 +7,7 @@ export declare const attachYupSchemaValidator: (columns: GridColumnType[]) => {
|
|
|
7
7
|
sequence: number;
|
|
8
8
|
componentType: import("../../tableCellComponents").CellComponentType;
|
|
9
9
|
Cell?: any;
|
|
10
|
-
alignment?: "
|
|
10
|
+
alignment?: "left" | "right" | "center" | undefined;
|
|
11
11
|
TableCellProps?: any;
|
|
12
12
|
width?: number | undefined;
|
|
13
13
|
maxWidth?: number | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { InitialValuesType } from "packages/form";
|
|
2
2
|
import { FieldMetaDataType } from "../types";
|
|
3
|
-
export declare const constructInitialValue: (fields: FieldMetaDataType[], initialValues?: InitialValuesType) => {};
|
|
3
|
+
export declare const constructInitialValue: (fields: FieldMetaDataType[], initialValues?: InitialValuesType, formState?: any, authState?: any) => {};
|
|
4
4
|
export declare const constructInitialValuesForArrayFields: (fields: FieldMetaDataType[], formState?: any, authState?: any) => {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const StyledCheckbox: import("react").JSXElementConstructor<Omit<import("@mui/material/Checkbox").CheckboxProps, "classes"> & import("@mui/styles").StyledComponentProps<"
|
|
2
|
+
declare const StyledCheckbox: import("react").JSXElementConstructor<Omit<import("@mui/material/Checkbox").CheckboxProps, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "checked"> & object>;
|
|
3
3
|
export default StyledCheckbox;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const MyInput: import("react").JSXElementConstructor<Omit<import("@mui/material/Input").InputProps, "classes"> & import("@mui/styles").StyledComponentProps<"
|
|
2
|
+
declare const MyInput: import("react").JSXElementConstructor<Omit<import("@mui/material/Input").InputProps, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "underline" | "input" | "multiline" | "adornedStart"> & object>;
|
|
3
3
|
export default MyInput;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const MyInputLabel: import("react").JSXElementConstructor<Omit<import("@mui/material/InputLabel").InputLabelOwnProps & Pick<import("@mui/material").FormLabelOwnProps, "color" | "filled"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLLabelElement | null) => void) | import("react").RefObject<HTMLLabelElement> | null | undefined;
|
|
4
|
-
}, "error" | "children" | "
|
|
4
|
+
}, "error" | "children" | "color" | "margin" | "size" | "style" | "filled" | "disabled" | "classes" | "variant" | "className" | "focused" | "required" | "sx" | "disableAnimation" | "shrink">, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "shrink"> & object>;
|
|
5
5
|
export default MyInputLabel;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const StyledTab: import("react").JSXElementConstructor<Omit<import("@mui/material/Tab").TabOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "value" | "children" | "
|
|
4
|
+
}, "value" | "children" | "style" | "icon" | "disabled" | "classes" | "className" | "sx" | "label" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped">, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "selected"> & object>;
|
|
5
5
|
export default StyledTab;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const StyledTabs: import("react").JSXElementConstructor<Omit<import("@mui/material/Tabs").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "onChange" | "value" | "children" | "
|
|
4
|
+
}, "onChange" | "value" | "children" | "style" | "classes" | "variant" | "className" | "sx" | "aria-label" | "aria-labelledby" | "slotProps" | "slots" | "orientation" | "action" | "textColor" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "visibleScrollbar">, "classes"> & import("@mui/styles").StyledComponentProps<"root" | "indicator"> & object>;
|
|
5
5
|
export default StyledTabs;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const ChipTextField: import("react").JSXElementConstructor<Omit<{
|
|
3
3
|
variant?: import("@mui/material/TextField").TextFieldVariants | undefined;
|
|
4
|
-
} & Omit<import("@mui/material/TextField").
|
|
4
|
+
} & Omit<import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps | import("@mui/material/TextField").StandardTextFieldProps, "variant">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
5
5
|
export default ChipTextField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const StyledTextField: import("react").JSXElementConstructor<Omit<{
|
|
3
3
|
variant?: import("@mui/material/TextField").TextFieldVariants | undefined;
|
|
4
|
-
} & Omit<import("@mui/material/TextField").
|
|
4
|
+
} & Omit<import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps | import("@mui/material/TextField").StandardTextFieldProps, "variant">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
5
5
|
export default StyledTextField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const StyledTextField2: import("react").JSXElementConstructor<Omit<{
|
|
3
3
|
variant?: import("@mui/material/TextField").TextFieldVariants | undefined;
|
|
4
|
-
} & Omit<import("@mui/material/TextField").
|
|
4
|
+
} & Omit<import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps | import("@mui/material/TextField").StandardTextFieldProps, "variant">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
5
5
|
export default StyledTextField2;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const StyledTextField3: import("react").JSXElementConstructor<Omit<{
|
|
3
3
|
variant?: import("@mui/material/TextField").TextFieldVariants | undefined;
|
|
4
|
-
} & Omit<import("@mui/material/TextField").
|
|
4
|
+
} & Omit<import("@mui/material/TextField").FilledTextFieldProps | import("@mui/material/TextField").OutlinedTextFieldProps | import("@mui/material/TextField").StandardTextFieldProps, "variant">, "classes"> & import("@mui/styles").StyledComponentProps<"root"> & object>;
|
|
5
5
|
export default StyledTextField3;
|