@dartech/arsenal-ui 0.3.14 → 0.3.15
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/package.json +1 -1
- package/src/lib/Property/PropertyValueField/BooleanValueField.d.ts +1 -0
- package/src/lib/Property/PropertyValueField/DateTimeValueField.d.ts +1 -0
- package/src/lib/Property/PropertyValueField/DateValueField.d.ts +1 -0
- package/src/lib/Property/PropertyValueField/JsonValueField.d.ts +1 -0
- package/src/lib/Property/PropertyValueField/TimeValueField.d.ts +1 -0
- package/src/lib/Property/ViewProperty/PropertyItem.d.ts +1 -0
- package/src/lib/Sidebar/Sidebar.d.ts +1 -0
- package/src/lib/Sidebar/Sidebar.styled.d.ts +3 -3
- package/src/lib/Sidebar/SidebarLink/MenuIcon.d.ts +1 -0
- package/src/lib/Sidebar/SidebarLink/SidebarLink.d.ts +1 -0
- package/src/lib/Sidebar/SidebarLink/SidebarLinkItem.d.ts +1 -0
- package/src/lib/Sidebar/SidebarLink/SidebarNestedItem.d.ts +1 -0
package/package.json
CHANGED
@@ -18,7 +18,7 @@ export declare const ListItemButton: import("@emotion/styled").StyledComponent<i
|
|
18
18
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions>;
|
19
19
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
20
20
|
ref?: import("react").Ref<HTMLDivElement>;
|
21
|
-
}, "
|
21
|
+
}, "disabled" | "action" | "alignItems" | "className" | "style" | "classes" | "children" | "sx" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "disableGutters" | "dense" | "divider" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
22
22
|
export declare const List: import("@emotion/styled").StyledComponent<{
|
23
23
|
children?: import("react").ReactNode;
|
24
24
|
classes?: Partial<import("@mui/material").ListClasses>;
|
@@ -46,12 +46,12 @@ export declare const ListItem: import("@emotion/styled").StyledComponent<{
|
|
46
46
|
};
|
47
47
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
48
48
|
ref?: import("react").Ref<HTMLLIElement>;
|
49
|
-
}, "
|
49
|
+
}, "components" | "disabled" | "button" | "alignItems" | "className" | "style" | "classes" | "children" | "sx" | "componentsProps" | "slotProps" | "slots" | "autoFocus" | "disableGutters" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "divider" | "secondaryAction" | "selected"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
50
50
|
export declare const ListItemIcon: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
51
51
|
export declare const ListSubheader: import("@emotion/styled").StyledComponent<{
|
52
52
|
children?: import("react").ReactNode;
|
53
53
|
classes?: Partial<import("@mui/material").ListSubheaderClasses>;
|
54
|
-
color?: "
|
54
|
+
color?: "primary" | "inherit" | "default";
|
55
55
|
disableGutters?: boolean;
|
56
56
|
disableSticky?: boolean;
|
57
57
|
inset?: boolean;
|