@elliemae/ds-form-combobox 3.18.0-next.1 → 3.18.0-next.3
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.
|
@@ -5,9 +5,9 @@ interface StyledControlsWrapperT {
|
|
|
5
5
|
minWidth?: number;
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const StyledControlsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledControlsWrapperT, never>;
|
|
9
|
-
export declare const StyledSelection: import("styled-components").StyledComponent<
|
|
10
|
-
export declare const StyledHeaderActionsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
11
|
-
export declare const StyleDropdownIndicator: import("styled-components").StyledComponent<
|
|
12
|
-
export declare const StyleHeaderActionsSeparator: import("styled-components").StyledComponent<
|
|
8
|
+
export declare const StyledControlsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, StyledControlsWrapperT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
9
|
+
export declare const StyledSelection: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
10
|
+
export declare const StyledHeaderActionsWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
11
|
+
export declare const StyleDropdownIndicator: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
12
|
+
export declare const StyleHeaderActionsSeparator: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, Partial<StyledControlsWrapperT> & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
13
13
|
export {};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const StyledInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, {
|
|
3
2
|
withoutCaret: boolean;
|
|
4
|
-
}, never>;
|
|
5
|
-
export declare const StyledInputPlaceHolder: import("styled-components").StyledComponent<
|
|
6
|
-
export declare const StyledInputWidthReference: import("styled-components").StyledComponent<
|
|
7
|
-
export declare const StyledInputWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object, never>;
|
|
3
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const StyledInputPlaceHolder: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
|
+
export declare const StyledInputWidthReference: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
6
|
+
export declare const StyledInputWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledHeaderListWrapper: import("styled-components").StyledComponent<
|
|
3
|
-
export declare const StyledButtonSelection: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object, never>;
|
|
4
|
-
export declare const StyledSelectedItems: import("styled-components").StyledComponent<
|
|
5
|
-
export declare const StyledNoOptionsSelected: import("styled-components").StyledComponent<
|
|
6
|
-
export declare const StyledSelectAllCheckbox: import("styled-components").StyledComponent<
|
|
2
|
+
export declare const StyledHeaderListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const StyledButtonSelection: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button").DSButtonT.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const StyledSelectedItems: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
|
+
export declare const StyledNoOptionsSelected: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
6
|
+
export declare const StyledSelectAllCheckbox: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
interface StyledListWrapperT {
|
|
3
2
|
minWidth: number | string;
|
|
4
3
|
maxHeight: number;
|
|
5
4
|
width: number | string;
|
|
6
5
|
inline?: boolean;
|
|
7
6
|
}
|
|
8
|
-
export declare const StyledListWrapper: import("styled-components").StyledComponent<
|
|
9
|
-
export declare const StyledList: import("styled-components").StyledComponent<
|
|
10
|
-
export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<
|
|
7
|
+
export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledListWrapperT & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
8
|
+
export declare const StyledList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
9
|
+
export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
11
10
|
inline: boolean | undefined;
|
|
12
11
|
maxHeight: number;
|
|
13
12
|
withHeader: boolean;
|
|
14
|
-
}, never>;
|
|
15
|
-
export declare const StyledCreatableLabel: import("styled-components").StyledComponent<
|
|
16
|
-
export declare const StyledCreatableValue: import("styled-components").StyledComponent<
|
|
17
|
-
export declare const StyledNoResultsWrapper: import("styled-components").StyledComponent<
|
|
13
|
+
} & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
14
|
+
export declare const StyledCreatableLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
15
|
+
export declare const StyledCreatableValue: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
16
|
+
export declare const StyledNoResultsWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
18
17
|
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
|
|
1
|
+
export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-combobox",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Combobox",
|
|
6
6
|
"files": [
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"react-virtual": "~2.10.4",
|
|
39
39
|
"uid": "~2.0.1",
|
|
40
|
-
"@elliemae/ds-button": "3.18.0-next.
|
|
41
|
-
"@elliemae/ds-circular-progress-indicator": "3.18.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-pills": "3.18.0-next.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button": "3.18.0-next.3",
|
|
41
|
+
"@elliemae/ds-circular-progress-indicator": "3.18.0-next.3",
|
|
42
|
+
"@elliemae/ds-icons": "3.18.0-next.3",
|
|
43
|
+
"@elliemae/ds-grid": "3.18.0-next.3",
|
|
44
|
+
"@elliemae/ds-pills": "3.18.0-next.3",
|
|
45
|
+
"@elliemae/ds-popperjs": "3.18.0-next.3",
|
|
46
|
+
"@elliemae/ds-system": "3.18.0-next.3",
|
|
47
|
+
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.3",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.3",
|
|
49
|
+
"@elliemae/ds-utilities": "3.18.0-next.3",
|
|
50
|
+
"@elliemae/ds-form-checkbox": "3.18.0-next.3",
|
|
51
|
+
"@elliemae/ds-menu-items": "3.18.0-next.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@elliemae/pui-theme": "~2.7.0",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"@testing-library/user-event": "~13.5.0",
|
|
59
59
|
"styled-components": "~5.3.9",
|
|
60
60
|
"styled-system": "~5.1.5",
|
|
61
|
-
"@elliemae/ds-form-helpers-mask-hooks": "3.18.0-next.
|
|
61
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.18.0-next.3"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@elliemae/pui-theme": "~2.7.0",
|
|
65
65
|
"react": "^17.0.2",
|
|
66
66
|
"react-dom": "^17.0.2",
|
|
67
|
-
"styled-components": "~5.3.
|
|
67
|
+
"styled-components": "~5.3.9",
|
|
68
68
|
"styled-system": "^5.1.5"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
@@ -80,6 +80,6 @@
|
|
|
80
80
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
81
81
|
"dev:build": "pnpm --filter {.}... build",
|
|
82
82
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
83
|
-
"checkDeps": "
|
|
83
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
84
84
|
}
|
|
85
85
|
}
|