@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,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/esm/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;
|
|
@@ -36,7 +36,7 @@ var EntityUriLink = forwardRef(function (_a, ref) {
|
|
|
36
36
|
}
|
|
37
37
|
e.stopPropagation();
|
|
38
38
|
}, [openEntity, screen, value]);
|
|
39
|
-
return (React.createElement("a", __assign({ ref: ref, href: generateEntityUrlByUri(value), onClick: shouldOpenInNewTab ? undefined : handleClick, target: shouldOpenInNewTab ? '_blank' : '_self', className: className }, otherProps), children));
|
|
39
|
+
return (React.createElement("a", __assign({ ref: ref, href: generateEntityUrlByUri(value), onClick: shouldOpenInNewTab ? undefined : handleClick, target: shouldOpenInNewTab ? '_blank' : '_self', rel: "noreferrer", className: className }, otherProps), children));
|
|
40
40
|
});
|
|
41
41
|
EntityUriLink.displayName = 'EntityUriLink';
|
|
42
42
|
export default EntityUriLink;
|
|
@@ -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
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare function Option(props: any): JSX.Element;
|
|
2
2
|
declare namespace Option {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let innerProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
6
6
|
id: PropTypes.Validator<string>;
|
|
7
7
|
key: PropTypes.Requireable<string>;
|
|
8
8
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
@@ -10,11 +10,11 @@ declare namespace Option {
|
|
|
10
10
|
onMouseOver: PropTypes.Validator<(...args: any[]) => any>;
|
|
11
11
|
tabIndex: PropTypes.Validator<number>;
|
|
12
12
|
}>>>;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
let innerRef: PropTypes.Requireable<any>;
|
|
14
|
+
let isFocused: PropTypes.Validator<boolean>;
|
|
15
|
+
let isSelected: PropTypes.Validator<boolean>;
|
|
16
|
+
let label: PropTypes.Requireable<string>;
|
|
17
|
+
let selectProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
18
|
classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
19
19
|
option: PropTypes.Requireable<string>;
|
|
20
20
|
}>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare function ClearIndicator(props: any): JSX.Element;
|
|
2
2
|
declare namespace ClearIndicator {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
4
|
+
let innerProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
5
5
|
onMouseDown: PropTypes.Validator<(...args: any[]) => any>;
|
|
6
6
|
onTouchEnd: PropTypes.Validator<(...args: any[]) => any>;
|
|
7
7
|
'aria-hidden': PropTypes.Validator<string>;
|
|
8
8
|
}>>>;
|
|
9
|
-
|
|
9
|
+
let selectProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
10
|
classes: PropTypes.Validator<object>;
|
|
11
11
|
}>>>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare function Control(props: any): JSX.Element;
|
|
2
2
|
declare namespace Control {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let innerProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
6
6
|
onMouseDown: PropTypes.Validator<(...args: any[]) => any>;
|
|
7
7
|
}>>>;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let innerRef: PropTypes.Validator<any>;
|
|
9
|
+
let selectProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
10
10
|
classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
11
11
|
control: PropTypes.Validator<string>;
|
|
12
12
|
}>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare function DropdownIndicator(props: any): JSX.Element;
|
|
2
2
|
declare namespace DropdownIndicator {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
4
|
+
let innerProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
5
5
|
onMouseDown: PropTypes.Validator<(...args: any[]) => any>;
|
|
6
6
|
onTouchEnd: PropTypes.Validator<(...args: any[]) => any>;
|
|
7
7
|
'aria-hidden': PropTypes.Validator<string>;
|
|
8
8
|
}>>>;
|
|
9
|
-
|
|
9
|
+
let selectProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
10
10
|
classes: PropTypes.Validator<object>;
|
|
11
11
|
}>>>;
|
|
12
12
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare function GroupHeading(props: any): JSX.Element;
|
|
2
2
|
declare namespace GroupHeading {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let selectProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
6
6
|
classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
7
7
|
groupHeading: PropTypes.Requireable<string>;
|
|
8
8
|
}>>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare function Menu(props: any): JSX.Element;
|
|
2
2
|
declare namespace Menu {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
let children: PropTypes.Validator<PropTypes.ReactElementLike>;
|
|
5
|
+
let innerProps: PropTypes.Validator<object>;
|
|
6
|
+
let selectProps: PropTypes.Validator<object>;
|
|
7
|
+
let innerRef: PropTypes.Requireable<any>;
|
|
8
|
+
let getStyles: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
export default Menu;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare function MultiValue(props: any): JSX.Element;
|
|
2
2
|
declare namespace MultiValue {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let isFocused: PropTypes.Validator<boolean>;
|
|
6
|
+
let removeProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
7
7
|
onClick: PropTypes.Validator<(...args: any[]) => any>;
|
|
8
8
|
onMouseDown: PropTypes.Validator<(...args: any[]) => any>;
|
|
9
9
|
onTouchEnd: PropTypes.Validator<(...args: any[]) => any>;
|
|
10
10
|
}>>>;
|
|
11
|
-
|
|
11
|
+
let selectProps: PropTypes.Validator<object>;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export default MultiValue;
|