@elliemae/ds-dropdownmenu-v2 3.46.5 → 3.46.7
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.
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
export declare const useReferenceConfig: () => {
|
|
3
3
|
triggerReferenceElement: HTMLDivElement | null;
|
|
4
4
|
setTriggerReferenceElement: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null>>;
|
|
5
|
-
listboxReference: import("react").RefObject<HTMLDivElement>;
|
|
6
|
-
inputReference: import("react").RefObject<HTMLInputElement>;
|
|
5
|
+
listboxReference: import("react").RefObject<HTMLDivElement | null>;
|
|
6
|
+
inputReference: import("react").RefObject<HTMLInputElement | null>;
|
|
7
7
|
};
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
9
|
-
export declare const StyledOptionListWrapper: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"ul">, never>;
|
|
10
|
-
export declare const StyledLoadingWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
11
|
-
minWidth: number;
|
|
12
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
13
|
-
export declare const StyledEmptyStateWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
14
|
-
minWidth: SizingProps['minWidth'];
|
|
15
|
-
maxHeight: SizingProps['maxHeight'];
|
|
16
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
17
|
-
export declare const StyledInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
|
|
18
|
-
hasHeader: boolean;
|
|
19
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
20
|
-
export declare const StyledHeaderWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
1
|
+
export declare const StyledTriggerWrapper: any;
|
|
2
|
+
export declare const StyledListBoxWrapper: any;
|
|
3
|
+
export declare const StyledOptionListWrapper: any;
|
|
4
|
+
export declare const StyledLoadingWrapper: any;
|
|
5
|
+
export declare const StyledEmptyStateWrapper: any;
|
|
6
|
+
export declare const StyledInputWrapper: any;
|
|
7
|
+
export declare const StyledHeaderWrapper: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dropdownmenu-v2",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dropdown Menu V2",
|
|
6
6
|
"files": [
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"react-virtual": "~2.10.4",
|
|
41
|
-
"@elliemae/ds-circular-progress-indicator": "3.46.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.46.7",
|
|
42
|
+
"@elliemae/ds-form-input-text": "3.46.7",
|
|
43
|
+
"@elliemae/ds-menu-button": "3.46.7",
|
|
44
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
45
|
+
"@elliemae/ds-menu-items": "3.46.7",
|
|
46
|
+
"@elliemae/ds-popperjs": "3.46.7",
|
|
47
|
+
"@elliemae/ds-system": "3.46.7",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.46.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
52
52
|
"styled-components": "~5.3.9",
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@xstyled/styled-components": "~3.6.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public",
|
|
63
|
-
"typeSafety":
|
|
63
|
+
"typeSafety": false
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|