@dartech/arsenal-ui 1.8.9 → 1.9.0
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/README.md +7 -7
- package/index.esm.js +1 -1
- package/package.json +1 -1
- package/src/assets/chevron_left.svg +5 -5
- package/src/interfaces/ui.d.ts +1 -1
- package/src/lib/Alert/Alert.d.ts +1 -1
- package/src/lib/Breadcrumbs/Breadcrumbs.d.ts +2 -4
- package/src/lib/Breadcrumbs/Breadcrumbs.styled.d.ts +0 -1
- package/src/lib/ContentLayout/ContentLayout.d.ts +2 -3
- package/src/lib/Definition/CreateDefinition/CreateDefinition.d.ts +2 -3
- package/src/lib/Definition/DefinitionFiller/DefinitionFiller.d.ts +2 -3
- package/src/lib/Definition/DefinitionView/DefinitionView.d.ts +2 -3
- package/src/lib/Definition/DefinitionView/FileDefinitionValueView.d.ts +1 -2
- package/src/lib/Definition/DefinitionView/NodeDataView.d.ts +1 -2
- package/src/lib/DefinitionNode/DemValidator/DemValidator.d.ts +3 -4
- package/src/lib/DefinitionNode/DemValidator/DemValidatorContext.d.ts +0 -1
- package/src/lib/DefinitionNode/DemValidator/NodeValidator.d.ts +1 -2
- package/src/lib/DefinitionNode/DemValidator/NodesList.d.ts +1 -2
- package/src/lib/DefinitionNode/DemValidator/NumericTypeValidator.d.ts +1 -2
- package/src/lib/DefinitionNode/DemValidator/StringTypeValidator.d.ts +1 -2
- package/src/lib/DefinitionNode/DemValidator/ValidationNodeSelector.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/ArrayNodeFormBuilder.d.ts +2 -3
- package/src/lib/DefinitionNode/NodeFormBuilder/ArrayNodeFormBuilderControl.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/NodeFormBuilderContext.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/NodeFormBuilderControl.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/ArrayNodeWidget.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/ArrayNodeWidgetControl.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/NodeWidget.d.ts +1 -2
- package/src/lib/DefinitionNode/NodeFormBuilder/styled.d.ts +0 -1
- package/src/lib/DefinitionNode/NodeFormBuilder/useNodeFormBuilder.d.ts +0 -1
- package/src/lib/DefinitionNode/UpsertNode/CreateNode/CreateNode.d.ts +3 -4
- package/src/lib/DefinitionNode/UpsertNode/CreateNode/CreateNodeWithContext.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/CustomNodeField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ArrayAdditionalFields.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/BigDecimalPropertyFields.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/DateAdditionalFields.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/EntityReferencePropertyFields.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/NodeAdditionalFields.d.ts +2 -3
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectAdditionalFields.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectNodeProperties/ListItem.d.ts +1 -1
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectNodeProperties/ObjectNodeProperties.d.ts +0 -1
- package/src/lib/DefinitionNode/UpsertNode/NodeForm.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/BooleanValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/DateTimeValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/DateValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/FileValueWidget.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/JsonValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/NodeValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/StringValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/TimeValueField.d.ts +1 -2
- package/src/lib/DefinitionNode/UpsertNode/index.d.ts +0 -3
- package/src/lib/DefinitionNode/ViewNode/LocaleSelector.d.ts +1 -2
- package/src/lib/DefinitionNode/ViewNode/ObjectNodeShortView.d.ts +1 -2
- package/src/lib/DefinitionNode/ViewNode/ObjectNodeView.d.ts +2 -3
- package/src/lib/DefinitionNode/ViewNode/PropertyDataTable.d.ts +7 -3
- package/src/lib/DefinitionNode/ViewNode/ViewNode.d.ts +2 -3
- package/src/lib/Forms/BackButton/BackButton.d.ts +6 -0
- package/src/lib/Forms/BackButton/index.d.ts +1 -0
- package/src/lib/Forms/{ControlArrayInput.d.ts → ControlArrayInput/ControlArrayInput.d.ts} +2 -3
- package/src/lib/Forms/ControlArrayInput/index.d.ts +1 -0
- package/src/lib/Forms/ControlAutocomplete/ControlAutocomplete.d.ts +1 -1
- package/src/lib/Forms/ControlAutocomplete/ControlQueryAutocomplete.d.ts +2 -2
- package/src/lib/Forms/ControlAutocomplete/useAutocomplete.d.ts +1 -2
- package/src/lib/Forms/{ControlCheckbox.d.ts → ControlCheckbox/ControlCheckbox.d.ts} +2 -2
- package/src/lib/Forms/ControlCheckbox/index.d.ts +1 -0
- package/src/lib/Forms/{ControlCodeEditor.d.ts → ControlCodeEditor/ControlCodeEditor.d.ts} +8 -0
- package/src/lib/Forms/ControlCodeEditor/index.d.ts +1 -0
- package/src/lib/Forms/{ControlDate.d.ts → ControlDate/ControlDate.d.ts} +10 -2
- package/src/lib/Forms/ControlDate/index.d.ts +2 -0
- package/src/lib/Forms/{ControlDateTime.d.ts → ControlDateTime/ControlDateTime.d.ts} +10 -2
- package/src/lib/Forms/ControlDateTime/index.d.ts +1 -0
- package/src/lib/Forms/ControlDebouncedInput/ControlDebouncedInput.d.ts +9 -0
- package/src/lib/Forms/ControlDebouncedInput/index.d.ts +1 -0
- package/src/lib/Forms/{ControlInput.d.ts → ControlInput/ControlInput.d.ts} +2 -2
- package/src/lib/Forms/ControlInput/index.d.ts +1 -0
- package/src/lib/Forms/{ControlNumberInput.d.ts → ControlNumberInput/ControlNumberInput.d.ts} +7 -3
- package/src/lib/Forms/ControlNumberInput/index.d.ts +1 -0
- package/src/lib/Forms/{ControlPeriodInput.d.ts → ControlPeriodInput/ControlPeriodInput.d.ts} +2 -3
- package/src/lib/Forms/ControlPeriodInput/index.d.ts +1 -0
- package/src/lib/Forms/{ControlPhoneInput.d.ts → ControlPhoneInput/ControlPhoneInput.d.ts} +7 -3
- package/src/lib/Forms/ControlPhoneInput/index.d.ts +1 -0
- package/src/lib/Forms/{ControlRadio.d.ts → ControlRadio/ControlRadio.d.ts} +2 -2
- package/src/lib/Forms/ControlRadio/index.d.ts +1 -0
- package/src/lib/Forms/{ControlSelect.d.ts → ControlSelect/ControlSelect.d.ts} +3 -3
- package/src/lib/Forms/ControlSelect/index.d.ts +1 -0
- package/src/lib/Forms/{ControlSwitch.d.ts → ControlSwitch/ControlSwitch.d.ts} +2 -2
- package/src/lib/Forms/ControlSwitch/index.d.ts +1 -0
- package/src/lib/Forms/{ControlTime.d.ts → ControlTime/ControlTime.d.ts} +5 -2
- package/src/lib/Forms/ControlTime/index.d.ts +1 -0
- package/src/lib/Forms/{CopyButton.d.ts → CopyButton/CopyButton.d.ts} +1 -2
- package/src/lib/Forms/CopyButton/index.d.ts +1 -0
- package/src/lib/InfoItem/InfoItem.d.ts +2 -3
- package/src/lib/{Modals → JsonModalView}/JsonModalView.d.ts +2 -2
- package/src/lib/JsonPathPicker/JsonPathPicker.d.ts +3 -4
- package/src/lib/JsonPathPicker/PropertyStep.d.ts +1 -2
- package/src/lib/JsonView/JsonView.d.ts +2 -4
- package/src/lib/Loader/Loader.d.ts +10 -4
- package/src/lib/MenuIcon/MenuIcon.d.ts +6 -0
- package/src/lib/MenuIcon/index.d.ts +1 -0
- package/src/lib/OverflowTooltip/OverflowTooltip.d.ts +6 -4
- package/src/lib/OverflowTooltip/index.d.ts +1 -0
- package/src/lib/Sidebar/Sidebar.d.ts +2 -3
- package/src/lib/Sidebar/Sidebar.styled.d.ts +3 -4
- package/src/lib/Sidebar/SidebarContext.d.ts +1 -1
- package/src/lib/Sidebar/SidebarDrawer.d.ts +1 -2
- package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +1 -2
- package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +1 -2
- package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +1 -2
- package/src/lib/Sidebar/SidebarLink/SidebarRootItem.d.ts +1 -2
- package/src/lib/Sidebar/SidebarLink/index.d.ts +0 -1
- package/src/lib/Sidebar/index.d.ts +1 -1
- package/src/lib/Status/Status.d.ts +2 -3
- package/src/lib/StepperView/StepperView.d.ts +2 -2
- package/src/lib/Table/DataGrid/DataGrid.styled.d.ts +0 -1
- package/src/lib/Table/DataGrid/JsonTypeCell.d.ts +1 -2
- package/src/lib/Table/DataGrid/Table.d.ts +5 -1
- package/src/lib/Table/DataGrid/TableAction.d.ts +1 -1
- package/src/lib/Table/DataGrid/TablePagination.d.ts +1 -2
- package/src/lib/Table/SimpleTable/SimpleTable.d.ts +3 -3
- package/src/lib/Table/SimpleTable/Table.styled.d.ts +0 -1
- package/src/lib/Table/SimpleTable/TableActionCell.d.ts +1 -1
- package/src/lib/Tabs/RouteTabs.d.ts +2 -3
- package/src/lib/Tabs/TabPanel.d.ts +1 -1
- package/src/lib/index.d.ts +1 -1
- package/src/theme/inputThemeOptions.d.ts +2 -3
- package/src/utils/ui-utils.d.ts +1 -1
- package/src/lib/Forms/BackButton.d.ts +0 -7
- package/src/lib/Forms/ControlDebouncedInput.d.ts +0 -4
- package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +0 -7
- /package/src/lib/{Modals → JsonModalView}/index.d.ts +0 -0
@@ -1,9 +1,8 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { ObjectPropertiesArrayType } from '../../../interfaces';
|
3
2
|
type Props = {
|
4
3
|
properties: ObjectPropertiesArrayType;
|
5
4
|
parentNames?: string[];
|
6
5
|
};
|
7
|
-
export declare const ObjectNodeView: ({ properties, parentNames }: Props) => JSX.Element;
|
8
|
-
declare const _default: import("react").MemoExoticComponent<({ properties, parentNames }: Props) => JSX.Element>;
|
6
|
+
export declare const ObjectNodeView: ({ properties, parentNames }: Props) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
declare const _default: import("react").MemoExoticComponent<({ properties, parentNames }: Props) => import("react/jsx-runtime").JSX.Element>;
|
9
8
|
export default _default;
|
@@ -1,7 +1,11 @@
|
|
1
|
-
|
2
|
-
import { NodeUnion } from '../../../interfaces';
|
1
|
+
import { NodeType, NodeUnion } from '../../../interfaces';
|
3
2
|
type Props = {
|
4
3
|
node: NodeUnion;
|
5
4
|
};
|
6
|
-
|
5
|
+
type ValueDisplayProps = {
|
6
|
+
value: unknown;
|
7
|
+
type: NodeType;
|
8
|
+
};
|
9
|
+
export declare const ValueDisplay: ({ value, type }: ValueDisplayProps) => import("react/jsx-runtime").JSX.Element;
|
10
|
+
export declare const NodeDataTable: ({ node }: Props) => import("react/jsx-runtime").JSX.Element;
|
7
11
|
export default NodeDataTable;
|
@@ -1,9 +1,8 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { NodeUnion } from '../../../interfaces';
|
3
|
-
type
|
2
|
+
export type ViewNodeProps = {
|
4
3
|
node?: NodeUnion;
|
5
4
|
parentNames?: string[];
|
6
5
|
defaultExpanded?: boolean;
|
7
6
|
};
|
8
|
-
export declare const ViewNode: ({ node, parentNames, defaultExpanded, }:
|
7
|
+
export declare const ViewNode: ({ node, parentNames, defaultExpanded, }: ViewNodeProps) => import("react/jsx-runtime").JSX.Element;
|
9
8
|
export default ViewNode;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './BackButton';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
3
|
import { TextFieldProps } from '@mui/material/TextField';
|
4
|
-
type
|
4
|
+
export type ControlArrayInputProps = TextFieldProps & {
|
5
5
|
name: string;
|
6
6
|
control: Control<any>;
|
7
7
|
label?: ReactNode;
|
@@ -10,5 +10,4 @@ type Props = TextFieldProps & {
|
|
10
10
|
onChange?: any;
|
11
11
|
textFieldLabel?: string;
|
12
12
|
};
|
13
|
-
export declare const ControlArrayInput: ({ name, control, label, required, defaultValue, onChange: customOnChange, textFieldLabel, ...textFieldProps }:
|
14
|
-
export {};
|
13
|
+
export declare const ControlArrayInput: ({ name, control, label, required, defaultValue, onChange: customOnChange, textFieldLabel, ...textFieldProps }: ControlArrayInputProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlArrayInput';
|
@@ -72,5 +72,5 @@ export type ControlAutocompleteProps = Omit<AutocompleteProps<unknown, boolean,
|
|
72
72
|
* Material UI `Autocomplete` controlled component. Used with react-hook-form
|
73
73
|
* @category Forms
|
74
74
|
*/
|
75
|
-
export declare const ControlAutocomplete: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, labelKey, valueKey, options, multiple, textFieldProps, disableCloseOnSelect, useStringValue, requiredErrorText, startAdornment, endAdornment, useVirtualList, ...autocompleteProps }: ControlAutocompleteProps) => JSX.Element;
|
75
|
+
export declare const ControlAutocomplete: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, labelKey, valueKey, options, multiple, textFieldProps, disableCloseOnSelect, useStringValue, requiredErrorText, startAdornment, endAdornment, useVirtualList, ...autocompleteProps }: ControlAutocompleteProps) => import("react/jsx-runtime").JSX.Element;
|
76
76
|
export default ControlAutocomplete;
|
@@ -7,7 +7,7 @@ type PaginateParams = {
|
|
7
7
|
size: string;
|
8
8
|
[key: string]: string;
|
9
9
|
};
|
10
|
-
type ControlQueryAutocompleteProps<T> = Omit<ControlAutocompleteProps, 'options'> & {
|
10
|
+
export type ControlQueryAutocompleteProps<T> = Omit<ControlAutocompleteProps, 'options'> & {
|
11
11
|
searchBy: string;
|
12
12
|
mongoQueryJson?: any;
|
13
13
|
sortBy?: string;
|
@@ -16,5 +16,5 @@ type ControlQueryAutocompleteProps<T> = Omit<ControlAutocompleteProps, 'options'
|
|
16
16
|
requiredErrorText?: string;
|
17
17
|
renderInput?: AutocompleteProps<unknown, boolean, boolean, boolean, React.ElementType<any>>['renderInput'];
|
18
18
|
};
|
19
|
-
export declare function ControlQueryAutocomplete<T>({ name, label, control, required, searchBy, labelKey, multiple, mongoQueryJson, disabled, valueKey, sortBy, hideErrorMessage, disableCloseOnSelect, textFieldProps, onChange, queryFunction, validate, itemQueryFunction, requiredErrorText, startAdornment, endAdornment, useVirtualList, ...autocompleteProps }: ControlQueryAutocompleteProps<T>): JSX.Element;
|
19
|
+
export declare function ControlQueryAutocomplete<T>({ name, label, control, required, searchBy, labelKey, multiple, mongoQueryJson, disabled, valueKey, sortBy, hideErrorMessage, disableCloseOnSelect, textFieldProps, onChange, queryFunction, validate, itemQueryFunction, requiredErrorText, startAdornment, endAdornment, useVirtualList, ...autocompleteProps }: ControlQueryAutocompleteProps<T>): import("react/jsx-runtime").JSX.Element;
|
20
20
|
export default ControlQueryAutocomplete;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
declare const useAutocomplete: ({ valueKey, labelKey }: {
|
3
2
|
valueKey: any;
|
4
3
|
labelKey: any;
|
5
4
|
}) => {
|
6
5
|
isOptionEqualToValue: (option: any, value: any) => boolean;
|
7
6
|
getOptionLabel: (option: any) => string;
|
8
|
-
renderOption: (props: any, option: any) => JSX.Element;
|
7
|
+
renderOption: (props: any, option: any) => import("react/jsx-runtime").JSX.Element;
|
9
8
|
};
|
10
9
|
export default useAutocomplete;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
2
2
|
import { ReactNode } from 'react';
|
3
3
|
import { Control } from 'react-hook-form';
|
4
|
-
import { ValidateFunc } from '
|
4
|
+
import { ValidateFunc } from '../../../interfaces';
|
5
5
|
/**
|
6
6
|
* This interface is referencing the [[ControlCheckbox]] component props.
|
7
7
|
* @category Forms
|
@@ -47,5 +47,5 @@ export type ControlCheckboxProps = CheckboxProps & {
|
|
47
47
|
* Material UI `Checkbox` controlled component. Used with react-hook-form
|
48
48
|
* @category Forms
|
49
49
|
*/
|
50
|
-
export declare const ControlCheckbox: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, ...checkboxProps }: ControlCheckboxProps) => JSX.Element;
|
50
|
+
export declare const ControlCheckbox: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, ...checkboxProps }: ControlCheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
51
51
|
export default ControlCheckbox;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlCheckbox';
|
@@ -1,6 +1,10 @@
|
|
1
1
|
import { ReactCodeMirrorRef } from '@uiw/react-codemirror';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
3
|
import { ReactNode } from 'react';
|
4
|
+
/**
|
5
|
+
* This interface is referencing the [[ControlCodeEditor]] component props.
|
6
|
+
* @category Forms
|
7
|
+
*/
|
4
8
|
export interface ControlCodeEditorProps {
|
5
9
|
name: string;
|
6
10
|
control: Control<any>;
|
@@ -19,5 +23,9 @@ export interface ControlCodeEditorProps {
|
|
19
23
|
[key: string]: unknown;
|
20
24
|
useCleanValue?: boolean;
|
21
25
|
}
|
26
|
+
/**
|
27
|
+
* `CodeMirror` controlled component. Used with react-hook-form
|
28
|
+
* @category Forms
|
29
|
+
*/
|
22
30
|
export declare const ControlCodeEditor: import("react").ForwardRefExoticComponent<Omit<ControlCodeEditorProps, "ref"> & import("react").RefAttributes<ReactCodeMirrorRef>>;
|
23
31
|
export default ControlCodeEditor;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlCodeEditor';
|
@@ -2,7 +2,11 @@ import { ReactNode } from 'react';
|
|
2
2
|
import { TextFieldProps } from '@mui/material/TextField';
|
3
3
|
import { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
4
4
|
import { Control, Validate } from 'react-hook-form';
|
5
|
-
|
5
|
+
/**
|
6
|
+
* This interface is referencing the [[ControlDate]] component props.
|
7
|
+
* @category Forms
|
8
|
+
*/
|
9
|
+
export type ControlDateProps = Partial<DatePickerProps<Date>> & {
|
6
10
|
/**
|
7
11
|
* React Hook Form `control`
|
8
12
|
*/
|
@@ -23,5 +27,9 @@ type ControlDateProps = Partial<DatePickerProps<Date>> & {
|
|
23
27
|
dateCondition?: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
|
24
28
|
defaultValue?: string;
|
25
29
|
};
|
26
|
-
|
30
|
+
/**
|
31
|
+
* Material UI `DatePicker` controlled component. Used with react-hook-form
|
32
|
+
* @category Forms
|
33
|
+
*/
|
34
|
+
export declare const ControlDate: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, dateCondition, validateErrorText, ...datePickerProps }: ControlDateProps) => import("react/jsx-runtime").JSX.Element;
|
27
35
|
export default ControlDate;
|
@@ -2,7 +2,11 @@ import { ReactNode } from 'react';
|
|
2
2
|
import { TextFieldProps } from '@mui/material/TextField';
|
3
3
|
import { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
4
4
|
import { Control, Validate } from 'react-hook-form';
|
5
|
-
|
5
|
+
/**
|
6
|
+
* This interface is referencing the [[ControlDateTime]] component props.
|
7
|
+
* @category Forms
|
8
|
+
*/
|
9
|
+
export type ControlDateTimeProps = Partial<DateTimePickerProps<Date>> & {
|
6
10
|
/**
|
7
11
|
* React Hook Form `control`
|
8
12
|
*/
|
@@ -23,5 +27,9 @@ type dateTimePickerProps = Partial<DateTimePickerProps<Date>> & {
|
|
23
27
|
dateCondition?: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
|
24
28
|
defaultValue?: string;
|
25
29
|
};
|
26
|
-
|
30
|
+
/**
|
31
|
+
* Material UI `DateTimePicker` controlled component. Used with react-hook-form
|
32
|
+
* @category Forms
|
33
|
+
*/
|
34
|
+
export declare const ControlDateTime: ({ control, name, required, label, placeholder, defaultValue, format, hideErrorMessage, textFieldProps, requiredErrorText, validate, dateCondition, validateErrorText, ...dateTimePickerProps }: ControlDateTimeProps) => import("react/jsx-runtime").JSX.Element;
|
27
35
|
export default ControlDateTime;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlDateTime';
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { type ControlInputProps } from '../ControlInput';
|
2
|
+
export type ControlDebouncedInputProps = ControlInputProps & {
|
3
|
+
/**
|
4
|
+
* Time to change form state
|
5
|
+
*/
|
6
|
+
debounceTime?: number;
|
7
|
+
};
|
8
|
+
export declare const ControlDebouncedInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, debounceTime, ...textFieldProps }: ControlDebouncedInputProps) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export default ControlDebouncedInput;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlDebouncedInput';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
3
|
import { TextFieldProps } from '@mui/material/TextField';
|
4
|
-
import { ValidateFunc } from '
|
4
|
+
import { ValidateFunc } from '../../../interfaces';
|
5
5
|
/**
|
6
6
|
* This interface is referencing the [[ControlInput]] component props.
|
7
7
|
* @category Forms
|
@@ -59,5 +59,5 @@ export type ControlInputProps = TextFieldProps & {
|
|
59
59
|
* Material UI `TextField` controlled component. Used with react-hook-form
|
60
60
|
* @category Forms
|
61
61
|
*/
|
62
|
-
export declare const ControlInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => JSX.Element;
|
62
|
+
export declare const ControlInput: ({ control, validate, name, label, required, defaultValue, disabled, textarea, hideErrorMessage, onChange: customOnChange, requiredErrorText, ...textFieldProps }: ControlInputProps) => import("react/jsx-runtime").JSX.Element;
|
63
63
|
export default ControlInput;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlInput';
|
package/src/lib/Forms/{ControlNumberInput.d.ts → ControlNumberInput/ControlNumberInput.d.ts}
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { ReactNode } from 'react';
|
2
2
|
import { TextFieldProps } from '@mui/material/TextField';
|
3
3
|
import { Control } from 'react-hook-form';
|
4
|
-
import { ValidateFunc } from '
|
4
|
+
import { ValidateFunc } from '../../../interfaces';
|
5
5
|
export interface ErrorText {
|
6
6
|
required: string;
|
7
7
|
notValidNumber: string;
|
@@ -12,7 +12,7 @@ export declare const DEFAULT_ERROR_TEXT: {
|
|
12
12
|
notValidNumber: string;
|
13
13
|
notValidInteger: string;
|
14
14
|
};
|
15
|
-
type
|
15
|
+
export type ControlNumberInputProps = TextFieldProps & {
|
16
16
|
/**
|
17
17
|
* React Hook Form control `name` propery
|
18
18
|
*/
|
@@ -68,5 +68,9 @@ type Props = TextFieldProps & {
|
|
68
68
|
*/
|
69
69
|
errorText?: ErrorText;
|
70
70
|
};
|
71
|
-
|
71
|
+
/**
|
72
|
+
* Material UI `TextField` controlled component that accepting only numbers. Used with react-hook-form
|
73
|
+
* @category Forms
|
74
|
+
*/
|
75
|
+
export declare const ControlNumberInput: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, decimal, valueAsNumber, useFormattedInputValue, errorText, ...textFieldProps }: ControlNumberInputProps) => import("react/jsx-runtime").JSX.Element;
|
72
76
|
export default ControlNumberInput;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlNumberInput';
|
package/src/lib/Forms/{ControlPeriodInput.d.ts → ControlPeriodInput/ControlPeriodInput.d.ts}
RENAMED
@@ -1,11 +1,10 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
|
-
type
|
3
|
+
export type ControlPeriodInputProps = {
|
4
4
|
name?: string;
|
5
5
|
control: Control<any>;
|
6
6
|
label?: ReactNode;
|
7
7
|
required?: boolean;
|
8
8
|
isSecondsVisible?: boolean;
|
9
9
|
};
|
10
|
-
export declare const ControlPeriodInput: ({ name, control, label, required, isSecondsVisible, }:
|
11
|
-
export {};
|
10
|
+
export declare const ControlPeriodInput: ({ name, control, label, required, isSecondsVisible, }: ControlPeriodInputProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlPeriodInput';
|
@@ -2,8 +2,8 @@ import { ReactNode } from 'react';
|
|
2
2
|
import { TextFieldProps } from '@mui/material/TextField';
|
3
3
|
import { Control } from 'react-hook-form';
|
4
4
|
import { Props as InputMaskProps } from 'react-input-mask';
|
5
|
-
import { ValidateFunc } from '
|
6
|
-
type
|
5
|
+
import { ValidateFunc } from '../../../interfaces';
|
6
|
+
export type ControlPhoneInputProps = TextFieldProps & {
|
7
7
|
control: Control<any>;
|
8
8
|
name: string;
|
9
9
|
required?: boolean;
|
@@ -15,5 +15,9 @@ type Props = TextFieldProps & {
|
|
15
15
|
inputMaskProps?: InputMaskProps;
|
16
16
|
validate?: ValidateFunc | Record<string, ValidateFunc>;
|
17
17
|
};
|
18
|
-
|
18
|
+
/**
|
19
|
+
* MUI `TextField` controlled component with `react-input-mask`. Used with react-hook-form
|
20
|
+
* @category Forms
|
21
|
+
*/
|
22
|
+
export declare const ControlPhoneInput: ({ control, name, label, required, mask, requiredErrorText, inputMaskProps, disabled, validate, invalidErrorText, ...textFieldProps }: ControlPhoneInputProps) => import("react/jsx-runtime").JSX.Element;
|
19
23
|
export default ControlPhoneInput;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlPhoneInput';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { RadioProps } from '@mui/material/Radio';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
|
-
import { ValidateFunc } from '
|
3
|
+
import { ValidateFunc } from '../../../interfaces';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
/**
|
6
6
|
* This interface is referencing the [[ControlRadioBtn]] component props.
|
@@ -66,5 +66,5 @@ export interface ControlRadioProps {
|
|
66
66
|
* Material UI `Radio` controlled component. Used with react-hook-form
|
67
67
|
* @category Forms
|
68
68
|
*/
|
69
|
-
export declare const ControlRadio: ({ name, label, values, control, required, defaultValue, disabled, hideErrorMessage, labelKey, valueKey, validate, onChange: customOnChange, row, radioProps, requiredErrorText, }: ControlRadioProps) => JSX.Element;
|
69
|
+
export declare const ControlRadio: ({ name, label, values, control, required, defaultValue, disabled, hideErrorMessage, labelKey, valueKey, validate, onChange: customOnChange, row, radioProps, requiredErrorText, }: ControlRadioProps) => import("react/jsx-runtime").JSX.Element;
|
70
70
|
export default ControlRadio;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlRadio';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { TextFieldProps } from '@mui/material/TextField';
|
2
2
|
import { ReactNode } from 'react';
|
3
3
|
import { Control } from 'react-hook-form';
|
4
|
-
import { ValidateFunc } from '
|
4
|
+
import { ValidateFunc } from '../../../interfaces';
|
5
5
|
/**
|
6
6
|
* This interface is referencing the [[ControlSelect]] component props.
|
7
7
|
* @category Forms
|
@@ -63,10 +63,10 @@ export type ControlSelectProps = TextFieldProps & {
|
|
63
63
|
*/
|
64
64
|
requiredErrorText?: string;
|
65
65
|
};
|
66
|
-
export declare const PopupIconComponent: () => JSX.Element;
|
66
|
+
export declare const PopupIconComponent: () => import("react/jsx-runtime").JSX.Element;
|
67
67
|
/**
|
68
68
|
* Material UI `Select` controlled component. Used with react-hook-form
|
69
69
|
* @category Forms
|
70
70
|
*/
|
71
|
-
export declare const ControlSelect: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, labelKey, valueKey, options, requiredErrorText, ...textFieldProps }: ControlSelectProps) => JSX.Element;
|
71
|
+
export declare const ControlSelect: ({ control, validate, name, label, required, defaultValue, disabled, hideErrorMessage, onChange: customOnChange, labelKey, valueKey, options, requiredErrorText, ...textFieldProps }: ControlSelectProps) => import("react/jsx-runtime").JSX.Element;
|
72
72
|
export default ControlSelect;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlSelect';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SwitchProps } from '@mui/material/Switch';
|
2
2
|
import { Control } from 'react-hook-form';
|
3
3
|
import { ReactNode } from 'react';
|
4
|
-
type
|
4
|
+
export type ControlSwitchProps = SwitchProps & {
|
5
5
|
/**
|
6
6
|
* React Hook Form `control`
|
7
7
|
*/
|
@@ -16,5 +16,5 @@ type Props = SwitchProps & {
|
|
16
16
|
label?: ReactNode;
|
17
17
|
defaultValue?: boolean;
|
18
18
|
};
|
19
|
-
export declare const ControlSwitch: ({ control, name, label, defaultValue, ...switchProps }:
|
19
|
+
export declare const ControlSwitch: ({ control, name, label, defaultValue, ...switchProps }: ControlSwitchProps) => import("react/jsx-runtime").JSX.Element;
|
20
20
|
export default ControlSwitch;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlSwitch';
|
@@ -2,7 +2,7 @@ import { TextFieldProps } from '@mui/material/TextField';
|
|
2
2
|
import { TimePickerProps } from '@mui/x-date-pickers/TimePicker';
|
3
3
|
import { ReactNode } from 'react';
|
4
4
|
import { Control } from 'react-hook-form';
|
5
|
-
type
|
5
|
+
export type ControlTimeProps = Partial<TimePickerProps<Date>> & {
|
6
6
|
/**
|
7
7
|
* React Hook Form `control`
|
8
8
|
*/
|
@@ -11,6 +11,9 @@ type Props = Partial<TimePickerProps<Date>> & {
|
|
11
11
|
* Is input required flag
|
12
12
|
*/
|
13
13
|
required?: boolean;
|
14
|
+
/**
|
15
|
+
* React Hook Form `name`
|
16
|
+
*/
|
14
17
|
name: string;
|
15
18
|
placeholder?: string;
|
16
19
|
textFieldProps?: TextFieldProps;
|
@@ -20,5 +23,5 @@ type Props = Partial<TimePickerProps<Date>> & {
|
|
20
23
|
requiredErrorText?: string;
|
21
24
|
defaultValue?: string;
|
22
25
|
};
|
23
|
-
export declare const ControlTime: ({ control, name, required, label, textFieldProps, format, hideErrorMessage, requiredErrorText, placeholder, defaultValue, ...timePickerProps }:
|
26
|
+
export declare const ControlTime: ({ control, name, required, label, textFieldProps, format, hideErrorMessage, requiredErrorText, placeholder, defaultValue, ...timePickerProps }: ControlTimeProps) => import("react/jsx-runtime").JSX.Element;
|
24
27
|
export default ControlTime;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './ControlTime';
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
/**
|
3
2
|
* This interface is referencing the [[CopyButton]] component props.
|
4
3
|
* @category Forms
|
@@ -17,4 +16,4 @@ export interface CopyButtonProps {
|
|
17
16
|
* Copy value button
|
18
17
|
* @category Forms
|
19
18
|
*/
|
20
|
-
export declare const CopyButton: ({ copyText, helpText }: CopyButtonProps) => JSX.Element;
|
19
|
+
export declare const CopyButton: ({ copyText, helpText }: CopyButtonProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './CopyButton';
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
type Props = {
|
1
|
+
export type InfoItemProps = {
|
3
2
|
title: string;
|
4
3
|
text?: string;
|
5
4
|
json?: any;
|
6
5
|
};
|
7
|
-
export declare const InfoItem: ({ title, text, json }:
|
6
|
+
export declare const InfoItem: ({ title, text, json }: InfoItemProps) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export default InfoItem;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
type
|
2
|
+
export type JsonModalViewProps = {
|
3
3
|
open: boolean;
|
4
4
|
value: string;
|
5
5
|
onClose: () => void;
|
@@ -8,5 +8,5 @@ type Props = {
|
|
8
8
|
fontSize?: number;
|
9
9
|
};
|
10
10
|
};
|
11
|
-
export declare const JsonModalView: React.FC<
|
11
|
+
export declare const JsonModalView: React.FC<JsonModalViewProps>;
|
12
12
|
export default JsonModalView;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
type Props = {
|
1
|
+
import type { JsonPathPickerProperty } from '../../interfaces';
|
2
|
+
export type JsonPathPickerProps = {
|
4
3
|
properties: JsonPathPickerProperty[];
|
5
4
|
open: boolean;
|
6
5
|
onClose: () => void;
|
7
6
|
onPaste: (path: string) => void;
|
8
7
|
};
|
9
|
-
export declare const JsonPathPicker: ({ open, onClose, onPaste, properties }:
|
8
|
+
export declare const JsonPathPicker: ({ open, onClose, onPaste, properties }: JsonPathPickerProps) => import("react/jsx-runtime").JSX.Element;
|
10
9
|
export default JsonPathPicker;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { ObjectPropertiesArrayType } from '../../interfaces';
|
3
2
|
type Props = {
|
4
3
|
properties: ObjectPropertiesArrayType<any>;
|
@@ -7,5 +6,5 @@ type Props = {
|
|
7
6
|
prefix?: string;
|
8
7
|
onClick: (path: string) => void;
|
9
8
|
};
|
10
|
-
declare const PropertyStep: ({ properties, parentKey, activePath, prefix, onClick, }: Props) => JSX.Element;
|
9
|
+
declare const PropertyStep: ({ properties, parentKey, activePath, prefix, onClick, }: Props) => import("react/jsx-runtime").JSX.Element;
|
11
10
|
export default PropertyStep;
|
@@ -1,9 +1,7 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { ReactCodeMirrorRef } from '@uiw/react-codemirror';
|
3
|
-
type
|
2
|
+
export type JsonViewProps = {
|
4
3
|
value: unknown;
|
5
4
|
height?: number;
|
6
5
|
fontSize?: number;
|
7
6
|
};
|
8
|
-
export declare const JsonView: import("react").ForwardRefExoticComponent<
|
9
|
-
export {};
|
7
|
+
export declare const JsonView: import("react").ForwardRefExoticComponent<JsonViewProps & import("react").RefAttributes<ReactCodeMirrorRef>>;
|
@@ -1,21 +1,27 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
/**
|
3
2
|
* This interface is referencing the [[Loader]] component props.
|
4
3
|
* @category Common UI components
|
5
4
|
*/
|
6
5
|
export interface LoaderProps {
|
7
6
|
/**
|
8
|
-
* Background transparency
|
7
|
+
* Background transparency
|
8
|
+
* `boolean` or `number` in 0 to 1 range.
|
9
|
+
* If `true`, the background will be transparent.
|
10
|
+
* Default: `0.3`
|
9
11
|
*/
|
10
|
-
transparent?: boolean;
|
12
|
+
transparent?: number | boolean;
|
11
13
|
/**
|
12
14
|
* CSS `position` property. Default: `absolute`
|
13
15
|
*/
|
14
16
|
position?: 'absolute' | 'relative' | 'fixed';
|
17
|
+
/**
|
18
|
+
* Background color
|
19
|
+
* Default: `#fff`
|
20
|
+
*/
|
15
21
|
bgcolor?: string;
|
16
22
|
}
|
17
23
|
/**
|
18
|
-
* Loader
|
24
|
+
* Loader component. Used in the data loading process
|
19
25
|
* @category Common UI components
|
20
26
|
*/
|
21
27
|
export declare const Loader: import("react").NamedExoticComponent<LoaderProps>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './MenuIcon';
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
2
|
-
export
|
3
|
-
children:
|
4
|
-
}
|
1
|
+
import { ReactNode } from 'react';
|
2
|
+
export type OverflowTipProps = {
|
3
|
+
children: ReactNode;
|
4
|
+
};
|
5
|
+
export declare const OverflowTip: ({ children }: OverflowTipProps) => import("react/jsx-runtime").JSX.Element;
|
6
|
+
export default OverflowTip;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { Route } from '../../interfaces';
|
3
|
-
type
|
3
|
+
export type SidebarProps = {
|
4
4
|
routes: Route[];
|
5
5
|
theme?: any;
|
6
6
|
title?: string;
|
@@ -10,5 +10,4 @@ type Props = {
|
|
10
10
|
footer?: React.ReactNode;
|
11
11
|
collapsedFooter?: React.ReactNode;
|
12
12
|
};
|
13
|
-
export declare const Sidebar: ({ routes, theme, title, id, logo, collapsedLogo, footer, collapsedFooter, }:
|
14
|
-
export {};
|
13
|
+
export declare const Sidebar: ({ routes, theme, title, id, logo, collapsedLogo, footer, collapsedFooter, }: SidebarProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,6 +1,5 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
export declare const drawerWidth = 248;
|
3
|
-
export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>,
|
2
|
+
export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
4
3
|
export declare const Drawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
5
4
|
export declare const Header: import("@emotion/styled").StyledComponent<import("@mui/material/Toolbar").ToolbarOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
6
5
|
ref?: import("react").Ref<HTMLDivElement>;
|
@@ -13,12 +12,12 @@ export declare const ListItem: import("@emotion/styled").StyledComponent<import(
|
|
13
12
|
}, "style" | "alignItems" | "classes" | "children" | "className" | "components" | "componentsProps" | "slots" | "slotProps" | "sx" | "disableGutters" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
14
13
|
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemButton").ListItemButtonOwnProps & Omit<import("@mui/material/ButtonBase").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
15
14
|
ref?: import("react").Ref<HTMLDivElement>;
|
16
|
-
}, "style" | "alignItems" | "classes" | "children" | "className" | "sx" | "tabIndex" | "disableGutters" | "dense" | "divider" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "
|
15
|
+
}, "style" | "alignItems" | "classes" | "children" | "className" | "sx" | "autoFocus" | "tabIndex" | "disableGutters" | "dense" | "divider" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
17
16
|
export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemIcon").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
18
17
|
export declare const ListSubheader: import("@emotion/styled").StyledComponent<import("@mui/material/ListSubheader").ListSubheaderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
19
18
|
ref?: import("react").Ref<HTMLLIElement>;
|
20
19
|
}, "style" | "color" | "inset" | "classes" | "children" | "className" | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
21
|
-
export declare const ListItemText: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemText").ListItemTextProps<import("react").ElementType<any>, import("react").ElementType<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
20
|
+
export declare const ListItemText: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemText").ListItemTextProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>, import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
22
21
|
export declare const ChildrenList: import("@emotion/styled").StyledComponent<import("@mui/material/List").ListOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
23
22
|
ref?: import("react").Ref<HTMLUListElement>;
|
24
23
|
}, "style" | "classes" | "children" | "className" | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|