@dartech/arsenal-ui 1.5.88 → 1.5.90
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +5 -5
- package/index.esm.js +1 -1
- package/package.json +3 -3
- package/src/consts/index.d.ts +14 -14
- package/src/interfaces/common.d.ts +24 -24
- package/src/interfaces/definition.d.ts +174 -174
- package/src/interfaces/definition3.d.ts +112 -112
- package/src/interfaces/index.d.ts +4 -4
- package/src/interfaces/ui.d.ts +74 -74
- package/src/lib/Alert/Alert.d.ts +55 -55
- package/src/lib/Alert/index.d.ts +1 -1
- package/src/lib/Breadcrumbs/Breadcrumbs.d.ts +9 -9
- package/src/lib/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -2
- package/src/lib/Breadcrumbs/index.d.ts +1 -1
- package/src/lib/ContentLayout/ContentLayout.d.ts +10 -10
- package/src/lib/ContentLayout/index.d.ts +1 -1
- package/src/lib/Definition/CreateDefinition/CreateDefinition.d.ts +26 -26
- package/src/lib/Definition/CreateDefinition/Dem3CreateDefinition.d.ts +23 -23
- package/src/lib/Definition/CreateDefinition/index.d.ts +2 -2
- package/src/lib/Definition/DefinitionFiller/DefinitionFiller.d.ts +21 -21
- package/src/lib/Definition/DefinitionFiller/Dem3DefinitionFiller.d.ts +17 -17
- package/src/lib/Definition/DefinitionFiller/index.d.ts +2 -2
- package/src/lib/Definition/DefinitionValueView/DefinitionValueView.d.ts +8 -8
- package/src/lib/Definition/DefinitionValueView/FileDefinitionValueView.d.ts +8 -8
- package/src/lib/Definition/DefinitionValueView/PropertyDataView.d.ts +9 -9
- package/src/lib/Definition/DefinitionValueView/index.d.ts +1 -1
- package/src/lib/Definition/Dem3DefinitionView/Dem3DefinitionView.d.ts +8 -8
- package/src/lib/Definition/Dem3DefinitionView/FileDefinitionValueView.d.ts +8 -8
- package/src/lib/Definition/Dem3DefinitionView/NodeDataView.d.ts +9 -9
- package/src/lib/Definition/Dem3DefinitionView/index.d.ts +1 -1
- package/src/lib/Definition/index.d.ts +4 -4
- package/src/lib/DefinitionNode/NodeFormBuilder/ArrayNodeFormBuilder.d.ts +20 -20
- package/src/lib/DefinitionNode/NodeFormBuilder/ArrayNodeFormBuilderControl.d.ts +22 -22
- package/src/lib/DefinitionNode/NodeFormBuilder/NodeFormBuilderContext.d.ts +20 -20
- package/src/lib/DefinitionNode/NodeFormBuilder/NodeFormBuilderControl.d.ts +22 -22
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/ArrayNodeWidget.d.ts +18 -18
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/ArrayNodeWidgetControl.d.ts +20 -20
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/NodeWidget.d.ts +19 -19
- package/src/lib/DefinitionNode/NodeFormBuilder/Widget/index.d.ts +3 -3
- package/src/lib/DefinitionNode/NodeFormBuilder/index.d.ts +4 -4
- package/src/lib/DefinitionNode/NodeFormBuilder/styled.d.ts +18 -18
- package/src/lib/DefinitionNode/NodeFormBuilder/useNodeFormBuilder.d.ts +26 -26
- package/src/lib/DefinitionNode/UpsertNode/CreateNode/CreateNode.d.ts +29 -29
- package/src/lib/DefinitionNode/UpsertNode/CreateNode/CreateNodeWithContext.d.ts +27 -27
- package/src/lib/DefinitionNode/UpsertNode/CreateNode/index.d.ts +3 -3
- package/src/lib/DefinitionNode/UpsertNode/CustomNodeField.d.ts +7 -7
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ArrayAdditionalFields.d.ts +19 -19
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/BigDecimalPropertyFields.d.ts +8 -8
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/DateAdditionalFields.d.ts +10 -10
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/EntityReferencePropertyFields.d.ts +12 -12
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/NodeAdditionalFields.d.ts +21 -21
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectAdditionalFields.d.ts +18 -18
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectNodeProperties/ListItem.d.ts +31 -31
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectNodeProperties/ObjectNodeProperties.d.ts +33 -33
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/ObjectNodeProperties/index.d.ts +2 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/ObjectAdditionalFields/index.d.ts +3 -3
- package/src/lib/DefinitionNode/UpsertNode/NodeAdditionalFields/index.d.ts +2 -2
- package/src/lib/DefinitionNode/UpsertNode/NodeForm.d.ts +21 -21
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/BooleanValueField.d.ts +9 -9
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/DateTimeValueField.d.ts +9 -9
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/DateValueField.d.ts +9 -9
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/FileValueWidget.d.ts +6 -6
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/JsonValueField.d.ts +8 -8
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/NodeValueField.d.ts +19 -19
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/StringValueField.d.ts +14 -14
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/TimeValueField.d.ts +9 -9
- package/src/lib/DefinitionNode/UpsertNode/NodeValueField/index.d.ts +1 -1
- package/src/lib/DefinitionNode/UpsertNode/index.d.ts +4 -4
- package/src/lib/DefinitionNode/UpsertNode/useCustomFields.d.ts +7 -7
- package/src/lib/DefinitionNode/ViewNode/ObjectNodeShortView.d.ts +7 -7
- package/src/lib/DefinitionNode/ViewNode/ObjectNodeView.d.ts +9 -9
- package/src/lib/DefinitionNode/ViewNode/PropertyDataTable.d.ts +7 -7
- package/src/lib/DefinitionNode/ViewNode/PropertyItem.d.ts +9 -9
- package/src/lib/DefinitionNode/ViewNode/ViewNode.d.ts +9 -9
- package/src/lib/DefinitionNode/ViewNode/index.d.ts +2 -2
- package/src/lib/DefinitionNode/index.d.ts +3 -3
- package/src/lib/Forms/BackButton.d.ts +7 -7
- package/src/lib/Forms/ControlAceEditor.d.ts +23 -23
- package/src/lib/Forms/ControlArrayInput.d.ts +14 -14
- package/src/lib/Forms/ControlAutocomplete/ControlAutocomplete.d.ts +76 -76
- package/src/lib/Forms/ControlAutocomplete/ControlQueryAutocomplete.d.ts +20 -20
- package/src/lib/Forms/ControlAutocomplete/ListboxComponent.d.ts +3 -3
- package/src/lib/Forms/ControlAutocomplete/index.d.ts +2 -2
- package/src/lib/Forms/ControlAutocomplete/useAutocomplete.d.ts +10 -10
- package/src/lib/Forms/ControlCheckbox.d.ts +51 -51
- package/src/lib/Forms/ControlDate.d.ts +27 -27
- package/src/lib/Forms/ControlDateTime.d.ts +27 -27
- package/src/lib/Forms/ControlDebouncedInput.d.ts +4 -4
- package/src/lib/Forms/ControlInput.d.ts +63 -63
- package/src/lib/Forms/ControlNumberInput.d.ts +72 -72
- package/src/lib/Forms/ControlPeriodInput.d.ts +11 -11
- package/src/lib/Forms/ControlPhoneInput.d.ts +19 -19
- package/src/lib/Forms/ControlRadio.d.ts +70 -70
- package/src/lib/Forms/ControlSelect.d.ts +72 -72
- package/src/lib/Forms/ControlSwitch.d.ts +20 -20
- package/src/lib/Forms/ControlTime.d.ts +24 -24
- package/src/lib/Forms/CopyButton.d.ts +20 -20
- package/src/lib/Forms/index.d.ts +17 -17
- package/src/lib/InfoItem/InfoItem.d.ts +8 -8
- package/src/lib/InfoItem/index.d.ts +1 -1
- package/src/lib/JsonPathPicker/JsonPathPicker.d.ts +10 -10
- package/src/lib/JsonPathPicker/PropertyStep.d.ts +11 -11
- package/src/lib/JsonPathPicker/index.d.ts +1 -1
- package/src/lib/JsonView/JsonView.d.ts +9 -9
- package/src/lib/JsonView/index.d.ts +1 -1
- package/src/lib/Loader/Loader.d.ts +22 -22
- package/src/lib/Loader/index.d.ts +1 -1
- package/src/lib/Modals/JsonModalView.d.ts +12 -12
- package/src/lib/Modals/index.d.ts +1 -1
- package/src/lib/OverflowTooltip/OverflowTooltip.d.ts +4 -4
- package/src/lib/OverflowTooltip/index.d.ts +1 -1
- package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyFiller.d.ts +26 -26
- package/src/lib/Property/PropertyFiller/ControlFiller/ControlMultiplePropertyWidget.d.ts +24 -24
- package/src/lib/Property/PropertyFiller/ControlFiller/ControlPropertyFiller.d.ts +26 -26
- package/src/lib/Property/PropertyFiller/ControlFiller/index.d.ts +3 -3
- package/src/lib/Property/PropertyFiller/JsonEditor.d.ts +9 -9
- package/src/lib/Property/PropertyFiller/MultiplePropertyFiller.d.ts +24 -24
- package/src/lib/Property/PropertyFiller/MultiplePropertyWidget.d.ts +22 -22
- package/src/lib/Property/PropertyFiller/PropertyFiller.d.ts +24 -24
- package/src/lib/Property/PropertyFiller/index.d.ts +2 -2
- package/src/lib/Property/PropertyFiller/styled.d.ts +18 -18
- package/src/lib/Property/PropertyFiller/usePropertyFiller.d.ts +26 -26
- package/src/lib/Property/PropertyValidator/NodeValidator.d.ts +9 -9
- package/src/lib/Property/PropertyValidator/NodesList.d.ts +9 -9
- package/src/lib/Property/PropertyValidator/NumericTypeValidator.d.ts +8 -8
- package/src/lib/Property/PropertyValidator/PropertyValidator.d.ts +10 -10
- package/src/lib/Property/PropertyValidator/PropertyValidatorContext.d.ts +3 -3
- package/src/lib/Property/PropertyValidator/StringTypeValidator.d.ts +8 -8
- package/src/lib/Property/PropertyValidator/ValidationNodeSelector.d.ts +10 -10
- package/src/lib/Property/PropertyValidator/index.d.ts +1 -1
- package/src/lib/Property/PropertyWidget/PropertyWidget.d.ts +23 -23
- package/src/lib/Property/PropertyWidget/index.d.ts +1 -1
- package/src/lib/Property/UpsertProperty/CreatePropertiesList/CreatePropertiesList.d.ts +36 -36
- package/src/lib/Property/UpsertProperty/CreatePropertiesList/ListItem.d.ts +29 -29
- package/src/lib/Property/UpsertProperty/CreatePropertiesList/index.d.ts +2 -2
- package/src/lib/Property/UpsertProperty/CreatePropertiesListContext.d.ts +30 -30
- package/src/lib/Property/UpsertProperty/CreatePropertyFormFields.d.ts +24 -24
- package/src/lib/Property/UpsertProperty/CustomPropertyField.d.ts +7 -7
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/BigDecimalPropertyFields.d.ts +8 -8
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/DateAdditionalFields.d.ts +9 -9
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityAdditionalFields.d.ts +22 -22
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/EntityReferencePropertyFields.d.ts +12 -12
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/PropertyAdditionalFields.d.ts +23 -23
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/StringPropertyFields.d.ts +8 -8
- package/src/lib/Property/UpsertProperty/PropertyAdditionalFields/index.d.ts +1 -1
- package/src/lib/Property/UpsertProperty/PropertyValueField/BooleanValueField.d.ts +9 -9
- package/src/lib/Property/UpsertProperty/PropertyValueField/DateTimeValueField.d.ts +9 -9
- package/src/lib/Property/UpsertProperty/PropertyValueField/DateValueField.d.ts +9 -9
- package/src/lib/Property/UpsertProperty/PropertyValueField/FileValueWidget.d.ts +6 -6
- package/src/lib/Property/UpsertProperty/PropertyValueField/JsonValueField.d.ts +8 -8
- package/src/lib/Property/UpsertProperty/PropertyValueField/PropertyValueField.d.ts +23 -23
- package/src/lib/Property/UpsertProperty/PropertyValueField/StringValueField.d.ts +14 -14
- package/src/lib/Property/UpsertProperty/PropertyValueField/TimeValueField.d.ts +9 -9
- package/src/lib/Property/UpsertProperty/PropertyValueField/index.d.ts +1 -1
- package/src/lib/Property/UpsertProperty/index.d.ts +4 -4
- package/src/lib/Property/UpsertProperty/useCustomFields.d.ts +6 -6
- package/src/lib/Property/ViewPropertiesList/ViewPropertiesList.d.ts +8 -8
- package/src/lib/Property/ViewPropertiesList/index.d.ts +1 -1
- package/src/lib/Property/ViewProperty/EntityPropertiesShortView.d.ts +7 -7
- package/src/lib/Property/ViewProperty/EntityPropertiesView.d.ts +8 -8
- package/src/lib/Property/ViewProperty/PropertyDataTable.d.ts +7 -7
- package/src/lib/Property/ViewProperty/PropertyItem.d.ts +9 -9
- package/src/lib/Property/ViewProperty/ViewProperty.d.ts +9 -9
- package/src/lib/Property/ViewProperty/index.d.ts +1 -1
- package/src/lib/Property/index.d.ts +4 -4
- package/src/lib/Sidebar/Sidebar.d.ts +14 -14
- package/src/lib/Sidebar/Sidebar.styled.d.ts +118 -118
- package/src/lib/Sidebar/SidebarContext.d.ts +12 -12
- package/src/lib/Sidebar/SidebarDrawer.d.ts +13 -13
- package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +7 -7
- package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +8 -8
- package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +9 -9
- package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +11 -11
- package/src/lib/Sidebar/SidebarLink/SidebarRootItem.d.ts +11 -11
- package/src/lib/Sidebar/SidebarLink/index.d.ts +2 -2
- package/src/lib/Sidebar/index.d.ts +2 -2
- package/src/lib/Status/Status.d.ts +8 -8
- package/src/lib/Status/index.d.ts +1 -1
- package/src/lib/StepperView/StepperView.d.ts +11 -11
- package/src/lib/StepperView/index.d.ts +1 -1
- package/src/lib/Table/DataGrid/DataGrid.styled.d.ts +4 -4
- package/src/lib/Table/DataGrid/JsonTypeCell.d.ts +7 -7
- package/src/lib/Table/DataGrid/Table.d.ts +48 -48
- package/src/lib/Table/DataGrid/TableAction.d.ts +13 -13
- package/src/lib/Table/DataGrid/TableColumnMenu.d.ts +3 -3
- package/src/lib/Table/DataGrid/TablePagination.d.ts +3 -3
- package/src/lib/Table/DataGrid/index.d.ts +2 -2
- package/src/lib/Table/DataGrid/usePagination.d.ts +5 -5
- package/src/lib/Table/DataGrid/useTableQueryPagination.d.ts +12 -12
- package/src/lib/Table/DataGrid/useTableQuerySorting.d.ts +6 -6
- package/src/lib/Table/SimpleTable/SimpleTable.d.ts +19 -19
- package/src/lib/Table/SimpleTable/Table.styled.d.ts +30 -30
- package/src/lib/Table/SimpleTable/TableActionCell.d.ts +10 -10
- package/src/lib/Table/SimpleTable/index.d.ts +2 -2
- package/src/lib/Table/SimpleTable/useTablePagination.d.ts +7 -7
- package/src/lib/Table/SimpleTable/useTableSorting.d.ts +6 -6
- package/src/lib/Table/index.d.ts +2 -2
- package/src/lib/Tabs/RouteTabs.d.ts +11 -11
- package/src/lib/Tabs/TabPanel.d.ts +25 -25
- package/src/lib/Tabs/index.d.ts +2 -2
- package/src/lib/index.d.ts +18 -18
- package/src/theme/baseTheme.d.ts +2 -2
- package/src/theme/index.d.ts +1 -1
- package/src/theme/inputThemeOptions.d.ts +203 -203
- package/src/theme/stepperThemeOptions.d.ts +16 -16
- package/src/theme/tableThemeOptions.d.ts +159 -159
- package/src/theme/typographyThemeOptions.d.ts +29 -29
- package/src/utils/common.d.ts +7 -7
- package/src/utils/dem.d.ts +27 -27
- package/src/utils/dem3.d.ts +28 -28
- package/src/utils/hooks.d.ts +7 -7
- package/src/utils/index.d.ts +6 -6
- package/src/utils/test-mocks.d.ts +166 -166
- package/src/utils/ui-utils.d.ts +17 -17
- package/src/utils/validators.d.ts +6 -6
@@ -1,118 +1,118 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export declare const drawerWidth = 248;
|
3
|
-
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
|
-
export declare const Drawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
5
|
-
export declare const Header: import("@emotion/styled").StyledComponent<{
|
6
|
-
children?: import("react").ReactNode;
|
7
|
-
classes?: Partial<import("@mui/material/Toolbar").ToolbarClasses>;
|
8
|
-
disableGutters?: boolean;
|
9
|
-
variant?: "regular" | "dense"
|
10
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
11
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
12
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
13
|
-
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "disableGutters" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
14
|
-
export declare const List: import("@emotion/styled").StyledComponent<{
|
15
|
-
children?: import("react").ReactNode;
|
16
|
-
classes?: Partial<import("@mui/material/List").ListClasses>;
|
17
|
-
dense?: boolean;
|
18
|
-
disablePadding?: boolean;
|
19
|
-
subheader?: import("react").ReactNode;
|
20
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
21
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
22
|
-
ref?: import("react").Ref<HTMLUListElement>;
|
23
|
-
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
24
|
-
export declare const ListItem: import("@emotion/styled").StyledComponent<{
|
25
|
-
button?: false;
|
26
|
-
} & import("@mui/material/ListItem").ListItemBaseProps & {
|
27
|
-
components?: {
|
28
|
-
Root?: import("react").ElementType<any>;
|
29
|
-
};
|
30
|
-
componentsProps?: {
|
31
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material/ListItem").ListItemComponentsPropsOverrides;
|
32
|
-
};
|
33
|
-
slotProps?: {
|
34
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material/ListItem").ListItemComponentsPropsOverrides;
|
35
|
-
};
|
36
|
-
slots?: {
|
37
|
-
root?: import("react").ElementType<any>;
|
38
|
-
};
|
39
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
40
|
-
ref?: import("react").Ref<HTMLLIElement>;
|
41
|
-
}, "button" | "style" | "alignItems" | "classes" | "slotProps" | "children" | "slots" | "className" | "components" | "componentsProps" | "sx" | "disableGutters" | "dense" | "
|
42
|
-
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemButton").ListItemButtonBaseProps & Omit<{
|
43
|
-
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
44
|
-
centerRipple?: boolean;
|
45
|
-
children?: import("react").ReactNode;
|
46
|
-
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
47
|
-
disabled?: boolean;
|
48
|
-
disableRipple?: boolean;
|
49
|
-
disableTouchRipple?: boolean;
|
50
|
-
focusRipple?: boolean;
|
51
|
-
focusVisibleClassName?: string;
|
52
|
-
LinkComponent?: import("react").ElementType<any>;
|
53
|
-
onFocusVisible?: import("react").FocusEventHandler<any>;
|
54
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
55
|
-
tabIndex?: number;
|
56
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
57
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
58
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
59
|
-
ref?: import("react").Ref<HTMLDivElement>;
|
60
|
-
}, "style" | "alignItems" | "classes" | "children" | "className" | "tabIndex" | "sx" | "disableGutters" | "dense" | "
|
61
|
-
export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemIcon").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
62
|
-
export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
|
63
|
-
children?: import("react").ReactNode;
|
64
|
-
classes?: Partial<import("@mui/material/ListSubheader").ListSubheaderClasses>;
|
65
|
-
color?: "inherit" | "default" | "primary";
|
66
|
-
disableGutters?: boolean;
|
67
|
-
disableSticky?: boolean;
|
68
|
-
inset?: boolean;
|
69
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
70
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
71
|
-
ref?: import("react").Ref<HTMLLIElement>;
|
72
|
-
}, "color" | "inset" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
73
|
-
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>, {}, {}>;
|
74
|
-
export declare const ChildrenList: import("@emotion/styled").StyledComponent<{
|
75
|
-
children?: import("react").ReactNode;
|
76
|
-
classes?: Partial<import("@mui/material/List").ListClasses>;
|
77
|
-
dense?: boolean;
|
78
|
-
disablePadding?: boolean;
|
79
|
-
subheader?: import("react").ReactNode;
|
80
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
81
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
82
|
-
ref?: import("react").Ref<HTMLUListElement>;
|
83
|
-
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
84
|
-
export declare const CollapseButton: import("@emotion/styled").StyledComponent<{
|
85
|
-
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
86
|
-
centerRipple?: boolean;
|
87
|
-
children?: import("react").ReactNode;
|
88
|
-
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
89
|
-
disabled?: boolean;
|
90
|
-
disableRipple?: boolean;
|
91
|
-
disableTouchRipple?: boolean;
|
92
|
-
focusRipple?: boolean;
|
93
|
-
focusVisibleClassName?: string;
|
94
|
-
LinkComponent?: import("react").ElementType<any>;
|
95
|
-
onFocusVisible?: import("react").FocusEventHandler<any>;
|
96
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
97
|
-
tabIndex?: number;
|
98
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
99
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
100
|
-
} & Omit<{
|
101
|
-
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
102
|
-
centerRipple?: boolean;
|
103
|
-
children?: import("react").ReactNode;
|
104
|
-
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
105
|
-
disabled?: boolean;
|
106
|
-
disableRipple?: boolean;
|
107
|
-
disableTouchRipple?: boolean;
|
108
|
-
focusRipple?: boolean;
|
109
|
-
focusVisibleClassName?: string;
|
110
|
-
LinkComponent?: import("react").ElementType<any>;
|
111
|
-
onFocusVisible?: import("react").FocusEventHandler<any>;
|
112
|
-
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
113
|
-
tabIndex?: number;
|
114
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
115
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
116
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
117
|
-
ref?: import("react").Ref<HTMLButtonElement>;
|
118
|
-
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "sx" | "
|
1
|
+
/// <reference types="react" />
|
2
|
+
export declare const drawerWidth = 248;
|
3
|
+
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
|
+
export declare const Drawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
5
|
+
export declare const Header: import("@emotion/styled").StyledComponent<{
|
6
|
+
children?: import("react").ReactNode;
|
7
|
+
classes?: Partial<import("@mui/material/Toolbar").ToolbarClasses>;
|
8
|
+
disableGutters?: boolean;
|
9
|
+
variant?: import("@mui/types").OverridableStringUnion<"regular" | "dense", import("@mui/material/Toolbar").ToolbarPropsVariantOverrides>;
|
10
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
11
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
12
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
13
|
+
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "disableGutters" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
14
|
+
export declare const List: import("@emotion/styled").StyledComponent<{
|
15
|
+
children?: import("react").ReactNode;
|
16
|
+
classes?: Partial<import("@mui/material/List").ListClasses>;
|
17
|
+
dense?: boolean;
|
18
|
+
disablePadding?: boolean;
|
19
|
+
subheader?: import("react").ReactNode;
|
20
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
21
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
22
|
+
ref?: import("react").Ref<HTMLUListElement>;
|
23
|
+
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
24
|
+
export declare const ListItem: import("@emotion/styled").StyledComponent<{
|
25
|
+
button?: false;
|
26
|
+
} & import("@mui/material/ListItem").ListItemBaseProps & {
|
27
|
+
components?: {
|
28
|
+
Root?: import("react").ElementType<any>;
|
29
|
+
};
|
30
|
+
componentsProps?: {
|
31
|
+
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material/ListItem").ListItemComponentsPropsOverrides;
|
32
|
+
};
|
33
|
+
slotProps?: {
|
34
|
+
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material/ListItem").ListItemComponentsPropsOverrides;
|
35
|
+
};
|
36
|
+
slots?: {
|
37
|
+
root?: import("react").ElementType<any>;
|
38
|
+
};
|
39
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
40
|
+
ref?: import("react").Ref<HTMLLIElement>;
|
41
|
+
}, "button" | "style" | "alignItems" | "classes" | "slotProps" | "children" | "slots" | "className" | "components" | "componentsProps" | "sx" | "disableGutters" | "dense" | "disablePadding" | "disabled" | "autoFocus" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
42
|
+
export declare const ListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemButton").ListItemButtonBaseProps & Omit<{
|
43
|
+
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
44
|
+
centerRipple?: boolean;
|
45
|
+
children?: import("react").ReactNode;
|
46
|
+
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
47
|
+
disabled?: boolean;
|
48
|
+
disableRipple?: boolean;
|
49
|
+
disableTouchRipple?: boolean;
|
50
|
+
focusRipple?: boolean;
|
51
|
+
focusVisibleClassName?: string;
|
52
|
+
LinkComponent?: import("react").ElementType<any>;
|
53
|
+
onFocusVisible?: import("react").FocusEventHandler<any>;
|
54
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
55
|
+
tabIndex?: number;
|
56
|
+
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
57
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
58
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
59
|
+
ref?: import("react").Ref<HTMLDivElement>;
|
60
|
+
}, "style" | "alignItems" | "classes" | "children" | "className" | "tabIndex" | "sx" | "disableGutters" | "dense" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "divider" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
61
|
+
export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material/ListItemIcon").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
62
|
+
export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
|
63
|
+
children?: import("react").ReactNode;
|
64
|
+
classes?: Partial<import("@mui/material/ListSubheader").ListSubheaderClasses>;
|
65
|
+
color?: "inherit" | "default" | "primary";
|
66
|
+
disableGutters?: boolean;
|
67
|
+
disableSticky?: boolean;
|
68
|
+
inset?: boolean;
|
69
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
70
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
71
|
+
ref?: import("react").Ref<HTMLLIElement>;
|
72
|
+
}, "color" | "inset" | "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "disableGutters" | "disableSticky"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
73
|
+
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>, {}, {}>;
|
74
|
+
export declare const ChildrenList: import("@emotion/styled").StyledComponent<{
|
75
|
+
children?: import("react").ReactNode;
|
76
|
+
classes?: Partial<import("@mui/material/List").ListClasses>;
|
77
|
+
dense?: boolean;
|
78
|
+
disablePadding?: boolean;
|
79
|
+
subheader?: import("react").ReactNode;
|
80
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
81
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
82
|
+
ref?: import("react").Ref<HTMLUListElement>;
|
83
|
+
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
84
|
+
export declare const CollapseButton: import("@emotion/styled").StyledComponent<{
|
85
|
+
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
86
|
+
centerRipple?: boolean;
|
87
|
+
children?: import("react").ReactNode;
|
88
|
+
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
89
|
+
disabled?: boolean;
|
90
|
+
disableRipple?: boolean;
|
91
|
+
disableTouchRipple?: boolean;
|
92
|
+
focusRipple?: boolean;
|
93
|
+
focusVisibleClassName?: string;
|
94
|
+
LinkComponent?: import("react").ElementType<any>;
|
95
|
+
onFocusVisible?: import("react").FocusEventHandler<any>;
|
96
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
97
|
+
tabIndex?: number;
|
98
|
+
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
99
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
100
|
+
} & Omit<{
|
101
|
+
action?: import("react").Ref<import("@mui/material/ButtonBase").ButtonBaseActions>;
|
102
|
+
centerRipple?: boolean;
|
103
|
+
children?: import("react").ReactNode;
|
104
|
+
classes?: Partial<import("@mui/material/ButtonBase").ButtonBaseClasses>;
|
105
|
+
disabled?: boolean;
|
106
|
+
disableRipple?: boolean;
|
107
|
+
disableTouchRipple?: boolean;
|
108
|
+
focusRipple?: boolean;
|
109
|
+
focusVisibleClassName?: string;
|
110
|
+
LinkComponent?: import("react").ElementType<any>;
|
111
|
+
onFocusVisible?: import("react").FocusEventHandler<any>;
|
112
|
+
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme>;
|
113
|
+
tabIndex?: number;
|
114
|
+
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps>;
|
115
|
+
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
116
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
117
|
+
ref?: import("react").Ref<HTMLButtonElement>;
|
118
|
+
}, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "sx" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
type SidebarContextProps = {
|
3
|
-
collapsed: boolean;
|
4
|
-
toggleCollapse: () => void;
|
5
|
-
toggleRootElementLink?: (name: string, isCollapsed: boolean) => void;
|
6
|
-
};
|
7
|
-
export declare const SidebarContext: import("react").Context<SidebarContextProps>;
|
8
|
-
export declare const useSidebarContext: () => SidebarContextProps;
|
9
|
-
export declare const SidebarContextProvider: ({ children }: {
|
10
|
-
children: any;
|
11
|
-
}) => JSX.Element;
|
12
|
-
export {};
|
1
|
+
/// <reference types="react" />
|
2
|
+
type SidebarContextProps = {
|
3
|
+
collapsed: boolean;
|
4
|
+
toggleCollapse: () => void;
|
5
|
+
toggleRootElementLink?: (name: string, isCollapsed: boolean) => void;
|
6
|
+
};
|
7
|
+
export declare const SidebarContext: import("react").Context<SidebarContextProps>;
|
8
|
+
export declare const useSidebarContext: () => SidebarContextProps;
|
9
|
+
export declare const SidebarContextProvider: ({ children }: {
|
10
|
+
children: any;
|
11
|
+
}) => JSX.Element;
|
12
|
+
export {};
|
@@ -1,13 +1,13 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Route } from '../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
title?: string;
|
5
|
-
routes: Route[];
|
6
|
-
id?: string;
|
7
|
-
logo?: string;
|
8
|
-
collapsedLogo?: string;
|
9
|
-
footer?: React.ReactNode;
|
10
|
-
collapsedFooter?: React.ReactNode;
|
11
|
-
};
|
12
|
-
declare const SidebarDrawer: ({ title, routes, id, logo, collapsedLogo, footer, collapsedFooter, }: Props) => JSX.Element;
|
13
|
-
export default SidebarDrawer;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Route } from '../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
title?: string;
|
5
|
+
routes: Route[];
|
6
|
+
id?: string;
|
7
|
+
logo?: string;
|
8
|
+
collapsedLogo?: string;
|
9
|
+
footer?: React.ReactNode;
|
10
|
+
collapsedFooter?: React.ReactNode;
|
11
|
+
};
|
12
|
+
declare const SidebarDrawer: ({ title, routes, id, logo, collapsedLogo, footer, collapsedFooter, }: Props) => JSX.Element;
|
13
|
+
export default SidebarDrawer;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
type Props = {
|
3
|
-
src: string;
|
4
|
-
alt?: string;
|
5
|
-
};
|
6
|
-
export declare const MenuIcon: ({ src, alt }: Props) => JSX.Element;
|
7
|
-
export default MenuIcon;
|
1
|
+
/// <reference types="react" />
|
2
|
+
type Props = {
|
3
|
+
src: string;
|
4
|
+
alt?: string;
|
5
|
+
};
|
6
|
+
export declare const MenuIcon: ({ src, alt }: Props) => JSX.Element;
|
7
|
+
export default MenuIcon;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Route } from '../../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
route: Route;
|
5
|
-
isSubmenu?: boolean;
|
6
|
-
};
|
7
|
-
declare const SidebarLink: ({ route, isSubmenu }: Props) => JSX.Element;
|
8
|
-
export default SidebarLink;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Route } from '../../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
route: Route;
|
5
|
+
isSubmenu?: boolean;
|
6
|
+
};
|
7
|
+
declare const SidebarLink: ({ route, isSubmenu }: Props) => JSX.Element;
|
8
|
+
export default SidebarLink;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Route } from '../../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
route: Route;
|
5
|
-
isActive: boolean;
|
6
|
-
isSubmenu?: boolean;
|
7
|
-
};
|
8
|
-
declare const SidebarLinkItem: ({ route, isActive, isSubmenu }: Props) => JSX.Element;
|
9
|
-
export default SidebarLinkItem;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Route } from '../../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
route: Route;
|
5
|
+
isActive: boolean;
|
6
|
+
isSubmenu?: boolean;
|
7
|
+
};
|
8
|
+
declare const SidebarLinkItem: ({ route, isActive, isSubmenu }: Props) => JSX.Element;
|
9
|
+
export default SidebarLinkItem;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Route } from '../../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
route: Route;
|
5
|
-
isActive: boolean;
|
6
|
-
isListOpen: boolean;
|
7
|
-
isSubmenu?: boolean;
|
8
|
-
handleClick: () => void;
|
9
|
-
};
|
10
|
-
declare function SidebarNestedItem({ route, isActive, isListOpen, handleClick, isSubmenu, }: Props): JSX.Element;
|
11
|
-
export default SidebarNestedItem;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Route } from '../../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
route: Route;
|
5
|
+
isActive: boolean;
|
6
|
+
isListOpen: boolean;
|
7
|
+
isSubmenu?: boolean;
|
8
|
+
handleClick: () => void;
|
9
|
+
};
|
10
|
+
declare function SidebarNestedItem({ route, isActive, isListOpen, handleClick, isSubmenu, }: Props): JSX.Element;
|
11
|
+
export default SidebarNestedItem;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Route } from '../../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
route: Route;
|
5
|
-
isActive?: boolean;
|
6
|
-
isListOpen?: boolean;
|
7
|
-
isSubmenu?: boolean;
|
8
|
-
handleClick?: () => void;
|
9
|
-
};
|
10
|
-
declare const SidebarRootItem: ({ route, isActive, isListOpen, handleClick, isSubmenu, }: Props) => JSX.Element;
|
11
|
-
export default SidebarRootItem;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Route } from '../../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
route: Route;
|
5
|
+
isActive?: boolean;
|
6
|
+
isListOpen?: boolean;
|
7
|
+
isSubmenu?: boolean;
|
8
|
+
handleClick?: () => void;
|
9
|
+
};
|
10
|
+
declare const SidebarRootItem: ({ route, isActive, isListOpen, handleClick, isSubmenu, }: Props) => JSX.Element;
|
11
|
+
export default SidebarRootItem;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export { default } from './SidebarLink';
|
2
|
-
export * from './MenuIcon';
|
1
|
+
export { default } from './SidebarLink';
|
2
|
+
export * from './MenuIcon';
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './Sidebar';
|
2
|
-
export * from './SidebarLink/MenuIcon';
|
1
|
+
export * from './Sidebar';
|
2
|
+
export * from './SidebarLink/MenuIcon';
|
@@ -1,8 +1,8 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { StatusVariant } from '../../interfaces';
|
3
|
-
type Props = {
|
4
|
-
text: string;
|
5
|
-
status?: StatusVariant;
|
6
|
-
};
|
7
|
-
export declare const Status: ({ text, status }: Props) => JSX.Element;
|
8
|
-
export default Status;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { StatusVariant } from '../../interfaces';
|
3
|
+
type Props = {
|
4
|
+
text: string;
|
5
|
+
status?: StatusVariant;
|
6
|
+
};
|
7
|
+
export declare const Status: ({ text, status }: Props) => JSX.Element;
|
8
|
+
export default Status;
|
@@ -1 +1 @@
|
|
1
|
-
export * from './Status';
|
1
|
+
export * from './Status';
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ReactNode } from 'react';
|
2
|
-
export type StepperDataItem = {
|
3
|
-
label: string | ReactNode;
|
4
|
-
content: ReactNode | StepperDataItem[];
|
5
|
-
};
|
6
|
-
export type StepperData = StepperDataItem[];
|
7
|
-
type Props = {
|
8
|
-
data: StepperData;
|
9
|
-
};
|
10
|
-
export declare const StepperView: ({ data }: Props) => JSX.Element;
|
11
|
-
export default StepperView;
|
1
|
+
import { ReactNode } from 'react';
|
2
|
+
export type StepperDataItem = {
|
3
|
+
label: string | ReactNode;
|
4
|
+
content: ReactNode | StepperDataItem[];
|
5
|
+
};
|
6
|
+
export type StepperData = StepperDataItem[];
|
7
|
+
type Props = {
|
8
|
+
data: StepperData;
|
9
|
+
};
|
10
|
+
export declare const StepperView: ({ data }: Props) => JSX.Element;
|
11
|
+
export default StepperView;
|
@@ -1 +1 @@
|
|
1
|
-
export * from './StepperView';
|
1
|
+
export * from './StepperView';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export declare const StyledDataGrid: import("@emotion/styled").StyledComponent<Omit<Partial<import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
3
|
-
pagination?: true;
|
4
|
-
} & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
1
|
+
/// <reference types="react" />
|
2
|
+
export declare const StyledDataGrid: import("@emotion/styled").StyledComponent<Omit<Partial<import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithDefaultValues> & import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithComplexDefaultValueBeforeProcessing & import("@mui/x-data-grid/models/props/DataGridProps").DataGridPropsWithoutDefaultValue<import("@mui/x-data-grid").GridValidRowModel>, import("@mui/x-data-grid/models/props/DataGridProps").DataGridForcedPropsKey> & {
|
3
|
+
pagination?: true;
|
4
|
+
} & import("react").RefAttributes<HTMLDivElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
declare const JsonTypeCell: ({ value, copyButton, textField, }: {
|
3
|
-
value: any;
|
4
|
-
copyButton?: boolean;
|
5
|
-
textField?: boolean;
|
6
|
-
}) => JSX.Element;
|
7
|
-
export default JsonTypeCell;
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const JsonTypeCell: ({ value, copyButton, textField, }: {
|
3
|
+
value: any;
|
4
|
+
copyButton?: boolean;
|
5
|
+
textField?: boolean;
|
6
|
+
}) => JSX.Element;
|
7
|
+
export default JsonTypeCell;
|
@@ -1,48 +1,48 @@
|
|
1
|
-
import React, { Ref } from 'react';
|
2
|
-
import { GridCellParams, GridColumns, GridFeatureMode, GridRowsProp, GridRowParams, GridCallbackDetails } from '@mui/x-data-grid';
|
3
|
-
/**
|
4
|
-
* This interface is referencing the [[Table]] component props.
|
5
|
-
* @category Common UI components
|
6
|
-
*/
|
7
|
-
export interface TableProps {
|
8
|
-
/**
|
9
|
-
* Data loading state
|
10
|
-
*/
|
11
|
-
loading?: boolean;
|
12
|
-
/**
|
13
|
-
* Table columns
|
14
|
-
*/
|
15
|
-
columns: GridColumns;
|
16
|
-
/**
|
17
|
-
* Table rows
|
18
|
-
*/
|
19
|
-
rows: GridRowsProp;
|
20
|
-
/**
|
21
|
-
* Rows count to display
|
22
|
-
*/
|
23
|
-
rowCount: number;
|
24
|
-
disableMargin?: boolean;
|
25
|
-
/**
|
26
|
-
* Data display mode.
|
27
|
-
* Values: `client` | `server`;
|
28
|
-
* Default: `server`
|
29
|
-
*/
|
30
|
-
mode?: GridFeatureMode;
|
31
|
-
/**
|
32
|
-
* Page size. Default `10`
|
33
|
-
*/
|
34
|
-
initialPageSize?: number;
|
35
|
-
/**
|
36
|
-
* On cell click handler function
|
37
|
-
* ```typescript
|
38
|
-
* (params: GridCellParams, event: React.MouseEvent) => void;
|
39
|
-
* ```
|
40
|
-
*/
|
41
|
-
onCellClick?: (params: GridCellParams, event: React.MouseEvent, details: GridCallbackDetails) => void;
|
42
|
-
onRowClick?: (params: GridRowParams, event: React.MouseEvent, details: GridCallbackDetails) => void;
|
43
|
-
pagination?: boolean;
|
44
|
-
refProp?: Ref<unknown>;
|
45
|
-
[key: string]: any;
|
46
|
-
}
|
47
|
-
export declare const Table: ({ columns, rows, rowCount, loading, disableMargin, mode, initialPageSize, pagination, onCellClick, ...dataGridProps }: TableProps) => JSX.Element;
|
48
|
-
export default Table;
|
1
|
+
import React, { Ref } from 'react';
|
2
|
+
import { GridCellParams, GridColumns, GridFeatureMode, GridRowsProp, GridRowParams, GridCallbackDetails } from '@mui/x-data-grid';
|
3
|
+
/**
|
4
|
+
* This interface is referencing the [[Table]] component props.
|
5
|
+
* @category Common UI components
|
6
|
+
*/
|
7
|
+
export interface TableProps {
|
8
|
+
/**
|
9
|
+
* Data loading state
|
10
|
+
*/
|
11
|
+
loading?: boolean;
|
12
|
+
/**
|
13
|
+
* Table columns
|
14
|
+
*/
|
15
|
+
columns: GridColumns;
|
16
|
+
/**
|
17
|
+
* Table rows
|
18
|
+
*/
|
19
|
+
rows: GridRowsProp;
|
20
|
+
/**
|
21
|
+
* Rows count to display
|
22
|
+
*/
|
23
|
+
rowCount: number;
|
24
|
+
disableMargin?: boolean;
|
25
|
+
/**
|
26
|
+
* Data display mode.
|
27
|
+
* Values: `client` | `server`;
|
28
|
+
* Default: `server`
|
29
|
+
*/
|
30
|
+
mode?: GridFeatureMode;
|
31
|
+
/**
|
32
|
+
* Page size. Default `10`
|
33
|
+
*/
|
34
|
+
initialPageSize?: number;
|
35
|
+
/**
|
36
|
+
* On cell click handler function
|
37
|
+
* ```typescript
|
38
|
+
* (params: GridCellParams, event: React.MouseEvent) => void;
|
39
|
+
* ```
|
40
|
+
*/
|
41
|
+
onCellClick?: (params: GridCellParams, event: React.MouseEvent, details: GridCallbackDetails) => void;
|
42
|
+
onRowClick?: (params: GridRowParams, event: React.MouseEvent, details: GridCallbackDetails) => void;
|
43
|
+
pagination?: boolean;
|
44
|
+
refProp?: Ref<unknown>;
|
45
|
+
[key: string]: any;
|
46
|
+
}
|
47
|
+
export declare const Table: ({ columns, rows, rowCount, loading, disableMargin, mode, initialPageSize, pagination, onCellClick, ...dataGridProps }: TableProps) => JSX.Element;
|
48
|
+
export default Table;
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { ReactElement } from 'react';
|
2
|
-
type Props = {
|
3
|
-
icon: ReactElement;
|
4
|
-
onClick?: () => void;
|
5
|
-
label: string;
|
6
|
-
showInMenu?: boolean;
|
7
|
-
location?: {
|
8
|
-
pathname: string;
|
9
|
-
state?: Record<string, unknown>;
|
10
|
-
};
|
11
|
-
};
|
12
|
-
export declare const TableAction: ({ icon, label, showInMenu, onClick, location }: Props) => JSX.Element;
|
13
|
-
export {};
|
1
|
+
import { ReactElement } from 'react';
|
2
|
+
type Props = {
|
3
|
+
icon: ReactElement;
|
4
|
+
onClick?: () => void;
|
5
|
+
label: string;
|
6
|
+
showInMenu?: boolean;
|
7
|
+
location?: {
|
8
|
+
pathname: string;
|
9
|
+
state?: Record<string, unknown>;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
export declare const TableAction: ({ icon, label, showInMenu, onClick, location }: Props) => JSX.Element;
|
13
|
+
export {};
|