@elliemae/ds-dropdownmenu-v2 3.53.0-alpha.1 → 3.53.0-beta.10
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/dist/types/DropdownMenuContext.d.ts +0 -1
- package/dist/types/config/useReferenceConfig.d.ts +0 -1
- package/dist/types/exported-related/conversion-utils/index.d.ts +2 -2
- package/dist/types/exported-related/conversion-utils/reportMutableUpdatesHelpers.d.ts +1 -1
- package/dist/types/react-desc-prop-types.d.ts +0 -1
- package/dist/types/styled.d.ts +4 -5
- package/package.json +12 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type DSMenuButtonT } from '@elliemae/ds-menu-button';
|
|
2
2
|
import { type DSDropdownV2BridgeT } from './types.js';
|
|
3
|
-
export declare const checkIfOptionsCanBeConverted: (options: DSDropdownV2BridgeT.InternalProps[
|
|
3
|
+
export declare const checkIfOptionsCanBeConverted: (options: DSDropdownV2BridgeT.InternalProps["options"]) => DSDropdownV2BridgeT.ReportMutableT;
|
|
4
4
|
type CheckAndConvertOptionsRT = {
|
|
5
5
|
convertedOptions: DSMenuButtonT.MenuItemInterface[];
|
|
6
6
|
report: DSDropdownV2BridgeT.ReportMutableT;
|
|
7
7
|
};
|
|
8
|
-
export declare const checkAndConvertOptions: (options: DSDropdownV2BridgeT.InternalProps[
|
|
8
|
+
export declare const checkAndConvertOptions: (options: DSDropdownV2BridgeT.InternalProps["options"]) => CheckAndConvertOptionsRT;
|
|
9
9
|
export {};
|
|
@@ -3,7 +3,7 @@ import { type DSDropdownV2BridgeT } from './types.js';
|
|
|
3
3
|
export declare const mutableUpdateReportPostIteration: (args: {
|
|
4
4
|
mutableReport: DSDropdownV2BridgeT.ReportMutableT;
|
|
5
5
|
option?: DSDropdownMenuT.Item;
|
|
6
|
-
options?: DSDropdownV2BridgeT.InternalProps[
|
|
6
|
+
options?: DSDropdownV2BridgeT.InternalProps["options"];
|
|
7
7
|
}) => void;
|
|
8
8
|
export declare const mutableUpdateReportPerIteration: (iteration: {
|
|
9
9
|
mutableReport: DSDropdownV2BridgeT.ReportMutableT;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { LayoutProps, SpaceProps, SizingProps, PositionProps } from '@elliemae/ds-system';
|
|
3
2
|
export declare const StyledTriggerWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, LayoutProps<import("@xstyled/system").Theme> & SpaceProps & SizingProps<import("@xstyled/system").Theme> & PositionProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
4
3
|
export declare const StyledListBoxWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
5
|
-
minWidth: SizingProps[
|
|
6
|
-
maxHeight: SizingProps[
|
|
4
|
+
minWidth: SizingProps["minWidth"];
|
|
5
|
+
maxHeight: SizingProps["maxHeight"];
|
|
7
6
|
hasHeader: boolean;
|
|
8
7
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
9
8
|
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>;
|
|
@@ -11,8 +10,8 @@ export declare const StyledLoadingWrapper: import("styled-components").StyledCom
|
|
|
11
10
|
minWidth: number;
|
|
12
11
|
} & 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
12
|
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[
|
|
15
|
-
maxHeight: SizingProps[
|
|
13
|
+
minWidth: SizingProps["minWidth"];
|
|
14
|
+
maxHeight: SizingProps["maxHeight"];
|
|
16
15
|
} & 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
16
|
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
17
|
hasHeader: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dropdownmenu-v2",
|
|
3
|
-
"version": "3.53.0-
|
|
3
|
+
"version": "3.53.0-beta.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dropdown Menu V2",
|
|
6
6
|
"files": [
|
|
@@ -38,20 +38,21 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/system": "~3.7.3",
|
|
40
40
|
"react-virtual": "~2.10.4",
|
|
41
|
-
"@elliemae/ds-circular-progress-indicator": "3.53.0-
|
|
42
|
-
"@elliemae/ds-form-input-text": "3.53.0-
|
|
43
|
-
"@elliemae/ds-grid": "3.53.0-
|
|
44
|
-
"@elliemae/ds-menu-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-menu-
|
|
47
|
-
"@elliemae/ds-props-helpers": "3.53.0-
|
|
48
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.53.0-beta.10",
|
|
42
|
+
"@elliemae/ds-form-input-text": "3.53.0-beta.10",
|
|
43
|
+
"@elliemae/ds-grid": "3.53.0-beta.10",
|
|
44
|
+
"@elliemae/ds-menu-items": "3.53.0-beta.10",
|
|
45
|
+
"@elliemae/ds-system": "3.53.0-beta.10",
|
|
46
|
+
"@elliemae/ds-menu-button": "3.53.0-beta.10",
|
|
47
|
+
"@elliemae/ds-props-helpers": "3.53.0-beta.10",
|
|
48
|
+
"@elliemae/ds-popperjs": "3.53.0-beta.10"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
51
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
52
52
|
"jest": "~29.7.0",
|
|
53
53
|
"styled-components": "~5.3.9",
|
|
54
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-
|
|
54
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-beta.10",
|
|
55
|
+
"@elliemae/ds-test-utils": "3.53.0-beta.10"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"@xstyled/styled-components": "~3.7.3",
|