@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,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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare function NoOptionsMessage(props: any): JSX.Element;
|
|
2
2
|
declare namespace NoOptionsMessage {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let selectProps: PropTypes.Validator<object>;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
export default NoOptionsMessage;
|
|
@@ -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
|
'option--selected': PropTypes.Requireable<string>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare function Placeholder(props: any): JSX.Element;
|
|
2
2
|
declare namespace Placeholder {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let innerProps: PropTypes.Requireable<object>;
|
|
6
|
+
let selectProps: PropTypes.Validator<object>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
export default Placeholder;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare function SingleValue(props: any): JSX.Element;
|
|
2
2
|
declare namespace SingleValue {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let innerProps: PropTypes.Requireable<object>;
|
|
6
|
+
let selectProps: PropTypes.Validator<object>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
export default SingleValue;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare function ValueContainer(props: any): JSX.Element;
|
|
2
2
|
declare namespace ValueContainer {
|
|
3
3
|
namespace propTypes {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
5
|
+
let selectProps: PropTypes.Validator<object>;
|
|
6
|
+
let isMulti: PropTypes.Requireable<boolean>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
export default ValueContainer;
|
|
@@ -27,56 +27,56 @@ declare function NodeRendererDefault({ scaffoldBlockPxWidth, toggleChildrenVisib
|
|
|
27
27
|
}): JSX.Element;
|
|
28
28
|
declare namespace NodeRendererDefault {
|
|
29
29
|
namespace defaultProps {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
30
|
+
let isSearchMatch: boolean;
|
|
31
|
+
let isSearchFocus: boolean;
|
|
32
|
+
let canDrag: boolean;
|
|
33
|
+
let toggleChildrenVisibility: any;
|
|
34
|
+
let buttons: any[];
|
|
35
|
+
let className: string;
|
|
36
|
+
let style: {};
|
|
37
|
+
let parentNode: any;
|
|
38
|
+
let draggedNode: any;
|
|
39
|
+
let canDrop: boolean;
|
|
40
|
+
let title: any;
|
|
41
|
+
let subtitle: any;
|
|
42
|
+
let rowDirection: string;
|
|
43
43
|
}
|
|
44
44
|
namespace propTypes {
|
|
45
|
-
export
|
|
46
|
-
|
|
45
|
+
export let node: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
46
|
+
let title_1: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.ReactNodeLike>>;
|
|
47
47
|
export { title_1 as title };
|
|
48
|
-
|
|
48
|
+
let subtitle_1: PropTypes.Requireable<NonNullable<((...args: any[]) => any) | PropTypes.ReactNodeLike>>;
|
|
49
49
|
export { subtitle_1 as subtitle };
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
|
|
50
|
+
export let path: PropTypes.Validator<NonNullable<string | number>[]>;
|
|
51
|
+
export let treeIndex: PropTypes.Validator<number>;
|
|
52
|
+
export let treeId: PropTypes.Validator<string>;
|
|
53
|
+
let isSearchMatch_1: PropTypes.Requireable<boolean>;
|
|
54
54
|
export { isSearchMatch_1 as isSearchMatch };
|
|
55
|
-
|
|
55
|
+
let isSearchFocus_1: PropTypes.Requireable<boolean>;
|
|
56
56
|
export { isSearchFocus_1 as isSearchFocus };
|
|
57
|
-
|
|
57
|
+
let canDrag_1: PropTypes.Requireable<boolean>;
|
|
58
58
|
export { canDrag_1 as canDrag };
|
|
59
|
-
export
|
|
60
|
-
|
|
59
|
+
export let scaffoldBlockPxWidth: PropTypes.Validator<number>;
|
|
60
|
+
let toggleChildrenVisibility_1: PropTypes.Requireable<(...args: any[]) => any>;
|
|
61
61
|
export { toggleChildrenVisibility_1 as toggleChildrenVisibility };
|
|
62
|
-
|
|
62
|
+
let buttons_1: PropTypes.Requireable<PropTypes.ReactNodeLike[]>;
|
|
63
63
|
export { buttons_1 as buttons };
|
|
64
|
-
|
|
64
|
+
let className_1: PropTypes.Requireable<string>;
|
|
65
65
|
export { className_1 as className };
|
|
66
|
-
|
|
66
|
+
let style_1: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
67
67
|
export { style_1 as style };
|
|
68
|
-
export
|
|
69
|
-
export
|
|
70
|
-
|
|
68
|
+
export let connectDragPreview: PropTypes.Validator<(...args: any[]) => any>;
|
|
69
|
+
export let connectDragSource: PropTypes.Validator<(...args: any[]) => any>;
|
|
70
|
+
let parentNode_1: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
71
71
|
export { parentNode_1 as parentNode };
|
|
72
|
-
export
|
|
73
|
-
export
|
|
74
|
-
|
|
72
|
+
export let isDragging: PropTypes.Validator<boolean>;
|
|
73
|
+
export let didDrop: PropTypes.Validator<boolean>;
|
|
74
|
+
let draggedNode_1: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
75
75
|
export { draggedNode_1 as draggedNode };
|
|
76
|
-
export
|
|
77
|
-
|
|
76
|
+
export let isOver: PropTypes.Validator<boolean>;
|
|
77
|
+
let canDrop_1: PropTypes.Requireable<boolean>;
|
|
78
78
|
export { canDrop_1 as canDrop };
|
|
79
|
-
|
|
79
|
+
let rowDirection_1: PropTypes.Requireable<string>;
|
|
80
80
|
export { rowDirection_1 as rowDirection };
|
|
81
81
|
}
|
|
82
82
|
}
|
|
@@ -139,7 +139,7 @@ NodeRendererDefault.propTypes = {
|
|
|
139
139
|
// Drag source
|
|
140
140
|
connectDragPreview: prop_types_1.default.func.isRequired,
|
|
141
141
|
connectDragSource: prop_types_1.default.func.isRequired,
|
|
142
|
-
parentNode: prop_types_1.default.shape({}),
|
|
142
|
+
parentNode: prop_types_1.default.shape({}), // Needed for dndManager
|
|
143
143
|
isDragging: prop_types_1.default.bool.isRequired,
|
|
144
144
|
didDrop: prop_types_1.default.bool.isRequired,
|
|
145
145
|
draggedNode: prop_types_1.default.shape({}),
|
|
@@ -5,13 +5,13 @@ declare function PlaceholderRendererDefault({ isOver, canDrop }: {
|
|
|
5
5
|
}): JSX.Element;
|
|
6
6
|
declare namespace PlaceholderRendererDefault {
|
|
7
7
|
namespace defaultProps {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let isOver: boolean;
|
|
9
|
+
let canDrop: boolean;
|
|
10
10
|
}
|
|
11
11
|
namespace propTypes {
|
|
12
|
-
|
|
12
|
+
let isOver_1: PropTypes.Requireable<boolean>;
|
|
13
13
|
export { isOver_1 as isOver };
|
|
14
|
-
|
|
14
|
+
let canDrop_1: PropTypes.Requireable<boolean>;
|
|
15
15
|
export { canDrop_1 as canDrop };
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -464,12 +464,12 @@ var ReactSortableTree = /** @class */ (function (_super) {
|
|
|
464
464
|
// source tree
|
|
465
465
|
if (shouldCopy) {
|
|
466
466
|
treeData = (0, tree_data_utils_1.changeNodeAtPath)({
|
|
467
|
-
treeData: instanceProps.treeData,
|
|
467
|
+
treeData: instanceProps.treeData, // use treeData unaltered by the drag operation
|
|
468
468
|
path: path,
|
|
469
469
|
newNode: function (_a) {
|
|
470
470
|
var copyNode = _a.node;
|
|
471
471
|
return (__assign({}, copyNode));
|
|
472
|
-
},
|
|
472
|
+
}, // create a shallow copy of the node
|
|
473
473
|
getNodeKey: this.props.getNodeKey
|
|
474
474
|
});
|
|
475
475
|
}
|
|
@@ -704,7 +704,7 @@ ReactSortableTree.propTypes = {
|
|
|
704
704
|
searchMethod: prop_types_1.default.func,
|
|
705
705
|
// Used by the `searchMethod` to highlight and scroll to matched nodes.
|
|
706
706
|
// Should be a string for the default `searchMethod`, but can be anything when using a custom search.
|
|
707
|
-
searchQuery: prop_types_1.default.any,
|
|
707
|
+
searchQuery: prop_types_1.default.any, // eslint-disable-line react/forbid-prop-types
|
|
708
708
|
// Outline the <`searchFocusOffset`>th node and scroll to it.
|
|
709
709
|
searchFocusOffset: prop_types_1.default.number,
|
|
710
710
|
// Get the nodes that match the search criteria. Used for counting total matches, etc.
|
|
@@ -21,36 +21,36 @@ declare function TreeNode({ children, listIndex, swapFrom, swapLength, swapDepth
|
|
|
21
21
|
}): any;
|
|
22
22
|
declare namespace TreeNode {
|
|
23
23
|
namespace defaultProps {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
let swapFrom: any;
|
|
25
|
+
let swapDepth: any;
|
|
26
|
+
let swapLength: any;
|
|
27
|
+
let canDrop: boolean;
|
|
28
|
+
let draggedNode: any;
|
|
29
|
+
let rowDirection: string;
|
|
30
30
|
}
|
|
31
31
|
namespace propTypes {
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
|
|
32
|
+
export let treeIndex: PropTypes.Validator<number>;
|
|
33
|
+
export let treeId: PropTypes.Validator<string>;
|
|
34
|
+
let swapFrom_1: PropTypes.Requireable<number>;
|
|
35
35
|
export { swapFrom_1 as swapFrom };
|
|
36
|
-
|
|
36
|
+
let swapDepth_1: PropTypes.Requireable<number>;
|
|
37
37
|
export { swapDepth_1 as swapDepth };
|
|
38
|
-
|
|
38
|
+
let swapLength_1: PropTypes.Requireable<number>;
|
|
39
39
|
export { swapLength_1 as swapLength };
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
|
|
40
|
+
export let scaffoldBlockPxWidth: PropTypes.Validator<number>;
|
|
41
|
+
export let lowerSiblingCounts: PropTypes.Validator<number[]>;
|
|
42
|
+
export let listIndex: PropTypes.Validator<number>;
|
|
43
|
+
export let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
44
|
+
export let connectDropTarget: PropTypes.Validator<(...args: any[]) => any>;
|
|
45
|
+
export let isOver: PropTypes.Validator<boolean>;
|
|
46
|
+
let canDrop_1: PropTypes.Requireable<boolean>;
|
|
47
47
|
export { canDrop_1 as canDrop };
|
|
48
|
-
|
|
48
|
+
let draggedNode_1: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
49
49
|
export { draggedNode_1 as draggedNode };
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
|
|
50
|
+
export let getPrevRow: PropTypes.Validator<(...args: any[]) => any>;
|
|
51
|
+
export let node: PropTypes.Validator<NonNullable<PropTypes.InferProps<{}>>>;
|
|
52
|
+
export let path: PropTypes.Validator<NonNullable<string | number>[]>;
|
|
53
|
+
let rowDirection_1: PropTypes.Requireable<string>;
|
|
54
54
|
export { rowDirection_1 as rowDirection };
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -6,19 +6,19 @@ declare class TreePlaceholder extends React.Component<any, any, any> {
|
|
|
6
6
|
}
|
|
7
7
|
declare namespace TreePlaceholder {
|
|
8
8
|
namespace defaultProps {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
let canDrop: boolean;
|
|
10
|
+
let draggedNode: any;
|
|
11
11
|
}
|
|
12
12
|
namespace propTypes {
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
|
|
13
|
+
export let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
14
|
+
export let connectDropTarget: PropTypes.Validator<(...args: any[]) => any>;
|
|
15
|
+
export let isOver: PropTypes.Validator<boolean>;
|
|
16
|
+
let canDrop_1: PropTypes.Requireable<boolean>;
|
|
17
17
|
export { canDrop_1 as canDrop };
|
|
18
|
-
|
|
18
|
+
let draggedNode_1: PropTypes.Requireable<PropTypes.InferProps<{}>>;
|
|
19
19
|
export { draggedNode_1 as draggedNode };
|
|
20
|
-
export
|
|
21
|
-
export
|
|
20
|
+
export let treeId: PropTypes.Validator<string>;
|
|
21
|
+
export let drop: PropTypes.Validator<(...args: any[]) => any>;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
import React from 'react';
|
|
@@ -204,7 +204,7 @@ var DndManager = /** @class */ (function () {
|
|
|
204
204
|
node: node,
|
|
205
205
|
prevPath: monitor.getItem().path,
|
|
206
206
|
prevParent: monitor.getItem().parentNode,
|
|
207
|
-
prevTreeIndex: monitor.getItem().treeIndex,
|
|
207
|
+
prevTreeIndex: monitor.getItem().treeIndex, // Equals -1 when dragged from external tree
|
|
208
208
|
nextPath: addedResult.path,
|
|
209
209
|
nextParent: addedResult.parentNode,
|
|
210
210
|
nextTreeIndex: addedResult.treeIndex
|
|
@@ -87,7 +87,7 @@ var EntityMarker = function (_a) {
|
|
|
87
87
|
react_1.default.createElement(api_1.InfoBox, { options: {
|
|
88
88
|
alignBottom: true,
|
|
89
89
|
pane: 'mapPane',
|
|
90
|
-
pixelOffset: new google.maps.Size(0, -(MARKER_HEIGHT + MARKER_CARD_MARGIN)),
|
|
90
|
+
pixelOffset: new google.maps.Size(0, -(MARKER_HEIGHT + MARKER_CARD_MARGIN)), //eslint-disable-line
|
|
91
91
|
closeBoxURL: '',
|
|
92
92
|
enableEventPropagation: true,
|
|
93
93
|
disableAutoPan: true
|
package/cjs/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.d.ts
CHANGED
|
@@ -8,20 +8,20 @@ declare function SelectorWithOnlyOptionAutoSelect({ value, onChange, options, cl
|
|
|
8
8
|
}): JSX.Element;
|
|
9
9
|
declare namespace SelectorWithOnlyOptionAutoSelect {
|
|
10
10
|
namespace propTypes {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
let value: PropTypes.Requireable<string>;
|
|
12
|
+
let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
13
|
+
let options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
14
14
|
value: PropTypes.Requireable<string>;
|
|
15
15
|
label: PropTypes.Requireable<string>;
|
|
16
16
|
}>[]>;
|
|
17
|
-
|
|
17
|
+
let classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
18
18
|
root: PropTypes.Requireable<string>;
|
|
19
19
|
onlyValue: PropTypes.Requireable<string>;
|
|
20
20
|
select: PropTypes.Requireable<string>;
|
|
21
21
|
selectMenu: PropTypes.Requireable<string>;
|
|
22
22
|
textField: PropTypes.Requireable<string>;
|
|
23
23
|
}>>;
|
|
24
|
-
|
|
24
|
+
let emptyLabel: PropTypes.Requireable<string>;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
import PropTypes from 'prop-types';
|
|
@@ -2,9 +2,9 @@ export default DropDownPlaceholder;
|
|
|
2
2
|
declare function DropDownPlaceholder(props: any): JSX.Element;
|
|
3
3
|
declare namespace DropDownPlaceholder {
|
|
4
4
|
namespace propTypes {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
6
|
+
let innerProps: PropTypes.Requireable<object>;
|
|
7
|
+
let selectProps: PropTypes.Validator<object>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
import PropTypes from 'prop-types';
|
|
@@ -9,10 +9,10 @@ declare function DropDownValue({ selectProps: { menuIsOpen }, data: { label } }:
|
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
declare namespace DropDownValue {
|
|
11
11
|
namespace propTypes {
|
|
12
|
-
|
|
12
|
+
let selectProps: PropTypes.Requireable<PropTypes.InferProps<{
|
|
13
13
|
menuIsOpen: PropTypes.Requireable<boolean>;
|
|
14
14
|
}>>;
|
|
15
|
-
|
|
15
|
+
let data: PropTypes.Requireable<PropTypes.InferProps<{
|
|
16
16
|
label: PropTypes.Requireable<string>;
|
|
17
17
|
}>>;
|
|
18
18
|
}
|
|
@@ -9,12 +9,12 @@ declare function SimpleInput({ value, onChange, multiline, InputProps, isCrossed
|
|
|
9
9
|
}): JSX.Element;
|
|
10
10
|
declare namespace SimpleInput {
|
|
11
11
|
namespace propTypes {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
let value: PropTypes.Requireable<NonNullable<string | number>>;
|
|
13
|
+
let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
14
|
+
let multiline: PropTypes.Requireable<boolean>;
|
|
15
|
+
let InputProps: PropTypes.Requireable<object>;
|
|
16
|
+
let className: PropTypes.Requireable<string>;
|
|
17
|
+
let isCrossedOut: PropTypes.Requireable<boolean>;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
import PropTypes from 'prop-types';
|
|
@@ -10,13 +10,13 @@ declare function UploadFileButton({ link, filename, onUpload, onError, onCancel,
|
|
|
10
10
|
}): JSX.Element;
|
|
11
11
|
declare namespace UploadFileButton {
|
|
12
12
|
namespace propTypes {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
let link: PropTypes.Requireable<string>;
|
|
14
|
+
let filename: PropTypes.Requireable<string>;
|
|
15
|
+
let onUpload: PropTypes.Requireable<(...args: any[]) => any>;
|
|
16
|
+
let onError: PropTypes.Requireable<(...args: any[]) => any>;
|
|
17
|
+
let onCancel: PropTypes.Requireable<(...args: any[]) => any>;
|
|
18
|
+
let supportedFileTypes: PropTypes.Requireable<string[]>;
|
|
19
|
+
let isValidLink: PropTypes.Requireable<boolean>;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
import PropTypes from 'prop-types';
|
|
@@ -5,8 +5,8 @@ declare function VerticalDivider({ height, margin }: {
|
|
|
5
5
|
}): JSX.Element;
|
|
6
6
|
declare namespace VerticalDivider {
|
|
7
7
|
namespace propTypes {
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
let height: PropTypes.Requireable<number>;
|
|
9
|
+
let margin: PropTypes.Requireable<number>;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
@@ -6,9 +6,9 @@ declare function ViewMoreToggle({ active, onClick, className }: {
|
|
|
6
6
|
}): JSX.Element;
|
|
7
7
|
declare namespace ViewMoreToggle {
|
|
8
8
|
namespace propTypes {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
let active: PropTypes.Requireable<boolean>;
|
|
10
|
+
let onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
let className: PropTypes.Requireable<string>;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
import PropTypes from 'prop-types';
|