@dartech/arsenal-ui 0.3.14 → 0.3.16
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 +8 -7
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dartech/arsenal-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"author": "DAR",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"react": "18.2.0",
|
|
11
|
-
"react-hook-form": "7.5.2",
|
|
11
|
+
"react-hook-form": "^7.5.2",
|
|
12
12
|
"@mui/x-date-pickers": "^5.0.0-alpha.0",
|
|
13
13
|
"@mui/x-data-grid": "^5.17.18",
|
|
14
14
|
"@mui/icons-material": "^5.11.0",
|
|
@@ -22,14 +22,15 @@
|
|
|
22
22
|
"react-router-dom": "6.8.0",
|
|
23
23
|
"react-toastify": "^9.1.1",
|
|
24
24
|
"classnames": "^2.3.1",
|
|
25
|
-
"@tanstack/react-query": "^4.24.10"
|
|
26
|
-
|
|
25
|
+
"@tanstack/react-query": "^4.24.10"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
27
28
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
28
|
-
"qs": "6.11.
|
|
29
|
+
"qs": "6.11.0",
|
|
30
|
+
"tss-react": "4.6.0"
|
|
29
31
|
},
|
|
30
32
|
"module": "./index.js",
|
|
31
33
|
"main": "./index.js",
|
|
32
34
|
"type": "module",
|
|
33
|
-
"types": "./index.d.ts"
|
|
34
|
-
"peerDependencies": {}
|
|
35
|
+
"types": "./index.d.ts"
|
|
35
36
|
}
|
|
@@ -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;
|