@elliemae/ds-search-field 3.17.0-next.2 → 3.17.0-next.20
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/DSSearchField.d.ts +1 -2
- package/dist/types/impl/DSSeachFieldImpl.d.ts +1 -1
- package/dist/types/impl/components/AdvanceSearchOption/AdvanceSearchOption.d.ts +1 -2
- package/dist/types/impl/components/LookupIndicator/LookupIndicator.d.ts +1 -2
- package/dist/types/impl/components/ModalSearchField/DataGridSearch.d.ts +1 -1
- package/dist/types/impl/components/ModalSearchField/ModalSearchField.d.ts +1 -2
- package/package.json +10 -11
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DSModalSearchField } from './impl/DSSeachFieldImpl.js';
|
|
3
2
|
declare const DSSearchField: {
|
|
4
3
|
({ containerProps, onChange, searchOptionLabel, placeholder, modalSize, modalTitle, tabsAnimated, tabsEnableMouseEvents, tabType, tabData, searchGrid, searchFilters, confirmLabel, rejectLabel, modalType, onConfirmField, onRejectField, onTabChange, appElement, value, additionalInfo, displayProperty, dropdownOptions, customDataGridOptions, customDropdownOptions, useLookupIndicator, searchable, }: {
|
|
@@ -29,7 +28,7 @@ declare const DSSearchField: {
|
|
|
29
28
|
customDropdownOptions?: {} | undefined;
|
|
30
29
|
useLookupIndicator?: boolean | undefined;
|
|
31
30
|
searchable?: boolean | undefined;
|
|
32
|
-
}): JSX.Element;
|
|
31
|
+
}): import("react/jsx-runtime.js").JSX.Element;
|
|
33
32
|
propTypes: {
|
|
34
33
|
searchable: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
|
35
34
|
/** inject props to wrapper */
|
|
@@ -10,7 +10,7 @@ declare class DSSearchFieldImpl extends Component {
|
|
|
10
10
|
handleReject: () => void;
|
|
11
11
|
handleOpenModal: () => void;
|
|
12
12
|
handleCloseModal: () => void;
|
|
13
|
-
render(): JSX.Element;
|
|
13
|
+
render(): import("react/jsx-runtime.js").JSX.Element;
|
|
14
14
|
}
|
|
15
15
|
export { DSModalSearchField };
|
|
16
16
|
export default DSSearchFieldImpl;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const AdvanceSearchOption: ({ advanceSearchLabel, onAdvanceSearchClick }: {
|
|
3
2
|
advanceSearchLabel?: string | undefined;
|
|
4
3
|
onAdvanceSearchClick?: (() => null) | undefined;
|
|
5
|
-
}) => JSX.Element;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export default AdvanceSearchOption;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const LookupIndicator: ({ onAdvanceSearchClick, className }: {
|
|
3
2
|
onAdvanceSearchClick?: (() => null) | undefined;
|
|
4
3
|
className?: string | undefined;
|
|
5
|
-
}) => JSX.Element;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export default LookupIndicator;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const ModalSearchField: ({ isOpen, onClose, modalTitle, modalSize, tabsAnimated, tabsEnableMouseEvents, tabType, tabData, searchFilters, searchGrid, confirmLabel, rejectLabel, modalType, onConfirmField, onRejectField, handleSelect, onTabChange, appElement, customDataGridOptions, }: {
|
|
3
2
|
isOpen?: boolean | undefined;
|
|
4
3
|
onClose?: (() => null) | undefined;
|
|
@@ -19,5 +18,5 @@ declare const ModalSearchField: ({ isOpen, onClose, modalTitle, modalSize, tabsA
|
|
|
19
18
|
onTabChange?: (() => null) | undefined;
|
|
20
19
|
appElement?: null | undefined;
|
|
21
20
|
customDataGridOptions?: {} | undefined;
|
|
22
|
-
}) => JSX.Element;
|
|
21
|
+
}) => import("react/jsx-runtime.js").JSX.Element;
|
|
23
22
|
export default ModalSearchField;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-search-field",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Search Field",
|
|
6
6
|
"files": [
|
|
@@ -61,16 +61,15 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"react-select": "~4.3.1",
|
|
63
63
|
"uid": "~2.0.1",
|
|
64
|
-
"@elliemae/ds-button": "3.17.0-next.
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
67
|
-
"@elliemae/ds-modal": "3.17.0-next.
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@elliemae/ds-
|
|
70
|
-
"@elliemae/ds-
|
|
71
|
-
"@elliemae/ds-toolbar": "3.17.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-form": "3.17.0-next.2"
|
|
64
|
+
"@elliemae/ds-button": "3.17.0-next.20",
|
|
65
|
+
"@elliemae/ds-form": "3.17.0-next.20",
|
|
66
|
+
"@elliemae/ds-datagrids": "3.17.0-next.20",
|
|
67
|
+
"@elliemae/ds-modal": "3.17.0-next.20",
|
|
68
|
+
"@elliemae/ds-classnames": "3.17.0-next.20",
|
|
69
|
+
"@elliemae/ds-icons": "3.17.0-next.20",
|
|
70
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.20",
|
|
71
|
+
"@elliemae/ds-toolbar": "3.17.0-next.20",
|
|
72
|
+
"@elliemae/ds-tabs": "3.17.0-next.20"
|
|
74
73
|
},
|
|
75
74
|
"publishConfig": {
|
|
76
75
|
"access": "public",
|