@reltio/components 1.4.1749 → 1.4.1750
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/cjs/HOCs/withContext/withContext.d.ts +1 -1
- package/cjs/HOCs/withTooltip/propTypes.d.ts +3 -3
- package/cjs/components/ActionButton/ActionButton.js +1 -1
- package/cjs/components/AutoSizeList/AutoSizeList.d.ts +1 -1
- package/cjs/components/AutoSizeList/AutoSizeList.js +17 -13
- package/cjs/components/BasicTableView/BasicTable/BasicTable.d.ts +13 -13
- package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/BlobRenderer.d.ts +1 -1
- package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/DefaultCellValueRenderer.d.ts +2 -2
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnListItem.d.ts +8 -8
- package/cjs/components/BasicTableView/BasicTableHeader/FilterButton/FilterButton.d.ts +2 -2
- package/cjs/components/BasicTableView/CollapseRowButton/CollapseRowButton.d.ts +3 -3
- package/cjs/components/BasicTableView/ColumnFilter/ColumnFilter.d.ts +4 -4
- package/cjs/components/BasicTableView/viewState/basicTableViewState.d.ts +6 -6
- package/cjs/components/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +15 -15
- package/cjs/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +6 -6
- package/cjs/components/DataTypeValue/DataTypeValue.d.ts +3 -3
- package/cjs/components/DropDownSelector/DropDownSelector.d.ts +13 -13
- package/cjs/components/DropDownSelector/components/Menu.d.ts +2 -2
- package/cjs/components/DropDownSelector/components/SingleValue.d.ts +2 -2
- package/cjs/components/EmptyState/EmptyState.js +1 -1
- package/cjs/components/EntityUriLink/EntityUriLink.js +1 -1
- package/cjs/components/ImageGalleryDialog/ImageGalleryDialog.js +1 -1
- package/cjs/components/ImportButton/ImportButton.js +1 -1
- package/cjs/components/MatchRulesBlock/types/index.js +1 -1
- package/cjs/components/ModeSwitcher/ModeSwitcher.d.ts +1 -1
- package/cjs/components/MultipliableSelect/MultipliableSelect.d.ts +11 -11
- package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +6 -6
- package/cjs/components/ReactSelect/MultiSelect/MultiSelect.d.ts +28 -28
- package/cjs/components/ReactSelect/MultiSelect/components/Option.d.ts +7 -7
- package/cjs/components/ReactSelect/commonComponents/ClearIndicator.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/Control.d.ts +4 -4
- package/cjs/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/GroupHeading.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/Menu.d.ts +5 -5
- package/cjs/components/ReactSelect/commonComponents/MultiValue.d.ts +4 -4
- package/cjs/components/ReactSelect/commonComponents/NoOptionsMessage.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/Option.d.ts +7 -7
- package/cjs/components/ReactSelect/commonComponents/Placeholder.d.ts +3 -3
- package/cjs/components/ReactSelect/commonComponents/SingleValue.d.ts +3 -3
- package/cjs/components/ReactSelect/commonComponents/ValueContainer.d.ts +3 -3
- package/cjs/components/ReactSelect/optionFilters.d.ts +1 -1
- package/cjs/components/ReactSortableTree/node-renderer-default.d.ts +36 -36
- package/cjs/components/ReactSortableTree/node-renderer-default.js +1 -1
- package/cjs/components/ReactSortableTree/placeholder-renderer-default.d.ts +4 -4
- package/cjs/components/ReactSortableTree/react-sortable-tree.js +3 -3
- package/cjs/components/ReactSortableTree/tree-node.d.ts +23 -23
- package/cjs/components/ReactSortableTree/tree-placeholder.d.ts +9 -9
- package/cjs/components/ReactSortableTree/utils/dnd-manager.js +1 -1
- package/cjs/components/ReltioMap/EntityMarker/EntityMarker.js +1 -1
- package/cjs/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +5 -5
- package/cjs/components/SimpleDropDownSelector/DropDownPlaceholder.d.ts +3 -3
- package/cjs/components/SimpleDropDownSelector/DropDownValue.d.ts +2 -2
- package/cjs/components/SimpleInput/SimpleInput.d.ts +6 -6
- package/cjs/components/UploadFileButton/UploadFileButton.d.ts +7 -7
- package/cjs/components/VerticalDivider/VerticalDivider.d.ts +2 -2
- package/cjs/components/VerticalHeadingsTable/types.js +1 -1
- package/cjs/components/ViewMoreToggle/ViewMoreToggle.d.ts +3 -3
- package/cjs/components/VirtualGroupedList/VirtualGroupedList.d.ts +12 -12
- package/cjs/components/activityLog/types/ActivityTypes.js +1 -1
- package/cjs/components/activityLog/types/DeltaTypes.js +1 -1
- package/cjs/components/attributes/editMode/EntitySelector/EntitySelector.d.ts +8 -8
- package/cjs/components/attributes/editMode/EntitySelector/components/ClearIndicator.d.ts +1 -1
- package/cjs/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +4 -4
- package/cjs/components/attributes/editMode/EntitySelector/components/EntityTypeOption.d.ts +4 -4
- package/cjs/components/attributes/editMode/EntitySelector/components/Group.d.ts +3 -3
- package/cjs/components/attributes/editMode/RelationTypeSelector/RelationTypeSelector.d.ts +2 -2
- package/cjs/components/attributes/editMode/RelationTypeSelector/components/RelationOption.d.ts +4 -4
- package/cjs/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +8 -8
- package/cjs/components/commonReactSelectComponents/DropdownIndicator.d.ts +2 -2
- package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +2 -2
- package/cjs/components/commonReactSelectComponents/MenuWithPopper.d.ts +4 -4
- package/cjs/components/crosswalks/types/CrosswalkType.js +1 -1
- package/cjs/components/editors/BooleanEditor/BooleanEditor.d.ts +2 -2
- package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +13 -13
- package/cjs/components/editors/DropDownEditor/DropDownEditor.d.ts +2 -2
- package/cjs/components/editors/FilterEditor/FilterEditor.d.ts +5 -5
- package/cjs/components/editors/FilterEditor/FilterValueEditor.d.ts +5 -5
- package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +3 -3
- package/cjs/components/editors/LookupEditor/LookupEditor.d.ts +6 -6
- package/cjs/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +6 -6
- package/cjs/components/editors/SelectEditor/SelectEditor.d.ts +1 -1
- package/cjs/components/editors/TextEditor/TextEditor.d.ts +4 -4
- package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +3 -3
- package/cjs/components/history/hooks/useHistory.js +1 -1
- package/cjs/components/history/types/HistoryFilter.js +1 -1
- package/cjs/contexts/ScrollToElementContext/index.js +1 -1
- package/cjs/types/index.js +1 -1
- package/esm/HOCs/withContext/withContext.d.ts +1 -1
- package/esm/HOCs/withTooltip/propTypes.d.ts +3 -3
- package/esm/components/AutoSizeList/AutoSizeList.d.ts +1 -1
- package/esm/components/AutoSizeList/AutoSizeList.js +17 -13
- package/esm/components/BasicTableView/BasicTable/BasicTable.d.ts +13 -13
- package/esm/components/BasicTableView/BasicTable/cell-value-renderers/BlobRenderer.d.ts +1 -1
- package/esm/components/BasicTableView/BasicTable/cell-value-renderers/DefaultCellValueRenderer.d.ts +2 -2
- package/esm/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnListItem.d.ts +8 -8
- package/esm/components/BasicTableView/BasicTableHeader/FilterButton/FilterButton.d.ts +2 -2
- package/esm/components/BasicTableView/CollapseRowButton/CollapseRowButton.d.ts +3 -3
- package/esm/components/BasicTableView/ColumnFilter/ColumnFilter.d.ts +4 -4
- package/esm/components/BasicTableView/viewState/basicTableViewState.d.ts +6 -6
- package/esm/components/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +15 -15
- package/esm/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.d.ts +6 -6
- package/esm/components/DataTypeValue/DataTypeValue.d.ts +3 -3
- package/esm/components/DropDownSelector/DropDownSelector.d.ts +13 -13
- package/esm/components/DropDownSelector/components/Menu.d.ts +2 -2
- package/esm/components/DropDownSelector/components/SingleValue.d.ts +2 -2
- package/esm/components/EntityUriLink/EntityUriLink.js +1 -1
- package/esm/components/ModeSwitcher/ModeSwitcher.d.ts +1 -1
- package/esm/components/MultipliableSelect/MultipliableSelect.d.ts +11 -11
- package/esm/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +6 -6
- package/esm/components/ReactSelect/MultiSelect/MultiSelect.d.ts +28 -28
- package/esm/components/ReactSelect/MultiSelect/components/Option.d.ts +7 -7
- package/esm/components/ReactSelect/commonComponents/ClearIndicator.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/Control.d.ts +4 -4
- package/esm/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/GroupHeading.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/Menu.d.ts +5 -5
- package/esm/components/ReactSelect/commonComponents/MultiValue.d.ts +4 -4
- package/esm/components/ReactSelect/commonComponents/NoOptionsMessage.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/Option.d.ts +7 -7
- package/esm/components/ReactSelect/commonComponents/Placeholder.d.ts +3 -3
- package/esm/components/ReactSelect/commonComponents/SingleValue.d.ts +3 -3
- package/esm/components/ReactSelect/commonComponents/ValueContainer.d.ts +3 -3
- package/esm/components/ReactSelect/optionFilters.d.ts +1 -1
- package/esm/components/ReactSortableTree/node-renderer-default.d.ts +36 -36
- package/esm/components/ReactSortableTree/node-renderer-default.js +1 -1
- package/esm/components/ReactSortableTree/placeholder-renderer-default.d.ts +4 -4
- package/esm/components/ReactSortableTree/react-sortable-tree.js +3 -3
- package/esm/components/ReactSortableTree/tree-node.d.ts +23 -23
- package/esm/components/ReactSortableTree/tree-placeholder.d.ts +9 -9
- package/esm/components/ReactSortableTree/utils/dnd-manager.js +1 -1
- package/esm/components/ReltioMap/EntityMarker/EntityMarker.js +1 -1
- package/esm/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts +5 -5
- package/esm/components/SimpleDropDownSelector/DropDownPlaceholder.d.ts +3 -3
- package/esm/components/SimpleDropDownSelector/DropDownValue.d.ts +2 -2
- package/esm/components/SimpleInput/SimpleInput.d.ts +6 -6
- package/esm/components/UploadFileButton/UploadFileButton.d.ts +7 -7
- package/esm/components/VerticalDivider/VerticalDivider.d.ts +2 -2
- package/esm/components/ViewMoreToggle/ViewMoreToggle.d.ts +3 -3
- package/esm/components/VirtualGroupedList/VirtualGroupedList.d.ts +12 -12
- package/esm/components/attributes/editMode/EntitySelector/EntitySelector.d.ts +8 -8
- package/esm/components/attributes/editMode/EntitySelector/components/ClearIndicator.d.ts +1 -1
- package/esm/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +4 -4
- package/esm/components/attributes/editMode/EntitySelector/components/EntityTypeOption.d.ts +4 -4
- package/esm/components/attributes/editMode/EntitySelector/components/Group.d.ts +3 -3
- package/esm/components/attributes/editMode/RelationTypeSelector/RelationTypeSelector.d.ts +2 -2
- package/esm/components/attributes/editMode/RelationTypeSelector/components/RelationOption.d.ts +4 -4
- package/esm/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +8 -8
- package/esm/components/commonReactSelectComponents/DropdownIndicator.d.ts +2 -2
- package/esm/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +2 -2
- package/esm/components/commonReactSelectComponents/MenuWithPopper.d.ts +4 -4
- package/esm/components/editors/BooleanEditor/BooleanEditor.d.ts +2 -2
- package/esm/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +13 -13
- package/esm/components/editors/DropDownEditor/DropDownEditor.d.ts +2 -2
- package/esm/components/editors/FilterEditor/FilterEditor.d.ts +5 -5
- package/esm/components/editors/FilterEditor/FilterValueEditor.d.ts +5 -5
- package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +3 -3
- package/esm/components/editors/LookupEditor/LookupEditor.d.ts +6 -6
- package/esm/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +6 -6
- package/esm/components/editors/SelectEditor/SelectEditor.d.ts +1 -1
- package/esm/components/editors/TextEditor/TextEditor.d.ts +4 -4
- package/esm/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +3 -3
- package/esm/components/history/hooks/useHistory.js +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React, { Context as ContextType, ComponentType } from 'react';
|
|
2
2
|
type AnyObject = Record<string, unknown>;
|
|
3
|
-
export declare const withContext: <C
|
|
3
|
+
export declare const withContext: <C, P extends AnyObject, SP extends AnyObject>(Context: React.Context<C>, contextSelector: (state: C, props?: P) => SP, Component: React.ComponentType<P>) => React.ComponentType<P>;
|
|
4
4
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
let tooltipTitle: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
3
|
+
let tooltipPlacement: PropTypes.Requireable<string>;
|
|
4
|
+
let showForDisabled: PropTypes.Requireable<boolean>;
|
|
5
5
|
}
|
|
6
6
|
export default _default;
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
@@ -63,7 +63,7 @@ var ActionButtonMode;
|
|
|
63
63
|
ActionButtonMode["iconButton"] = "iconButton";
|
|
64
64
|
ActionButtonMode["button"] = "button";
|
|
65
65
|
ActionButtonMode["menuItem"] = "menuItem";
|
|
66
|
-
})(ActionButtonMode
|
|
66
|
+
})(ActionButtonMode || (exports.ActionButtonMode = ActionButtonMode = {}));
|
|
67
67
|
exports.ActionButton = (0, react_1.forwardRef)(function (_a, ref) {
|
|
68
68
|
var className = _a.className, _b = _a.mode, mode = _b === void 0 ? ActionButtonMode.iconButton : _b, label = _a.label, disabled = _a.disabled, Icon = _a.icon, _c = _a.onClick, onClick = _c === void 0 ? core_1.noop : _c, _d = _a.onMenuClose, onMenuClose = _d === void 0 ? core_1.noop : _d, otherProps = __rest(_a, ["className", "mode", "label", "disabled", "icon", "onClick", "onMenuClose"]);
|
|
69
69
|
var styles = (0, styles_1.useStyles)();
|
|
@@ -13,5 +13,5 @@ type Props<T> = {
|
|
|
13
13
|
showNotMeasuredItems?: boolean;
|
|
14
14
|
listRef?: MutableRefObject<List>;
|
|
15
15
|
};
|
|
16
|
-
declare const _default: React.MemoExoticComponent<(<T
|
|
16
|
+
declare const _default: React.MemoExoticComponent<(<T = unknown>({ width, height, defaultItemSize, data, children, itemKey, showNotMeasuredItems, listRef: listRefProp }: Props<T>) => JSX.Element)>;
|
|
17
17
|
export default _default;
|
|
@@ -62,19 +62,23 @@ var AutoSizeList = function (_a) {
|
|
|
62
62
|
listRef.current && listRef.current.resetAfterIndex(0, false);
|
|
63
63
|
var Row = (0, react_1.useMemo)(
|
|
64
64
|
//eslint-disable-next-line
|
|
65
|
-
function () {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
react_1.default.createElement("div", { style:
|
|
70
|
-
react_1.default.createElement(
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
65
|
+
function () {
|
|
66
|
+
return function (_a) {
|
|
67
|
+
var data = _a.data, index = _a.index, style = _a.style;
|
|
68
|
+
var key = getItemKeyFromData(data, index);
|
|
69
|
+
return (react_1.default.createElement("div", { style: style, className: styles.item },
|
|
70
|
+
react_1.default.createElement("div", { style: !showNotMeasuredItems
|
|
71
|
+
? { visibility: key in rowHeights ? undefined : 'hidden' }
|
|
72
|
+
: undefined },
|
|
73
|
+
react_1.default.createElement(react_resize_detector_1.default, { handleHeight: true, onResize: function (_, height) {
|
|
74
|
+
if (rowHeightsCache.current[key] !== height) {
|
|
75
|
+
cacheRowHeight(key, height);
|
|
76
|
+
applyRowHeights();
|
|
77
|
+
}
|
|
78
|
+
} }),
|
|
79
|
+
children({ data: data, index: index }))));
|
|
80
|
+
};
|
|
81
|
+
},
|
|
78
82
|
//eslint-disable-next-line react-hooks/exhaustive-deps
|
|
79
83
|
[children, showNotMeasuredItems, getItemKeyFromData, applyRowHeights, !showNotMeasuredItems && rowHeights]);
|
|
80
84
|
return (react_1.default.createElement(react_window_1.VariableSizeList, { ref: listRef, width: width, height: height, itemCount: data.length, itemData: data, itemSize: getItemSize, itemKey: itemKey }, Row));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export namespace BasicTableType {
|
|
2
|
-
export
|
|
2
|
+
export let columnsData: PropTypes.Validator<PropTypes.InferProps<{
|
|
3
3
|
id: PropTypes.Requireable<string>;
|
|
4
4
|
label: PropTypes.Requireable<string>;
|
|
5
5
|
dataTypeDefinition: PropTypes.Requireable<object>;
|
|
@@ -10,11 +10,11 @@ export namespace BasicTableType {
|
|
|
10
10
|
rowCellValueRenderer: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
11
|
nestedPath: PropTypes.Requireable<string[]>;
|
|
12
12
|
}>[]>;
|
|
13
|
-
export
|
|
14
|
-
export
|
|
13
|
+
export let rowsData: PropTypes.Validator<object[]>;
|
|
14
|
+
export let context: PropTypes.Requireable<object>;
|
|
15
15
|
export { SortingType as sorting };
|
|
16
|
-
export
|
|
17
|
-
export
|
|
16
|
+
export let onSort: PropTypes.Requireable<(...args: any[]) => any>;
|
|
17
|
+
export let filters: PropTypes.Requireable<{
|
|
18
18
|
[x: string]: PropTypes.InferProps<{
|
|
19
19
|
value: PropTypes.Requireable<NonNullable<NonNullable<NonNullable<string | number | boolean | PropTypes.InferProps<{
|
|
20
20
|
value: PropTypes.Requireable<string>;
|
|
@@ -32,14 +32,14 @@ export namespace BasicTableType {
|
|
|
32
32
|
filter: PropTypes.Requireable<string>;
|
|
33
33
|
}>;
|
|
34
34
|
}>;
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
35
|
+
export let onFilter: PropTypes.Requireable<(...args: any[]) => any>;
|
|
36
|
+
export let renderRowCell: PropTypes.Requireable<(...args: any[]) => any>;
|
|
37
|
+
export let getRowCellHeight: PropTypes.Requireable<(...args: any[]) => any>;
|
|
38
|
+
export let headRowHeight: PropTypes.Requireable<number>;
|
|
39
|
+
export let maxRowValuesCount: PropTypes.Requireable<number>;
|
|
40
|
+
export let defaultColumnWidth: PropTypes.Requireable<number>;
|
|
41
|
+
export let defaultColumnMinWidth: PropTypes.Requireable<number>;
|
|
42
|
+
export let classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
43
43
|
highlightRow: PropTypes.Requireable<string>;
|
|
44
44
|
cellBorder: PropTypes.Requireable<string>;
|
|
45
45
|
dragColumnBody: PropTypes.Requireable<string>;
|
|
@@ -4,7 +4,7 @@ declare function BlobRenderer({ value }: {
|
|
|
4
4
|
}): JSX.Element;
|
|
5
5
|
declare namespace BlobRenderer {
|
|
6
6
|
namespace propTypes {
|
|
7
|
-
|
|
7
|
+
let value: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
import PropTypes from 'prop-types';
|
package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/DefaultCellValueRenderer.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ export default DefaultCellValueRenderer;
|
|
|
2
2
|
declare function DefaultCellValueRenderer(props: any): JSX.Element;
|
|
3
3
|
declare namespace DefaultCellValueRenderer {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
let value: PropTypes.Requireable<any>;
|
|
6
|
+
let columnData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
7
|
dataTypeDefinition: PropTypes.Requireable<object>;
|
|
8
8
|
}>>;
|
|
9
9
|
}
|
|
@@ -11,17 +11,17 @@ declare function ColumnListItem({ item, onClick, checked, level, style, isFocuse
|
|
|
11
11
|
}): JSX.Element;
|
|
12
12
|
declare namespace ColumnListItem {
|
|
13
13
|
namespace propTypes {
|
|
14
|
-
|
|
14
|
+
let item: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
15
|
label: PropTypes.Requireable<string>;
|
|
16
16
|
filterText: PropTypes.Requireable<string>;
|
|
17
17
|
}>>;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
let level: PropTypes.Requireable<number>;
|
|
19
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
20
|
+
let checked: PropTypes.Requireable<boolean>;
|
|
21
|
+
let style: PropTypes.Requireable<object>;
|
|
22
|
+
let isGroupItem: PropTypes.Requireable<boolean>;
|
|
23
|
+
let isFocused: PropTypes.Requireable<boolean>;
|
|
24
|
+
let hideCheckBox: PropTypes.Requireable<boolean>;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
import PropTypes from 'prop-types';
|
|
@@ -5,8 +5,8 @@ declare function FilterButton({ enabled, onClick }: {
|
|
|
5
5
|
}): JSX.Element;
|
|
6
6
|
declare namespace FilterButton {
|
|
7
7
|
namespace propTypes {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let enabled: PropTypes.Requireable<boolean>;
|
|
9
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
@@ -6,9 +6,9 @@ declare function CollapseRowButton({ rowIndex, rowValue, className }: {
|
|
|
6
6
|
}): JSX.Element;
|
|
7
7
|
declare namespace CollapseRowButton {
|
|
8
8
|
namespace propTypes {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
let rowIndex: PropTypes.Requireable<number>;
|
|
10
|
+
let rowValue: PropTypes.Requireable<object>;
|
|
11
|
+
let className: PropTypes.Requireable<string>;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
import PropTypes from 'prop-types';
|
|
@@ -8,11 +8,11 @@ declare function ColumnFilter({ columnId, dataTypeDefinition, filter, filterOpti
|
|
|
8
8
|
}): JSX.Element;
|
|
9
9
|
declare namespace ColumnFilter {
|
|
10
10
|
namespace propTypes {
|
|
11
|
-
export
|
|
12
|
-
export
|
|
11
|
+
export let columnId: PropTypes.Requireable<string>;
|
|
12
|
+
export let dataTypeDefinition: PropTypes.Requireable<object>;
|
|
13
13
|
export { ColumnFilterType as filter };
|
|
14
|
-
export
|
|
15
|
-
export
|
|
14
|
+
export let onFilter: PropTypes.Requireable<(...args: any[]) => any>;
|
|
15
|
+
export let filterOptionsData: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
16
|
value: PropTypes.Requireable<string>;
|
|
17
17
|
label: PropTypes.Requireable<string>;
|
|
18
18
|
dataTypeDefinition: PropTypes.Requireable<object>;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
export namespace actions {
|
|
2
|
-
|
|
2
|
+
let changeColumns: (payload: any) => {
|
|
3
3
|
type: any;
|
|
4
4
|
payload: any;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
let toggleFilters: (payload: any) => {
|
|
7
7
|
type: any;
|
|
8
8
|
payload: any;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
let changeFilter: (payload: any) => {
|
|
11
11
|
type: any;
|
|
12
12
|
payload: any;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
let toggleSort: (payload: any) => {
|
|
15
15
|
type: any;
|
|
16
16
|
payload: any;
|
|
17
17
|
};
|
|
18
|
-
|
|
18
|
+
let changePage: (payload: any) => {
|
|
19
19
|
type: any;
|
|
20
20
|
payload: any;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
let changeRowsPerPage: (payload: any) => {
|
|
23
23
|
type: any;
|
|
24
24
|
payload: any;
|
|
25
25
|
};
|
|
@@ -14,26 +14,26 @@ export function ConfigureColumnsPopup({ open, anchorEl, data, onSearch, onClose,
|
|
|
14
14
|
}): JSX.Element;
|
|
15
15
|
export namespace ConfigureColumnsPopup {
|
|
16
16
|
namespace propTypes {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
let open: PropTypes.Requireable<boolean>;
|
|
18
|
+
let hideCheckBox: PropTypes.Requireable<boolean>;
|
|
19
|
+
let anchorEl: PropTypes.Requireable<any>;
|
|
20
|
+
let selected: PropTypes.Requireable<any[]>;
|
|
21
|
+
let data: PropTypes.Requireable<any[]>;
|
|
22
|
+
let filterText: PropTypes.Requireable<string>;
|
|
23
|
+
let titleText: PropTypes.Requireable<string>;
|
|
24
|
+
let onClose: PropTypes.Requireable<(...args: any[]) => any>;
|
|
25
|
+
let onListItemClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
+
let onSearch: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
let renderGroupTitle: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
28
|
}
|
|
29
29
|
namespace defaultProps {
|
|
30
|
-
|
|
30
|
+
let data_1: any[];
|
|
31
31
|
export { data_1 as data };
|
|
32
|
-
|
|
32
|
+
let selected_1: any[];
|
|
33
33
|
export { selected_1 as selected };
|
|
34
|
-
|
|
34
|
+
let titleText_1: string;
|
|
35
35
|
export { titleText_1 as titleText };
|
|
36
|
-
|
|
36
|
+
let filterText_1: string;
|
|
37
37
|
export { filterText_1 as filterText };
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -10,9 +10,9 @@ declare function ConnectionRelationTypeSelector({ relation, inRelationTypes, out
|
|
|
10
10
|
}): JSX.Element;
|
|
11
11
|
declare namespace ConnectionRelationTypeSelector {
|
|
12
12
|
namespace propTypes {
|
|
13
|
-
export
|
|
13
|
+
export let className: PropTypes.Requireable<string>;
|
|
14
14
|
export { ConnectionRelationType as relation };
|
|
15
|
-
export
|
|
15
|
+
export let inRelationTypes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
16
|
label: PropTypes.Requireable<string>;
|
|
17
17
|
uri: PropTypes.Requireable<string>;
|
|
18
18
|
typeColor: PropTypes.Requireable<string>;
|
|
@@ -20,7 +20,7 @@ declare namespace ConnectionRelationTypeSelector {
|
|
|
20
20
|
startObject: PropTypes.Requireable<object>;
|
|
21
21
|
endObject: PropTypes.Requireable<object>;
|
|
22
22
|
}>[]>;
|
|
23
|
-
export
|
|
23
|
+
export let outRelationTypes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
24
24
|
label: PropTypes.Requireable<string>;
|
|
25
25
|
uri: PropTypes.Requireable<string>;
|
|
26
26
|
typeColor: PropTypes.Requireable<string>;
|
|
@@ -28,9 +28,9 @@ declare namespace ConnectionRelationTypeSelector {
|
|
|
28
28
|
startObject: PropTypes.Requireable<object>;
|
|
29
29
|
endObject: PropTypes.Requireable<object>;
|
|
30
30
|
}>[]>;
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
31
|
+
export let applyFirstByDefault: PropTypes.Requireable<boolean>;
|
|
32
|
+
export let reversedContextLabels: PropTypes.Requireable<boolean>;
|
|
33
|
+
export let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
import PropTypes from 'prop-types';
|
|
@@ -6,9 +6,9 @@ declare function DataTypeValue({ value, dataTypeDefinition, rich }: {
|
|
|
6
6
|
}): JSX.Element;
|
|
7
7
|
declare namespace DataTypeValue {
|
|
8
8
|
namespace propTypes {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
let value: PropTypes.Requireable<any>;
|
|
10
|
+
let dataTypeDefinition: PropTypes.Requireable<object>;
|
|
11
|
+
let rich: PropTypes.Requireable<boolean>;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
import PropTypes from 'prop-types';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export namespace DropDownSelectorType {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
let value: PropTypes.Requireable<object>;
|
|
3
|
+
let label: PropTypes.Validator<string>;
|
|
4
|
+
let getOptions: PropTypes.Requireable<(...args: any[]) => any>;
|
|
5
|
+
let options: PropTypes.Requireable<any[]>;
|
|
6
|
+
let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
7
|
+
let onCreate: PropTypes.Requireable<(...args: any[]) => any>;
|
|
8
|
+
let onClear: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
+
let createLabel: PropTypes.Requireable<string>;
|
|
10
|
+
let components: PropTypes.Requireable<object>;
|
|
11
|
+
let textFieldInputRef: PropTypes.Requireable<object>;
|
|
12
|
+
let TextFieldProps: PropTypes.Requireable<object>;
|
|
13
|
+
let height: PropTypes.Requireable<number>;
|
|
14
|
+
let classes: PropTypes.Requireable<object>;
|
|
15
15
|
}
|
|
16
16
|
export default DropDownSelector;
|
|
17
17
|
import PropTypes from 'prop-types';
|
|
@@ -2,8 +2,8 @@ export default Menu;
|
|
|
2
2
|
declare function Menu(props: any): JSX.Element;
|
|
3
3
|
declare namespace Menu {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
let children: PropTypes.Validator<PropTypes.ReactElementLike>;
|
|
6
|
+
let selectProps: PropTypes.Validator<object>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
import PropTypes from 'prop-types';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare function SingleValue(props: any): JSX.Element;
|
|
2
2
|
declare namespace SingleValue {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let innerProps: PropTypes.Requireable<object>;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
export default SingleValue;
|
|
@@ -19,7 +19,7 @@ var EMPTY_STATE_VARIANTS;
|
|
|
19
19
|
EMPTY_STATE_VARIANTS["full"] = "full";
|
|
20
20
|
EMPTY_STATE_VARIANTS["embedded"] = "embedded";
|
|
21
21
|
EMPTY_STATE_VARIANTS["small"] = "small";
|
|
22
|
-
})(EMPTY_STATE_VARIANTS
|
|
22
|
+
})(EMPTY_STATE_VARIANTS || (exports.EMPTY_STATE_VARIANTS = EMPTY_STATE_VARIANTS = {}));
|
|
23
23
|
exports.EMPTY_STATE_ICONS = {
|
|
24
24
|
SEARCH_RESULTS: EmptySearchResults_1.default,
|
|
25
25
|
SELECT_ATTRIBUTES: SelectAttributes_1.default,
|
|
@@ -61,7 +61,7 @@ var EntityUriLink = (0, react_1.forwardRef)(function (_a, ref) {
|
|
|
61
61
|
}
|
|
62
62
|
e.stopPropagation();
|
|
63
63
|
}, [openEntity, screen, value]);
|
|
64
|
-
return (react_1.default.createElement("a", __assign({ ref: ref, href: generateEntityUrlByUri(value), onClick: shouldOpenInNewTab ? undefined : handleClick, target: shouldOpenInNewTab ? '_blank' : '_self', className: className }, otherProps), children));
|
|
64
|
+
return (react_1.default.createElement("a", __assign({ ref: ref, href: generateEntityUrlByUri(value), onClick: shouldOpenInNewTab ? undefined : handleClick, target: shouldOpenInNewTab ? '_blank' : '_self', rel: "noreferrer", className: className }, otherProps), children));
|
|
65
65
|
});
|
|
66
66
|
EntityUriLink.displayName = 'EntityUriLink';
|
|
67
67
|
exports.default = EntityUriLink;
|
|
@@ -44,7 +44,7 @@ var Mode;
|
|
|
44
44
|
(function (Mode) {
|
|
45
45
|
Mode["GALLERY_MODE"] = "gallery";
|
|
46
46
|
Mode["DETAILS_MODE"] = "details";
|
|
47
|
-
})(Mode
|
|
47
|
+
})(Mode || (exports.Mode = Mode = {}));
|
|
48
48
|
var ImageGalleryDialog = function (_a) {
|
|
49
49
|
var open = _a.open, mode = _a.mode, children = _a.children, header = _a.header, onClose = _a.onClose, onChangeMode = _a.onChangeMode;
|
|
50
50
|
var styles = (0, styles_1.useStyles)();
|
|
@@ -18,7 +18,7 @@ var ImportModes;
|
|
|
18
18
|
ImportModes[ImportModes["PROGRESS"] = 2] = "PROGRESS";
|
|
19
19
|
ImportModes[ImportModes["SUCCESS"] = 3] = "SUCCESS";
|
|
20
20
|
ImportModes[ImportModes["DONE"] = 4] = "DONE";
|
|
21
|
-
})(ImportModes
|
|
21
|
+
})(ImportModes || (exports.ImportModes = ImportModes = {}));
|
|
22
22
|
var ImportButton = function (_a) {
|
|
23
23
|
var _b = _a.classes, classes = _b === void 0 ? {} : _b, _c = _a.tooltip, tooltip = _c === void 0 ? '' : _c, _d = _a.onClick, onClick = _d === void 0 ? core_1.noop : _d, _e = _a.mode, mode = _e === void 0 ? ImportModes.INIT : _e;
|
|
24
24
|
var styles = (0, styles_1.useStyles)();
|
|
@@ -6,4 +6,4 @@ var MatchRuleVariant;
|
|
|
6
6
|
MatchRuleVariant["all"] = "all";
|
|
7
7
|
MatchRuleVariant["simple"] = "simple";
|
|
8
8
|
MatchRuleVariant["excludeNotMatch"] = "excludeNotMatch";
|
|
9
|
-
})(MatchRuleVariant
|
|
9
|
+
})(MatchRuleVariant || (exports.MatchRuleVariant = MatchRuleVariant = {}));
|
|
@@ -14,5 +14,5 @@ type Props<T> = {
|
|
|
14
14
|
modeId: T;
|
|
15
15
|
onChange?: (mode: T) => void;
|
|
16
16
|
};
|
|
17
|
-
declare const ModeSwitcher: <T
|
|
17
|
+
declare const ModeSwitcher: <T = unknown>({ className, classes, modes, modeId, onChange }: Props<T>) => JSX.Element;
|
|
18
18
|
export default ModeSwitcher;
|
|
@@ -15,17 +15,17 @@ declare function MultipliableSelect({ multiple, value, children, getValueLabel,
|
|
|
15
15
|
}): JSX.Element;
|
|
16
16
|
declare namespace MultipliableSelect {
|
|
17
17
|
namespace propTypes {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
let multiple: PropTypes.Requireable<boolean>;
|
|
19
|
+
let fullWidth: PropTypes.Requireable<boolean>;
|
|
20
|
+
let value: PropTypes.Requireable<NonNullable<NonNullable<string | number | object>>>;
|
|
21
|
+
let TextFieldProps: PropTypes.Requireable<object>;
|
|
22
|
+
let MenuProps: PropTypes.Requireable<object>;
|
|
23
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
24
|
+
let classes: PropTypes.Requireable<object>;
|
|
25
|
+
let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
+
let getValueLabel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
27
|
+
let getValuePlaceholder: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
+
let isCrossedOut: PropTypes.Requireable<boolean>;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
import PropTypes from 'prop-types';
|
|
@@ -9,12 +9,12 @@ declare function PotentialMatchReviewCard({ date, type, createdBy, step, childre
|
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
declare namespace PotentialMatchReviewCard {
|
|
11
11
|
namespace propTypes {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
let date: PropTypes.Requireable<number>;
|
|
13
|
+
let createdBy: PropTypes.Requireable<string>;
|
|
14
|
+
let type: PropTypes.Requireable<string>;
|
|
15
|
+
let step: PropTypes.Requireable<string>;
|
|
16
|
+
let children: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
|
17
|
+
let Actions: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
import PropTypes from 'prop-types';
|
|
@@ -2,39 +2,39 @@ export default MultiSelect;
|
|
|
2
2
|
declare function MultiSelect(props: any): JSX.Element;
|
|
3
3
|
declare namespace MultiSelect {
|
|
4
4
|
namespace defaultProps {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
let creatable: boolean;
|
|
6
|
+
let cacheOptions: boolean;
|
|
7
|
+
let components: {};
|
|
8
|
+
let classes: {};
|
|
9
|
+
let placeholder: string;
|
|
10
|
+
let loadingIndicator: boolean;
|
|
11
11
|
function onInputChange(): void;
|
|
12
12
|
function onChange(): void;
|
|
13
13
|
}
|
|
14
14
|
namespace propTypes {
|
|
15
|
-
|
|
15
|
+
let creatable_1: PropTypes.Requireable<boolean>;
|
|
16
16
|
export { creatable_1 as creatable };
|
|
17
|
-
|
|
17
|
+
let cacheOptions_1: PropTypes.Requireable<boolean>;
|
|
18
18
|
export { cacheOptions_1 as cacheOptions };
|
|
19
|
-
export
|
|
20
|
-
export
|
|
19
|
+
export let defaultOptions: PropTypes.Requireable<boolean>;
|
|
20
|
+
export let value: PropTypes.Requireable<PropTypes.InferProps<{
|
|
21
21
|
label: PropTypes.Validator<string>;
|
|
22
22
|
value: PropTypes.Requireable<any>;
|
|
23
23
|
}>[]>;
|
|
24
|
-
export
|
|
24
|
+
export let options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
25
25
|
label: PropTypes.Validator<string>;
|
|
26
26
|
value: PropTypes.Requireable<any>;
|
|
27
27
|
}>[]>;
|
|
28
|
-
|
|
28
|
+
let onChange_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
29
29
|
export { onChange_1 as onChange };
|
|
30
|
-
|
|
30
|
+
let onInputChange_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
31
31
|
export { onInputChange_1 as onInputChange };
|
|
32
|
-
|
|
32
|
+
let placeholder_1: PropTypes.Requireable<string>;
|
|
33
33
|
export { placeholder_1 as placeholder };
|
|
34
|
-
export
|
|
35
|
-
|
|
34
|
+
export let label: PropTypes.Requireable<string>;
|
|
35
|
+
let loadingIndicator_1: PropTypes.Requireable<boolean>;
|
|
36
36
|
export { loadingIndicator_1 as loadingIndicator };
|
|
37
|
-
|
|
37
|
+
let components_1: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
38
|
ClearIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
39
|
Control: PropTypes.Requireable<(...args: any[]) => any>;
|
|
40
40
|
DropdownIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -62,7 +62,7 @@ declare namespace MultiSelect {
|
|
|
62
62
|
ValueContainer: PropTypes.Requireable<(...args: any[]) => any>;
|
|
63
63
|
}>>;
|
|
64
64
|
export { components_1 as components };
|
|
65
|
-
|
|
65
|
+
let classes_1: PropTypes.Requireable<PropTypes.InferProps<{
|
|
66
66
|
control: PropTypes.Requireable<string>;
|
|
67
67
|
valueContainer: PropTypes.Requireable<string>;
|
|
68
68
|
multiValue: PropTypes.Requireable<string>;
|
|
@@ -77,7 +77,7 @@ declare namespace MultiSelect {
|
|
|
77
77
|
label: PropTypes.Requireable<string>;
|
|
78
78
|
}>>;
|
|
79
79
|
export { classes_1 as classes };
|
|
80
|
-
export
|
|
80
|
+
export let styles: PropTypes.Requireable<PropTypes.InferProps<{
|
|
81
81
|
clearIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
82
82
|
container: PropTypes.Requireable<(...args: any[]) => any>;
|
|
83
83
|
control: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -101,15 +101,15 @@ declare namespace MultiSelect {
|
|
|
101
101
|
singleValue: PropTypes.Requireable<(...args: any[]) => any>;
|
|
102
102
|
valueContainer: PropTypes.Requireable<(...args: any[]) => any>;
|
|
103
103
|
}>>;
|
|
104
|
-
export
|
|
105
|
-
export
|
|
106
|
-
export
|
|
107
|
-
export
|
|
108
|
-
export
|
|
109
|
-
export
|
|
110
|
-
export
|
|
111
|
-
export
|
|
112
|
-
export
|
|
104
|
+
export let TextFieldProps: PropTypes.Requireable<object>;
|
|
105
|
+
export let getOptions: PropTypes.Requireable<(...args: any[]) => any>;
|
|
106
|
+
export let menuPlacement: PropTypes.Requireable<string>;
|
|
107
|
+
export let menuPortalTarget: PropTypes.Requireable<object>;
|
|
108
|
+
export let menuShouldBlockScroll: PropTypes.Requireable<boolean>;
|
|
109
|
+
export let captureMenuScroll: PropTypes.Requireable<boolean>;
|
|
110
|
+
export let getOptionValue: PropTypes.Requireable<(...args: any[]) => any>;
|
|
111
|
+
export let isSearchable: PropTypes.Requireable<boolean>;
|
|
112
|
+
export let inputRef: PropTypes.Requireable<PropTypes.InferProps<{
|
|
113
113
|
current: PropTypes.Requireable<object>;
|
|
114
114
|
}>>;
|
|
115
115
|
}
|