@elliemae/ds-form-layout-autocomplete 3.53.0-beta.5 → 3.53.0-beta.8
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/AutocompleteCTX.d.ts +0 -1
- package/dist/types/config/useAutocomplete.d.ts +0 -1
- package/dist/types/config/useVirtualization.d.ts +1 -1
- package/dist/types/parts/container/Container.d.ts +0 -1
- package/dist/types/parts/menu-list/MenuList.d.ts +0 -1
- package/dist/types/parts/menu-list/styled.d.ts +2 -2
- package/dist/types/react-desc-prop-types.d.ts +0 -1
- package/dist/types/utils/useOnElementResize.d.ts +1 -1
- package/package.json +10 -10
|
@@ -3,7 +3,7 @@ import type { DSAutocompleteT } from '../react-desc-prop-types.js';
|
|
|
3
3
|
import type { useRefs } from './useRefs.js';
|
|
4
4
|
export declare const useVirtualization: ({ references, options, }: {
|
|
5
5
|
references: ReturnType<typeof useRefs>;
|
|
6
|
-
options: DSAutocompleteT.InternalProps[
|
|
6
|
+
options: DSAutocompleteT.InternalProps["options"];
|
|
7
7
|
}) => {
|
|
8
8
|
virtualListHelpers: ReturnType<typeof useVirtual>;
|
|
9
9
|
scrollOptionIntoView: (dsId: string, opts?: ScrollToIndexOptions) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const StyledListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
2
|
-
minWidth?:
|
|
2
|
+
minWidth?: number | string;
|
|
3
3
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
4
4
|
export declare const StyledList: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
5
5
|
export declare const StyledVirtualListWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
6
|
-
maxHeight?: number
|
|
6
|
+
maxHeight?: number;
|
|
7
7
|
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useOnElementResize: (targetRef: HTMLElement | null) => Record<
|
|
1
|
+
export declare const useOnElementResize: (targetRef: HTMLElement | null) => Record<"width" | "height", number>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-autocomplete",
|
|
3
|
-
"version": "3.53.0-beta.
|
|
3
|
+
"version": "3.53.0-beta.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout - Autocomplete",
|
|
6
6
|
"files": [
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"react-virtual": "~2.10.4",
|
|
40
40
|
"styled-components": "~5.3.9",
|
|
41
41
|
"uid": "~2.0.1",
|
|
42
|
-
"@elliemae/ds-form-input-text": "3.53.0-beta.
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
42
|
+
"@elliemae/ds-form-input-text": "3.53.0-beta.8",
|
|
43
|
+
"@elliemae/ds-grid": "3.53.0-beta.8",
|
|
44
|
+
"@elliemae/ds-menu-items": "3.53.0-beta.8",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.53.0-beta.8",
|
|
46
|
+
"@elliemae/ds-system": "3.53.0-beta.8",
|
|
47
|
+
"@elliemae/ds-popperjs": "3.53.0-beta.8"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
50
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
51
51
|
"@elliemae/pui-theme": "~2.13.0",
|
|
52
52
|
"jest": "~29.7.0",
|
|
53
53
|
"styled-components": "~5.3.9",
|
|
54
54
|
"styled-system": "^5.1.5",
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-beta.8",
|
|
56
|
+
"@elliemae/ds-form-input-text": "3.53.0-beta.8"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@elliemae/pui-theme": "~2.13.0",
|