@reltio/components 1.4.1314 → 1.4.1316
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/withAsyncMount/withAsyncMount.js +7 -3
- package/cjs/HOCs/withContext/withContext.js +6 -2
- package/cjs/HOCs/withTooltip/withTooltip.js +7 -3
- package/cjs/components/ActionButton/ActionButton.js +9 -5
- package/cjs/components/ActionButton/styles.d.ts +1 -1
- package/cjs/components/ActionButton/styles.js +1 -1
- package/cjs/components/ArrowExpandButton/ArrowExpandButton.js +2 -2
- package/cjs/components/ArrowExpandButton/styles.js +1 -1
- package/cjs/components/AttributeGroupIcon/AttributeGroupIcon.js +4 -4
- package/cjs/components/AttributeGroupIcon/styles.js +1 -1
- package/cjs/components/AttributeListItem/AttrTypeIcon.js +1 -1
- package/cjs/components/AttributeListItem/AttributeListItem.js +12 -8
- package/cjs/components/AttributeListItem/styles.d.ts +1 -1
- package/cjs/components/AttributeListItem/styles.js +1 -1
- package/cjs/components/AttributeSelector/AttributeSelector.js +13 -9
- package/cjs/components/AttributeSelector/styles.d.ts +1 -1
- package/cjs/components/AttributeSelector/styles.js +1 -1
- package/cjs/components/AttributesFiltersBuilder/AttributesFiltersBuilder.js +38 -30
- package/cjs/components/AttributesFiltersBuilder/components/AttributeSelector/AttributeSelector.js +9 -5
- package/cjs/components/AttributesFiltersBuilder/components/FilterSelector/FilterSelector.js +12 -8
- package/cjs/components/AttributesFiltersBuilder/components/FilterSelector/styles.js +1 -1
- package/cjs/components/AttributesFiltersBuilder/components/RowActions/RowActions.js +10 -6
- package/cjs/components/AttributesFiltersBuilder/components/RowActions/styles.js +1 -1
- package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/ValuesEditor.js +14 -10
- package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/styles.d.ts +1 -1
- package/cjs/components/AttributesFiltersBuilder/components/ValuesEditor/styles.js +1 -1
- package/cjs/components/AttributesFiltersBuilder/helpers.js +17 -14
- package/cjs/components/AttributesFiltersBuilder/styles.js +1 -1
- package/cjs/components/AttributesFiltersButton/ActionButtons/ActionButtons.js +1 -1
- package/cjs/components/AttributesFiltersButton/ActionButtons/styles.js +1 -1
- package/cjs/components/AttributesFiltersButton/AttributesFiltersButton.js +15 -11
- package/cjs/components/AttributesFiltersButton/styles.js +2 -2
- package/cjs/components/AutoSizeList/AutoSizeList.js +13 -9
- package/cjs/components/AutoSizeList/styles.js +1 -1
- package/cjs/components/AvatarWithFallback/AvatarWithFallback.js +9 -5
- package/cjs/components/BasicAttributeSelector/AttributeTitle/AttributeTitle.js +4 -4
- package/cjs/components/BasicAttributeSelector/AttributeTitle/styles.d.ts +1 -1
- package/cjs/components/BasicAttributeSelector/AttributeTitle/styles.js +1 -1
- package/cjs/components/BasicAttributeSelector/BasicAttributeSelector.js +25 -21
- package/cjs/components/BasicAttributeSelector/helpers.js +10 -10
- package/cjs/components/BasicAttributeSelector/styles.js +1 -1
- package/cjs/components/BasicTableView/BasicTable/BasicTable.d.ts +5 -5
- package/cjs/components/BasicTableView/BasicTable/BasicTable.js +9 -5
- package/cjs/components/BasicTableView/BasicTable/HOCs/withFilter.js +1 -1
- package/cjs/components/BasicTableView/BasicTable/HOCs/withTableContext.js +1 -1
- package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/BlobRenderer.js +1 -1
- package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/DefaultCellValueRenderer.js +1 -1
- package/cjs/components/BasicTableView/BasicTable/cell-value-renderers/styles.js +2 -2
- package/cjs/components/BasicTableView/BasicTable/helpers/dataHelpers.js +28 -28
- package/cjs/components/BasicTableView/BasicTable/helpers/nestedHelpers.js +23 -19
- package/cjs/components/BasicTableView/BasicTable/hooks/useBasicTableCellRenderer.js +12 -8
- package/cjs/components/BasicTableView/BasicTable/hooks/useCollapsibleTableRows.js +13 -13
- package/cjs/components/BasicTableView/BasicTable/hooks/useDynamicRowCellHeight.js +7 -7
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnListItem.js +2 -2
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnsSettings.js +11 -7
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/ColumnsSettingsPopup.js +14 -10
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/columnHelpers.js +22 -18
- package/cjs/components/BasicTableView/BasicTableHeader/ColumnsSettings/styles.js +1 -1
- package/cjs/components/BasicTableView/BasicTableHeader/FilterButton/FilterButton.js +1 -1
- package/cjs/components/BasicTableView/BasicTableHeader/FilterButton/styles.js +1 -1
- package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +1 -1
- package/cjs/components/BasicTableView/BasicTablePagination/BasicTablePagination.js +11 -7
- package/cjs/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
- package/cjs/components/BasicTableView/BasicTablePagination/styles.js +1 -1
- package/cjs/components/BasicTableView/CollapseRowButton/CollapseRowButton.js +8 -4
- package/cjs/components/BasicTableView/CollapseRowButton/styles.js +1 -1
- package/cjs/components/BasicTableView/ColumnFilter/ColumnFilter.js +19 -15
- package/cjs/components/BasicTableView/ColumnFilter/FilterChip/FilterChip.js +6 -6
- package/cjs/components/BasicTableView/ColumnFilter/FilterChip/styles.js +1 -1
- package/cjs/components/BasicTableView/ColumnFilter/helpers.js +2 -2
- package/cjs/components/BasicTableView/ColumnFilter/styles.js +2 -2
- package/cjs/components/BasicTableView/RowCellAutoSizer/RowCellAutoSizer.js +7 -3
- package/cjs/components/BasicTableView/index.js +5 -1
- package/cjs/components/BasicTableView/viewState/basicTableViewState.js +16 -16
- package/cjs/components/BasicView/BasicView.d.ts +1 -1
- package/cjs/components/BasicView/BasicView.js +7 -3
- package/cjs/components/BasicView/styles.js +1 -1
- package/cjs/components/BasicViewContent/BasicViewContent.js +2 -2
- package/cjs/components/BasicViewContent/styles.js +1 -1
- package/cjs/components/BasicViewHeader/BasicViewHeader.js +1 -1
- package/cjs/components/BasicViewHeader/styles.d.ts +1 -1
- package/cjs/components/BasicViewHeader/styles.js +1 -1
- package/cjs/components/CollaborationItem/Avatar/Avatar.js +2 -2
- package/cjs/components/CollaborationItem/Avatar/styles.js +1 -1
- package/cjs/components/CollaborationItem/CollaborationItem.js +8 -4
- package/cjs/components/CollaborationItem/Comment/Comment.js +13 -9
- package/cjs/components/CollaborationItem/Comment/styles.d.ts +1 -1
- package/cjs/components/CollaborationItem/Comment/styles.js +1 -1
- package/cjs/components/CollaborationItem/CommentContent/CommentContent.js +9 -5
- package/cjs/components/CollaborationItem/CommentContent/styles.js +1 -1
- package/cjs/components/CollaborationItem/CommentTarget/CommentTarget.js +27 -23
- package/cjs/components/CollaborationItem/CommentTarget/styles.js +1 -1
- package/cjs/components/CollaborationItem/RepliedComment/RepliedComment.js +14 -10
- package/cjs/components/CollaborationItem/RepliedComment/styles.d.ts +1 -1
- package/cjs/components/CollaborationItem/RepliedComment/styles.js +1 -1
- package/cjs/components/CollaborationItem/SendMessageArea/SendMessageArea.js +20 -16
- package/cjs/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
- package/cjs/components/CollaborationItem/SendMessageArea/styles.js +1 -1
- package/cjs/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +10 -6
- package/cjs/components/CollaborationItem/TextFieldWithMentions/styles.js +1 -1
- package/cjs/components/CollaborationItem/styles.d.ts +1 -1
- package/cjs/components/CollaborationItem/styles.js +1 -1
- package/cjs/components/CollaborationItem/utils/index.js +1 -1
- package/cjs/components/CollaborationPopup/CollaborationPopup.js +9 -5
- package/cjs/components/CollaborationPopup/styles.d.ts +1 -1
- package/cjs/components/CollaborationPopup/styles.js +1 -1
- package/cjs/components/CollapseButton/CollapseButton.js +2 -2
- package/cjs/components/CollapseButton/styles.js +1 -1
- package/cjs/components/ColorBar/ColorBar.js +9 -5
- package/cjs/components/ColorBar/styles.js +1 -1
- package/cjs/components/CommentsContainer/CommentsContainer.js +23 -15
- package/cjs/components/CommentsContainer/buttons/AddCommentButton.js +2 -2
- package/cjs/components/CommentsContainer/buttons/CommentButton.js +1 -1
- package/cjs/components/CommentsContainer/buttons/styles.js +1 -1
- package/cjs/components/CommentsContainer/styles.js +2 -2
- package/cjs/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +30 -22
- package/cjs/components/ConfigureColumnsPopup/styles.js +1 -1
- package/cjs/components/ConfirmationDialog/ConfirmationDialog.js +1 -1
- package/cjs/components/ConfirmationDialog/styles.d.ts +1 -1
- package/cjs/components/ConfirmationDialog/styles.js +1 -1
- package/cjs/components/ConnectionEditor/ConnectionEditor.js +28 -24
- package/cjs/components/ConnectionEditor/styles.d.ts +1 -1
- package/cjs/components/ConnectionEditor/styles.js +1 -1
- package/cjs/components/ConnectionRelationTypeSelector/ConnectionRelationTypeSelector.js +9 -5
- package/cjs/components/DataTypeValue/DataTypeValue.js +5 -5
- package/cjs/components/DateIntervalSelector/DateIntervalSelector.js +5 -5
- package/cjs/components/DateIntervalSelector/styles.d.ts +1 -1
- package/cjs/components/DateIntervalSelector/styles.js +1 -1
- package/cjs/components/DateRangePicker/DateRangePicker.js +12 -8
- package/cjs/components/DateRangePicker/styles.d.ts +1 -1
- package/cjs/components/DateRangePicker/styles.js +1 -1
- package/cjs/components/DragAndDrop/DragAndDrop.js +7 -3
- package/cjs/components/Drawer/Drawer.js +8 -4
- package/cjs/components/DropDownMenuButton/DropDownMenuButton.js +11 -7
- package/cjs/components/DropDownMenuButton/MenuItemRenderer.js +9 -5
- package/cjs/components/DropDownMenuButton/styles.d.ts +1 -1
- package/cjs/components/DropDownMenuButton/styles.js +3 -3
- package/cjs/components/DropDownSelector/DropDownSelector.js +13 -10
- package/cjs/components/DropDownSelector/components/Menu.js +2 -2
- package/cjs/components/DropDownSelector/components/SingleValue.js +1 -1
- package/cjs/components/DropDownSelector/components/styles.js +2 -2
- package/cjs/components/DropDownSelector/styles.d.ts +1 -1
- package/cjs/components/DropDownSelector/styles.js +2 -2
- package/cjs/components/EmptySearchResult/NoMessageComponent.js +2 -2
- package/cjs/components/EmptySearchResult/styles.js +1 -1
- package/cjs/components/EmptyState/EmptyState.js +2 -2
- package/cjs/components/EmptyState/styles.d.ts +1 -1
- package/cjs/components/EmptyState/styles.js +1 -1
- package/cjs/components/EntityAvatar/EntityAvatar.js +6 -6
- package/cjs/components/EntityTypeBadge/EntityTypeBadge.js +6 -6
- package/cjs/components/EntityTypeBadge/styles.js +1 -1
- package/cjs/components/EntityTypeIcon/EntityTypeIcon.js +1 -1
- package/cjs/components/EntityTypesSelector/EntityTypesSelector.js +7 -3
- package/cjs/components/EntityUriLink/EntityUriLink.js +11 -7
- package/cjs/components/ErrorPopup/ErrorPopup.js +11 -7
- package/cjs/components/ErrorPopup/styles.js +1 -1
- package/cjs/components/ErrorWrapper/ErrorMessage.js +2 -2
- package/cjs/components/ErrorWrapper/ErrorWrapper.js +9 -5
- package/cjs/components/ErrorWrapper/styles.js +1 -1
- package/cjs/components/ExpandableSearchInput/ExpandableSearchInput.js +11 -7
- package/cjs/components/ExpandableSearchInput/styles.js +1 -1
- package/cjs/components/ExpandedValueTooltip/ExpandedValueTooltip.js +9 -5
- package/cjs/components/FacetViewHeader/FacetViewHeader.js +2 -2
- package/cjs/components/FacetViewHeader/styles.js +1 -1
- package/cjs/components/FlipCard/FlipCard.js +10 -6
- package/cjs/components/FlipCard/styles.js +5 -5
- package/cjs/components/HierarchicalAttributeTooltip/HierarchicalAttributeTooltip.js +2 -2
- package/cjs/components/HierarchicalAttributeTooltip/styles.js +4 -4
- package/cjs/components/Highlighter/Highlighter.js +4 -4
- package/cjs/components/Highlighter/styles.js +1 -1
- package/cjs/components/Image/CheckedIcon/CheckedIcon.js +2 -2
- package/cjs/components/Image/CheckedIcon/styles.js +1 -1
- package/cjs/components/Image/Image.js +13 -9
- package/cjs/components/Image/ImageActionsOverlay/ImageActionsOverlay.js +14 -10
- package/cjs/components/Image/ImageActionsOverlay/styles.d.ts +1 -1
- package/cjs/components/Image/ImageActionsOverlay/styles.js +1 -1
- package/cjs/components/Image/styles.d.ts +1 -1
- package/cjs/components/Image/styles.js +1 -1
- package/cjs/components/ImageAttributesGallery/GalleryView/GalleryView.js +6 -2
- package/cjs/components/ImageAttributesGallery/GalleryView/styles.d.ts +1 -1
- package/cjs/components/ImageAttributesGallery/GalleryView/styles.js +1 -1
- package/cjs/components/ImageAttributesGallery/HeaderLeft/HeaderLeft.js +1 -1
- package/cjs/components/ImageAttributesGallery/HeaderLeft/styles.js +1 -1
- package/cjs/components/ImageAttributesGallery/HeaderRight/HeaderRight.js +1 -1
- package/cjs/components/ImageAttributesGallery/HeaderRight/styles.js +1 -1
- package/cjs/components/ImageAttributesGallery/ImageAttributesGallery.js +26 -18
- package/cjs/components/ImageDetailsView/ImageDetailsView.js +9 -5
- package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/ImageDetailsViewCarousel.js +10 -6
- package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/Thumbnails/Thumbnails.js +10 -6
- package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/Thumbnails/styles.js +1 -1
- package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/ImageDetailsViewCarousel/styles.js +1 -1
- package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/ImageDetailsViewSidebar.js +14 -10
- package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/ImageDetailsViewSidebar/styles.js +2 -2
- package/cjs/components/ImageDetailsView/MetaInfo/MetaInfo.js +4 -4
- package/cjs/components/ImageDetailsView/MetaInfoForm/MetaInfoForm.js +3 -3
- package/cjs/components/ImageDetailsView/MetaInfoForm/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoForm/styles.js +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoHeader/MetaInfoHeader.js +8 -4
- package/cjs/components/ImageDetailsView/MetaInfoHeader/styles.js +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/MetaInfoItem.js +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.js +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoList/MetaInfoList.js +4 -4
- package/cjs/components/ImageDetailsView/MetaInfoList/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/MetaInfoList/styles.js +1 -1
- package/cjs/components/ImageDetailsView/helpers/index.js +23 -19
- package/cjs/components/ImageDetailsView/hooks/useEditMetaInfo.js +13 -13
- package/cjs/components/ImageDetailsView/styles.d.ts +1 -1
- package/cjs/components/ImageDetailsView/styles.js +1 -1
- package/cjs/components/ImageGalleryDialog/ImageGalleryDialog.js +7 -3
- package/cjs/components/ImageGalleryDialog/styles.js +1 -1
- package/cjs/components/ImportButton/ImportButton.js +3 -3
- package/cjs/components/ImportButton/styles.js +1 -1
- package/cjs/components/InternalLink/InternalLink.js +3 -3
- package/cjs/components/InternalLink/styles.js +1 -1
- package/cjs/components/LightArrowTooltip/LightArrowTooltip.js +1 -1
- package/cjs/components/LightArrowTooltip/styles.js +1 -1
- package/cjs/components/LinearLoadIndicator/LinearLoadIndicator.js +2 -2
- package/cjs/components/LinearLoadIndicator/styles.js +1 -1
- package/cjs/components/Link/Link.js +1 -1
- package/cjs/components/Link/styles.js +1 -1
- package/cjs/components/LoadingSpinner/LoadingSpinner.js +1 -1
- package/cjs/components/MatchRulesBlock/MatchRulesBadge/MatchRulesBadge.js +8 -4
- package/cjs/components/MatchRulesBlock/MatchRulesBadge/styles.d.ts +1 -1
- package/cjs/components/MatchRulesBlock/MatchRulesBadge/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/MatchRulesBlock.js +3 -3
- package/cjs/components/MatchRulesBlock/MatchRulesTooltip/MatchRulesTooltip.js +2 -2
- package/cjs/components/MatchRulesBlock/MatchRulesTooltip/styles.d.ts +1 -1
- package/cjs/components/MatchRulesBlock/MatchRulesTooltip/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/NotMatchRule/NotMatchRule.js +1 -1
- package/cjs/components/MatchRulesBlock/NotMatchRule/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/SimpleMatchRules/SimpleMatchRules.js +3 -3
- package/cjs/components/MatchRulesBlock/SimpleMatchRules/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/SimpleMatchRulesBlock/SimpleMatchRulesBlock.js +9 -5
- package/cjs/components/MatchRulesBlock/SimpleMatchRulesBlock/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/SimpleMatchRulesBuilder/SimpleMatchRulesBuilder.js +4 -4
- package/cjs/components/MatchRulesBlock/SimpleMatchRulesBuilder/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/TransitiveMatchBlock/TransitiveMatchBlock.js +9 -5
- package/cjs/components/MatchRulesBlock/TransitiveMatchBlock/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/TransitiveMatchRules/TransitiveMatchRule.js +8 -4
- package/cjs/components/MatchRulesBlock/TransitiveMatchRules/styles.js +1 -1
- package/cjs/components/MatchRulesBlock/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.js +1 -1
- package/cjs/components/MatchRulesBlock/TransitiveMatchRulesTooltip/styles.js +1 -1
- package/cjs/components/MatchRulesSelector/MatchRulesSelector.js +8 -4
- package/cjs/components/MergeButton/MergeButton.js +7 -3
- package/cjs/components/MetadataTypesSelector/ListLabel/ListLabel.js +14 -10
- package/cjs/components/MetadataTypesSelector/ListLabel/helpers.js +2 -2
- package/cjs/components/MetadataTypesSelector/ListLabel/styles.js +1 -1
- package/cjs/components/MetadataTypesSelector/MetadataTypesSelector.js +25 -21
- package/cjs/components/MetadataTypesSelector/SelectMetadataTypesList.js +7 -3
- package/cjs/components/MetadataTypesSelector/styles.d.ts +1 -1
- package/cjs/components/MetadataTypesSelector/styles.js +1 -1
- package/cjs/components/ModeSwitcher/ModeSwitcher.js +3 -3
- package/cjs/components/ModeSwitcher/styles.d.ts +1 -1
- package/cjs/components/ModeSwitcher/styles.js +3 -3
- package/cjs/components/ModeSwitcherSelect/ModeSwitcherSelect.js +14 -10
- package/cjs/components/ModeSwitcherSelect/styles.d.ts +1 -1
- package/cjs/components/ModeSwitcherSelect/styles.js +1 -1
- package/cjs/components/MultiValueSelector/MultiValueSelector.js +11 -7
- package/cjs/components/MultiValueSelector/styles.js +1 -1
- package/cjs/components/MultipleInput/MultipleInput.js +20 -12
- package/cjs/components/MultipleInput/styles.js +1 -1
- package/cjs/components/MultipliableSelect/MultipliableSelect.d.ts +1 -1
- package/cjs/components/MultipliableSelect/MultipliableSelect.js +3 -3
- package/cjs/components/MultipliableSelect/styles.js +1 -1
- package/cjs/components/NotMatchButton/NotMatchButton.js +7 -3
- package/cjs/components/Popper/Popper.js +16 -12
- package/cjs/components/Popper/styles.d.ts +1 -1
- package/cjs/components/Popper/styles.js +1 -1
- package/cjs/components/Popper/utils.js +1 -1
- package/cjs/components/PopupWithArrow/PopupWithArrow.js +2 -2
- package/cjs/components/PopupWithArrow/styles.js +1 -1
- package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +1 -1
- package/cjs/components/PotentialMatchReviewCard/PotentialMatchReviewCard.js +9 -5
- package/cjs/components/PotentialMatchReviewCard/styles.d.ts +1 -1
- package/cjs/components/PotentialMatchReviewCard/styles.js +1 -1
- package/cjs/components/ProfileBand/ProfileBand.js +18 -14
- package/cjs/components/ProfileBand/styles.d.ts +1 -1
- package/cjs/components/ProfileBand/styles.js +1 -1
- package/cjs/components/ProfileBandNavigation/ProfileBandNavigation.js +2 -2
- package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
- package/cjs/components/ProfileBandNavigation/ProfileBandNavigationWidget.js +3 -3
- package/cjs/components/ProfileBandNavigation/hooks/useSearchNavigation.js +40 -32
- package/cjs/components/ProfileBandNavigation/hooks/useSearchNavigationVisibility.js +4 -4
- package/cjs/components/ProfileBandNavigation/searchProviders/GraphSearchProvider.js +14 -10
- package/cjs/components/ProfileBandNavigation/searchProviders/MainSearchProvider.js +14 -10
- package/cjs/components/ProfileBandNavigation/styles.js +1 -1
- package/cjs/components/ProfileCard/ProfileCard.js +13 -9
- package/cjs/components/ProfileCard/styles.d.ts +1 -1
- package/cjs/components/ProfileCard/styles.js +1 -1
- package/cjs/components/ProfileMatchCard/ProfileMatchCard.js +2 -2
- package/cjs/components/ProfileMatchCard/styles.js +1 -1
- package/cjs/components/ProfilesList/ProfilesList.js +23 -19
- package/cjs/components/ProfilesList/index.js +1 -1
- package/cjs/components/ProfilesList/styles.d.ts +1 -1
- package/cjs/components/ProfilesList/styles.js +3 -3
- package/cjs/components/QueryBuilderRow/QueryBuilderRow.d.ts +3 -3
- package/cjs/components/QueryBuilderRow/QueryBuilderRow.js +12 -8
- package/cjs/components/QueryBuilderRow/components/ReadOnlyFilter.js +2 -2
- package/cjs/components/QueryBuilderRow/components/ReadOnlyLogicOperator.js +2 -2
- package/cjs/components/QueryBuilderRow/components/styles.js +1 -1
- package/cjs/components/QueryBuilderRow/styles.js +1 -1
- package/cjs/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.d.ts +2 -2
- package/cjs/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.js +7 -3
- package/cjs/components/ReactSelect/AsyncSelect.d.ts +1 -1
- package/cjs/components/ReactSelect/AsyncSelect.js +1 -1
- package/cjs/components/ReactSelect/CreatableSelect.d.ts +1 -1
- package/cjs/components/ReactSelect/CreatableSelect.js +1 -1
- package/cjs/components/ReactSelect/MultiSelect/MultiSelect.js +10 -6
- package/cjs/components/ReactSelect/MultiSelect/components/Option.d.ts +2 -2
- package/cjs/components/ReactSelect/MultiSelect/components/Option.js +1 -1
- package/cjs/components/ReactSelect/Select.d.ts +1 -1
- package/cjs/components/ReactSelect/Select.js +1 -1
- package/cjs/components/ReactSelect/commonComponents/ClearIndicator.d.ts +4 -4
- package/cjs/components/ReactSelect/commonComponents/Control.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +4 -4
- package/cjs/components/ReactSelect/commonComponents/GroupHeading.js +1 -1
- package/cjs/components/ReactSelect/commonComponents/MultiValue.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/Option.d.ts +2 -2
- package/cjs/components/ReactSelect/commonComponents/Option.js +1 -1
- package/cjs/components/ReactSelect/commonComponents/ValueContainer.js +1 -1
- package/cjs/components/ReactSelect/optionFilters.js +2 -2
- package/cjs/components/ReactSelect/styles.d.ts +1 -1
- package/cjs/components/ReactSelect/styles.js +1 -1
- package/cjs/components/ReactSelect/withMuiSkin.js +3 -3
- package/cjs/components/ReactSortableTree/index.js +5 -1
- package/cjs/components/ReactSortableTree/node-renderer-default.d.ts +4 -4
- package/cjs/components/ReactSortableTree/node-renderer-default.js +17 -13
- package/cjs/components/ReactSortableTree/nodeRendererDefaultStyle.js +1 -1
- package/cjs/components/ReactSortableTree/placeholder-renderer-default.js +2 -2
- package/cjs/components/ReactSortableTree/placeholderRendererDefaultStyle.js +1 -1
- package/cjs/components/ReactSortableTree/react-sortable-tree.js +32 -28
- package/cjs/components/ReactSortableTree/tree-node.d.ts +3 -3
- package/cjs/components/ReactSortableTree/tree-node.js +10 -6
- package/cjs/components/ReactSortableTree/tree-placeholder.d.ts +2 -1
- package/cjs/components/ReactSortableTree/tree-placeholder.js +6 -2
- package/cjs/components/ReactSortableTree/treeNodeStyle.js +1 -1
- package/cjs/components/ReactSortableTree/utils/dnd-manager.d.ts +1 -1
- package/cjs/components/ReactSortableTree/utils/dnd-manager.js +7 -7
- package/cjs/components/ReactSortableTree/utils/generic-utils.js +10 -6
- package/cjs/components/ReactSortableTree/utils/tree-data-utils.js +27 -23
- package/cjs/components/RelationEditor/RelationEditor.js +46 -42
- package/cjs/components/RelationEditor/index.d.ts +8 -8
- package/cjs/components/RelationEditor/index.js +8 -4
- package/cjs/components/RelationEditor/styles.d.ts +1 -1
- package/cjs/components/RelationEditor/styles.js +1 -1
- package/cjs/components/RelationTypesSelector/RelationTypesSelector.js +7 -3
- package/cjs/components/ReltioGridLayout/ReltioGridLayout.d.ts +1 -1
- package/cjs/components/ReltioGridLayout/ReltioGridLayout.js +19 -15
- package/cjs/components/ReltioGridLayout/helpers.js +4 -4
- package/cjs/components/ReltioGridLayout/styles.js +2 -2
- package/cjs/components/ReltioMap/EntityMarker/EntityMarker.js +17 -13
- package/cjs/components/ReltioMap/EntityMarker/styles.js +1 -1
- package/cjs/components/ReltioMap/MapControls/MapControlContainer/MapControlContrainer.js +4 -4
- package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/TopCenterMapControls.js +1 -1
- package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/styles.d.ts +1 -1
- package/cjs/components/ReltioMap/MapControls/TopCenterMapControls/styles.js +1 -1
- package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +1 -1
- package/cjs/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.js +2 -2
- package/cjs/components/ReltioMap/MapControls/TopRightMapControls/styles.d.ts +1 -1
- package/cjs/components/ReltioMap/MapControls/TopRightMapControls/styles.js +1 -1
- package/cjs/components/ReltioMap/helpers/index.js +10 -6
- package/cjs/components/ReltioMap/index.js +32 -28
- package/cjs/components/ReltioMap/styles.js +1 -1
- package/cjs/components/RequiredMark/RequiredMark.js +1 -1
- package/cjs/components/RequiredMark/styles.js +1 -1
- package/cjs/components/ResizablePanes/ResizablePanes.d.ts +1 -1
- package/cjs/components/ResizablePanes/ResizablePanes.js +15 -11
- package/cjs/components/ResizablePanes/styles.js +1 -1
- package/cjs/components/ScrollableTabs/ScrollableTabs.js +1 -1
- package/cjs/components/ScrollableTabs/styles.js +1 -1
- package/cjs/components/SearchHighlighter/SearchHighlighter.js +7 -3
- package/cjs/components/SearchHighlighter/styles.js +1 -1
- package/cjs/components/SearchInput/SearchInput.js +11 -7
- package/cjs/components/SearchInput/WhiteSearchInput.js +1 -1
- package/cjs/components/SearchInput/styles.d.ts +1 -1
- package/cjs/components/SearchInput/styles.js +1 -1
- package/cjs/components/SelectAttributesList/SelectAttributesList.js +11 -7
- package/cjs/components/SelectAttributesList/styles.js +1 -1
- package/cjs/components/SelectionPopup/SelectionPopup.js +2 -2
- package/cjs/components/SelectionPopup/SelectionPopupPopper/SelectionPopupPopper.js +2 -2
- package/cjs/components/SelectionPopup/helpers.js +10 -10
- package/cjs/components/SelectionPopup/styles.js +2 -2
- package/cjs/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +16 -8
- package/cjs/components/SelectorWithOnlyOptionAutoSelect/styles.d.ts +1 -1
- package/cjs/components/SelectorWithOnlyOptionAutoSelect/styles.js +1 -1
- package/cjs/components/SideIconPanel/SideButtonsPanel.js +3 -3
- package/cjs/components/SideIconPanel/styles.js +2 -2
- package/cjs/components/SidePanel/SidePanel.js +2 -2
- package/cjs/components/SidePanel/SidePanelContentHeader/SidePanelContentHeader.js +1 -1
- package/cjs/components/SidePanel/SidePanelContentHeader/styles.js +1 -1
- package/cjs/components/SidePanel/styles.js +1 -1
- package/cjs/components/SidePanelEmptyState/SidePanelEmptyState.js +1 -1
- package/cjs/components/SidePanelEmptyState/styles.js +1 -1
- package/cjs/components/SimpleDropDownSelector/DropDownPlaceholder.js +1 -1
- package/cjs/components/SimpleDropDownSelector/DropDownValue.js +1 -1
- package/cjs/components/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +1 -1
- package/cjs/components/SimpleDropDownSelector/SimpleDropDownSelector.js +6 -2
- package/cjs/components/SimpleDropDownSelector/styles.d.ts +1 -1
- package/cjs/components/SimpleDropDownSelector/styles.js +1 -1
- package/cjs/components/SimpleInput/SimpleInput.d.ts +1 -1
- package/cjs/components/SimpleInput/SimpleInput.js +9 -5
- package/cjs/components/SmallIconButton/SmallIconButton.d.ts +1 -1
- package/cjs/components/SmallIconButton/SmallIconButton.js +8 -4
- package/cjs/components/SmallIconButton/index.d.ts +2 -2
- package/cjs/components/SmallIconButton/index.js +1 -1
- package/cjs/components/SourceIcon/SourceIcon.js +4 -4
- package/cjs/components/SourceSystemsSelector/SourceSystemsSelector.js +9 -5
- package/cjs/components/TenantIcon/TenantIcon.js +10 -6
- package/cjs/components/TenantIcon/styles.js +1 -1
- package/cjs/components/TenantsDropDownSelector/TenantMenuItem/TenantMenuItem.js +8 -4
- package/cjs/components/TenantsDropDownSelector/TenantMenuItem/styles.js +1 -1
- package/cjs/components/TenantsDropDownSelector/TenantsDropDownSelector.js +12 -8
- package/cjs/components/TenantsDropDownSelector/styles.js +1 -1
- package/cjs/components/Title/Title.js +2 -2
- package/cjs/components/Title/styles.js +1 -1
- package/cjs/components/UploadFileButton/UploadFileButton.js +18 -14
- package/cjs/components/UploadFileButton/styles.js +1 -1
- package/cjs/components/UploadImageDialog/DividerWithText/DividerWithText.js +2 -2
- package/cjs/components/UploadImageDialog/DividerWithText/styles.d.ts +1 -1
- package/cjs/components/UploadImageDialog/DividerWithText/styles.js +2 -2
- package/cjs/components/UploadImageDialog/ErrorSnackbar/ErrorSnackbar.js +1 -1
- package/cjs/components/UploadImageDialog/ErrorSnackbar/styles.js +1 -1
- package/cjs/components/UploadImageDialog/ImageByUrlField/ImageByUrlField.js +8 -4
- package/cjs/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
- package/cjs/components/UploadImageDialog/ImageByUrlField/styles.js +1 -1
- package/cjs/components/UploadImageDialog/TargetBox/TargetBox.js +3 -3
- package/cjs/components/UploadImageDialog/TargetBox/styles.d.ts +1 -1
- package/cjs/components/UploadImageDialog/TargetBox/styles.js +1 -1
- package/cjs/components/UploadImageDialog/UploadImageDialog.js +12 -8
- package/cjs/components/UploadImageDialog/styles.d.ts +1 -1
- package/cjs/components/UploadImageDialog/styles.js +1 -1
- package/cjs/components/UserSelector/UserSelector.js +13 -9
- package/cjs/components/UserSelector/styles.d.ts +1 -1
- package/cjs/components/UserSelector/styles.js +1 -1
- package/cjs/components/ValueChip/ValueChip.js +3 -3
- package/cjs/components/ValueChip/styles.d.ts +1 -1
- package/cjs/components/ValueChip/styles.js +4 -4
- package/cjs/components/VerticalDivider/VerticalDivider.js +2 -2
- package/cjs/components/VerticalHeadingsTable/TableCell/TableCell.js +2 -2
- package/cjs/components/VerticalHeadingsTable/TableCell/styles.js +1 -1
- package/cjs/components/VerticalHeadingsTable/TableCellWithDnd/TableCellWithDnd.js +11 -7
- package/cjs/components/VerticalHeadingsTable/TableCellWithDnd/styles.js +1 -1
- package/cjs/components/VerticalHeadingsTable/TableColumnDragLayer/TableColumnDragLayer.js +9 -5
- package/cjs/components/VerticalHeadingsTable/TableColumnDragLayer/styles.js +1 -1
- package/cjs/components/VerticalHeadingsTable/TableHeadCell/TableHeadCell.js +1 -1
- package/cjs/components/VerticalHeadingsTable/TableHeadCell/styles.js +1 -1
- package/cjs/components/VerticalHeadingsTable/TableRowWithDnd/TableRowWithDnd.js +9 -5
- package/cjs/components/VerticalHeadingsTable/VerticalHeadingsTable.js +8 -4
- package/cjs/components/ViewMoreToggle/ViewMoreToggle.js +3 -3
- package/cjs/components/ViewMoreToggle/styles.js +1 -1
- package/cjs/components/VirtualGroupedList/VirtualGroupedList.d.ts +1 -1
- package/cjs/components/VirtualGroupedList/VirtualGroupedList.js +30 -22
- package/cjs/components/VirtualGroupedList/helpers.js +5 -5
- package/cjs/components/VirtualGroupedList/styles.js +1 -1
- package/cjs/components/activityLog/ActivityExportButton/ActivityExportButton.js +16 -12
- package/cjs/components/activityLog/ActivityExportButton/styles.js +1 -1
- package/cjs/components/activityLog/ActivityFilterEditor/ActivityFilterEditor.js +13 -9
- package/cjs/components/activityLog/ActivityFilterEditor/ActivitySelector.js +5 -5
- package/cjs/components/activityLog/ActivityFilterEditor/DateRangeSelector.js +16 -12
- package/cjs/components/activityLog/ActivityFilterEditor/EntityChangedSelectors.js +4 -4
- package/cjs/components/activityLog/ActivityFilterEditor/EntityTypesSelector.js +4 -4
- package/cjs/components/activityLog/ActivityFilterEditor/SourceSelector.js +6 -6
- package/cjs/components/activityLog/ActivityFilterEditor/styles.js +1 -1
- package/cjs/components/activityLog/ActivityFilterEditor/utils/getSelectorActivityTypes.js +3 -3
- package/cjs/components/activityLog/ActivityLog/ActivityLog.js +14 -10
- package/cjs/components/activityLog/ActivityLog/helpers.js +15 -11
- package/cjs/components/activityLog/ActivityLog/items/ActivityItem/ActivityItem.js +4 -4
- package/cjs/components/activityLog/ActivityLog/items/ActivityItem/styles.js +1 -1
- package/cjs/components/activityLog/ActivityLog/items/GroupItem/GroupItem.js +2 -2
- package/cjs/components/activityLog/ActivityLog/items/GroupItem/styles.js +1 -1
- package/cjs/components/activityLog/ActivityLog/styles.js +1 -1
- package/cjs/components/activityLog/ActivityLogFilter/ActivityLogFilter.js +9 -5
- package/cjs/components/activityLog/ActivityLogFilter/ActivityLogFilterHeader.js +3 -3
- package/cjs/components/activityLog/ActivityLogFilter/helpers.js +8 -8
- package/cjs/components/activityLog/ActivityLogFilter/styles.d.ts +1 -1
- package/cjs/components/activityLog/ActivityLogFilter/styles.js +2 -2
- package/cjs/components/activityLog/activities/ActivityTitle/ActivityTitle.js +2 -2
- package/cjs/components/activityLog/activities/ActivityTitle/styles.js +1 -1
- package/cjs/components/activityLog/activities/EntityObject/EntityObject.js +2 -2
- package/cjs/components/activityLog/activities/EntityObject/styles.js +1 -1
- package/cjs/components/activityLog/activities/GroupActivity.js +4 -4
- package/cjs/components/activityLog/activities/RelationObject/RelationObject.js +3 -3
- package/cjs/components/activityLog/activities/RelationObject/styles.js +1 -1
- package/cjs/components/activityLog/activities/SearchActivity.js +11 -7
- package/cjs/components/activityLog/activities/SimpleActivity.js +3 -3
- package/cjs/components/activityLog/activities/SynchronizationIssuesActivity.js +3 -3
- package/cjs/components/activityLog/activities/fields/DeltaField.js +7 -7
- package/cjs/components/activityLog/activities/fields/PotentialMatchField.js +4 -4
- package/cjs/components/activityLog/activities/fields/commonStyles.d.ts +1 -1
- package/cjs/components/activityLog/activities/fields/commonStyles.js +1 -1
- package/cjs/components/activityLog/activities/fields/styles.js +1 -1
- package/cjs/components/activityLog/activities/records/CollapsibleActivityRecords.js +1 -1
- package/cjs/components/activityLog/activities/records/EntityRecord.js +4 -4
- package/cjs/components/activityLog/activities/records/PotentialMatchRecord.js +1 -1
- package/cjs/components/activityLog/activities/records/RecordUpdates.js +2 -2
- package/cjs/components/activityLog/activities/records/RelationRecord.js +1 -1
- package/cjs/components/activityLog/activities/records/styles.js +1 -1
- package/cjs/components/activityLog/activities/styles.d.ts +1 -1
- package/cjs/components/activityLog/activities/styles.js +1 -1
- package/cjs/components/activityLog/contexts/CollapsibleItemsContext/index.js +18 -10
- package/cjs/components/activityLog/hooks/useActivitiesLoader.js +4 -4
- package/cjs/components/activityLog/hooks/useProfileActivitiesLoader.js +4 -4
- package/cjs/components/activityLog/index.js +5 -1
- package/cjs/components/activityLog/utils/activities.js +10 -10
- package/cjs/components/activityLog/utils/filters.js +26 -26
- package/cjs/components/attributes/AttributesView/AttributesView.js +1 -1
- package/cjs/components/attributes/AttributesView/index.d.ts +1 -1
- package/cjs/components/attributes/AttributesView/index.js +1 -1
- package/cjs/components/attributes/BranchDecorator/BranchDecorator.js +2 -2
- package/cjs/components/attributes/BranchDecorator/styles.js +1 -1
- package/cjs/components/attributes/ImageAttributesLine/ImageAttributesLine.js +25 -21
- package/cjs/components/attributes/ImageAttributesLine/styles.js +2 -2
- package/cjs/components/attributes/OvIcon/OvIcon.d.ts +6 -6
- package/cjs/components/attributes/OvIcon/OvIcon.js +5 -5
- package/cjs/components/attributes/OvIcon/styles.js +2 -2
- package/cjs/components/attributes/PivotingAttributes/PivotingTooltip.js +16 -12
- package/cjs/components/attributes/PivotingAttributes/PivotingTooltipContent.js +15 -11
- package/cjs/components/attributes/PivotingAttributes/helpers.js +5 -5
- package/cjs/components/attributes/PivotingAttributes/styles.d.ts +1 -1
- package/cjs/components/attributes/PivotingAttributes/styles.js +2 -2
- package/cjs/components/attributes/editMode/AttributesFactory/AttributesFactory.js +1 -1
- package/cjs/components/attributes/editMode/AttributesList/AttributesList.d.ts +1 -1
- package/cjs/components/attributes/editMode/AttributesList/AttributesList.js +19 -15
- package/cjs/components/attributes/editMode/AttributesList/helpers.js +7 -7
- package/cjs/components/attributes/editMode/AttributesPager/AttributeRenderer.js +21 -17
- package/cjs/components/attributes/editMode/AttributesPager/AttributesPager.js +12 -8
- package/cjs/components/attributes/editMode/AttributesPager/CardinalityMessage.js +11 -11
- package/cjs/components/attributes/editMode/AttributesPager/SpecialRenderer.js +14 -10
- package/cjs/components/attributes/editMode/AttributesPager/index.d.ts +1 -1
- package/cjs/components/attributes/editMode/AttributesPager/index.js +7 -3
- package/cjs/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/AttributesPager/styles.js +1 -1
- package/cjs/components/attributes/editMode/AttributesPager/utils.js +1 -1
- package/cjs/components/attributes/editMode/AttributesView/AttributesView.js +18 -14
- package/cjs/components/attributes/editMode/AttributesView/index.d.ts +8 -8
- package/cjs/components/attributes/editMode/AttributesView/index.js +1 -1
- package/cjs/components/attributes/editMode/AttributesView/styles.js +1 -1
- package/cjs/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +4 -4
- package/cjs/components/attributes/editMode/ComplexAttribute/ComplexAttribute.js +19 -15
- package/cjs/components/attributes/editMode/ComplexAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/ComplexAttribute/styles.js +1 -1
- package/cjs/components/attributes/editMode/EntityCreator/EntityCreator.js +6 -2
- package/cjs/components/attributes/editMode/EntityCreator/index.d.ts +1 -1
- package/cjs/components/attributes/editMode/EntityCreator/index.js +6 -2
- package/cjs/components/attributes/editMode/EntitySelector/EntitySelector.js +18 -14
- package/cjs/components/attributes/editMode/EntitySelector/components/ClearIndicator.js +1 -1
- package/cjs/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +2 -2
- package/cjs/components/attributes/editMode/EntitySelector/components/EntityOption.js +1 -1
- package/cjs/components/attributes/editMode/EntitySelector/components/EntityTypeOption.js +1 -1
- package/cjs/components/attributes/editMode/EntitySelector/components/Group.js +2 -2
- package/cjs/components/attributes/editMode/EntitySelector/components/SingleValue.js +16 -12
- package/cjs/components/attributes/editMode/EntitySelector/components/styles.js +4 -4
- package/cjs/components/attributes/editMode/EntitySelector/styles.js +1 -1
- package/cjs/components/attributes/editMode/ImageAttributesLine/ImageAttributesLine.js +17 -13
- package/cjs/components/attributes/editMode/ImageAttributesLine/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/ImageAttributesLine/styles.js +1 -1
- package/cjs/components/attributes/editMode/MoreAttributesButton/MoreAttributesButton.js +24 -20
- package/cjs/components/attributes/editMode/MoreAttributesButton/helpers.js +3 -3
- package/cjs/components/attributes/editMode/MoreAttributesButton/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/MoreAttributesButton/styles.js +1 -1
- package/cjs/components/attributes/editMode/MoreAttributesButton/useMoreAttributesItems.js +6 -6
- package/cjs/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +3 -3
- package/cjs/components/attributes/editMode/NestedAttribute/NestedAttribute.js +8 -4
- package/cjs/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
- package/cjs/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.js +39 -35
- package/cjs/components/attributes/editMode/ReferenceAttribute/index.d.ts +3 -3
- package/cjs/components/attributes/editMode/ReferenceAttribute/index.js +8 -4
- package/cjs/components/attributes/editMode/ReferenceAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/ReferenceAttribute/styles.js +1 -1
- package/cjs/components/attributes/editMode/RelationTypeSelector/RelationTypeSelector.js +7 -3
- package/cjs/components/attributes/editMode/RelationTypeSelector/components/RelationOption.js +3 -3
- package/cjs/components/attributes/editMode/RelationTypeSelector/components/styles.js +2 -2
- package/cjs/components/attributes/editMode/Roles/Roles.js +14 -10
- package/cjs/components/attributes/editMode/Roles/styles.js +1 -1
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.d.ts +1 -1
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.js +23 -19
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/getDependentLookupEditorContext.js +4 -4
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/cache.js +2 -2
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/missedParentsMessage.js +2 -2
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/parents.js +12 -8
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/styles.js +3 -3
- package/cjs/components/attributes/editMode/SimpleAttributeEditor/utils.js +5 -5
- package/cjs/components/attributes/editMode/Tags/Tags.js +11 -7
- package/cjs/components/attributes/editMode/Tags/styles.js +1 -1
- package/cjs/components/attributes/helpers/attributesView.js +2 -2
- package/cjs/components/attributes/inline/AttributesList/AttributesList.js +2 -2
- package/cjs/components/attributes/inline/AttributesList/styles.js +1 -1
- package/cjs/components/attributes/inline/AttributesPager/AttributesPager.js +8 -4
- package/cjs/components/attributes/inline/AttributesPager/styles.js +1 -1
- package/cjs/components/attributes/inline/ComplexAttribute/ComplexAttribute.js +15 -11
- package/cjs/components/attributes/inline/ComplexAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/inline/ComplexAttribute/styles.js +1 -1
- package/cjs/components/attributes/inline/ImageAttribute/ImageAttribute.js +2 -2
- package/cjs/components/attributes/inline/ImageAttribute/styles.js +1 -1
- package/cjs/components/attributes/inline/NestedAttribute/NestedAttribute.js +1 -1
- package/cjs/components/attributes/inline/NestedAttributesBlock/NestedAttributesBlock.js +1 -1
- package/cjs/components/attributes/inline/ReferenceAttribute/ReferenceAttribute.js +6 -6
- package/cjs/components/attributes/inline/ReferenceAttribute/styles.js +1 -1
- package/cjs/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/CrosswalkMenuItem.js +9 -5
- package/cjs/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/styles.js +1 -1
- package/cjs/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +18 -14
- package/cjs/components/attributes/inline/SimpleAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/inline/SimpleAttribute/styles.js +3 -3
- package/cjs/components/attributes/inline/SimpleAttributeEditor/SimpleAttributeEditor.js +17 -13
- package/cjs/components/attributes/inline/SimpleAttributeEditor/styles.js +2 -2
- package/cjs/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +8 -8
- package/cjs/components/attributes/inline/SimpleAttributesBlock/styles.js +1 -1
- package/cjs/components/attributes/inline/common/ComplexAttributeLabel.js +1 -1
- package/cjs/components/attributes/inline/common/CrosswalkIcon.js +4 -4
- package/cjs/components/attributes/inline/common/SourceItem.js +5 -5
- package/cjs/components/attributes/inline/common/__test__/CrosswalkIcon.spec.js +7 -3
- package/cjs/components/attributes/inline/common/__test__/DeleteButton.spec.js +1 -1
- package/cjs/components/attributes/inline/common/__test__/IgnoreButton.spec.js +1 -1
- package/cjs/components/attributes/inline/common/__test__/PinButton.spec.js +1 -1
- package/cjs/components/attributes/inline/common/__test__/SourceItem.spec.js +7 -3
- package/cjs/components/attributes/inline/common/styles.js +2 -2
- package/cjs/components/attributes/inline/hooks/useAttributeState.js +7 -7
- package/cjs/components/attributes/inline/index.js +5 -1
- package/cjs/components/attributes/pagersCommon/ShowLess.js +1 -1
- package/cjs/components/attributes/pagersCommon/ShowMore.js +1 -1
- package/cjs/components/attributes/pagersCommon/styles.js +1 -1
- package/cjs/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.d.ts +6 -8
- package/cjs/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.js +6 -2
- package/cjs/components/attributes/readMode/AttributesList/AttributesList.js +10 -6
- package/cjs/components/attributes/readMode/AttributesPager/AttributesPager.js +17 -13
- package/cjs/components/attributes/readMode/AttributesPager/MultiLineRenderer.js +10 -6
- package/cjs/components/attributes/readMode/AttributesPager/OneLineRenderer.js +7 -7
- package/cjs/components/attributes/readMode/AttributesPager/SpecialRenderer.js +2 -2
- package/cjs/components/attributes/readMode/AttributesPager/index.d.ts +1 -1
- package/cjs/components/attributes/readMode/AttributesPager/index.js +6 -2
- package/cjs/components/attributes/readMode/AttributesPager/styles.js +3 -3
- package/cjs/components/attributes/readMode/AttributesView/AttributesView.js +12 -8
- package/cjs/components/attributes/readMode/AttributesView/index.d.ts +6 -6
- package/cjs/components/attributes/readMode/AttributesView/index.js +1 -1
- package/cjs/components/attributes/readMode/AttributesView/styles.js +1 -1
- package/cjs/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -3
- package/cjs/components/attributes/readMode/ComplexAttribute/ComplexAttribute.js +17 -13
- package/cjs/components/attributes/readMode/ComplexAttribute/styles.js +1 -1
- package/cjs/components/attributes/readMode/ImageAttributesLine/ImageAttributesLine.js +11 -7
- package/cjs/components/attributes/readMode/ImageAttributesLine/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/ImageAttributesLine/styles.js +8 -8
- package/cjs/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +3 -3
- package/cjs/components/attributes/readMode/NestedAttribute/NestedAttribute.js +15 -11
- package/cjs/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/NestedAttribute/styles.js +1 -1
- package/cjs/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
- package/cjs/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.js +17 -13
- package/cjs/components/attributes/readMode/ReferenceAttribute/index.d.ts +3 -3
- package/cjs/components/attributes/readMode/ReferenceAttribute/index.js +1 -1
- package/cjs/components/attributes/readMode/ReferenceAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/ReferenceAttribute/styles.js +1 -1
- package/cjs/components/attributes/readMode/SimpleAttribute/SimpleAttribute.js +18 -14
- package/cjs/components/attributes/readMode/SimpleAttribute/styles.d.ts +1 -1
- package/cjs/components/attributes/readMode/SimpleAttribute/styles.js +1 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/Roles/Role.js +11 -7
- package/cjs/components/attributes/readMode/SpecialAttributes/SpecialAttributesArray.js +5 -1
- package/cjs/components/attributes/readMode/SpecialAttributes/Tags/Tag.js +14 -10
- package/cjs/components/attributes/readMode/SpecialAttributes/styles.js +1 -1
- package/cjs/components/attributes/readMode/helpers/commonStyles.js +1 -1
- package/cjs/components/attributes/readMode/helpers/historyAppearance.js +7 -7
- package/cjs/components/attributes/types/index.js +5 -1
- package/cjs/components/charts/ActiveShape/ActiveShape.js +2 -2
- package/cjs/components/charts/BarChart/BarChart.js +2 -2
- package/cjs/components/charts/BubbleChart/BubbleChart.js +21 -17
- package/cjs/components/charts/BubbleChart/styles.js +1 -1
- package/cjs/components/charts/BubbleChart/useBubbles.js +3 -3
- package/cjs/components/charts/CloudChart/CloudChart.js +14 -10
- package/cjs/components/charts/CloudChart/styles.js +1 -1
- package/cjs/components/charts/CloudChart/useCloud.js +2 -2
- package/cjs/components/charts/CustomLegend/CustomLegend.js +2 -2
- package/cjs/components/charts/CustomLegend/styles.js +1 -1
- package/cjs/components/charts/CustomTooltip/CustomTooltip.js +2 -2
- package/cjs/components/charts/CustomTooltip/styles.js +1 -1
- package/cjs/components/charts/HOCs/withPercents.js +7 -3
- package/cjs/components/charts/LineChart/LineChart.js +2 -2
- package/cjs/components/charts/MapChart/Legend/Legend.js +3 -3
- package/cjs/components/charts/MapChart/Legend/styles.js +6 -6
- package/cjs/components/charts/MapChart/MapChart.js +16 -12
- package/cjs/components/charts/MapChart/styles.js +1 -1
- package/cjs/components/charts/MapChart/useGeography.js +3 -3
- package/cjs/components/charts/PieChart/PieChart.js +12 -8
- package/cjs/components/charts/TableWithBars/TableWithBars.js +19 -11
- package/cjs/components/charts/TableWithBars/cell-renderers/AttributeCellRenderer.js +4 -4
- package/cjs/components/charts/TableWithBars/cell-renderers/HeadCellRenderer.js +2 -2
- package/cjs/components/charts/TableWithBars/cell-renderers/NumberCellValueRenderer.js +3 -3
- package/cjs/components/charts/TableWithBars/cell-renderers/styles.js +1 -1
- package/cjs/components/charts/TableWithBars/styles.js +1 -1
- package/cjs/components/charts/TreeChart/TreeChart.js +9 -5
- package/cjs/components/charts/TreeChart/styles.js +1 -1
- package/cjs/components/charts/hooks/useClickableStyle.js +1 -1
- package/cjs/components/charts/hooks/useTooltipState.js +3 -3
- package/cjs/components/commonReactSelectComponents/DropdownIndicator.d.ts +4 -4
- package/cjs/components/commonReactSelectComponents/DropdownIndicator.js +2 -2
- package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +4 -4
- package/cjs/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.js +2 -2
- package/cjs/components/commonReactSelectComponents/LoadMoreButton.js +1 -1
- package/cjs/components/commonReactSelectComponents/MenuWithPopper.d.ts +3 -3
- package/cjs/components/commonReactSelectComponents/MenuWithPopper.js +11 -7
- package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/OptionWithCheckIcon.js +1 -1
- package/cjs/components/commonReactSelectComponents/OptionWithCheckIcon/styles.js +1 -1
- package/cjs/components/commonReactSelectComponents/arrowIndicatorStyles.js +2 -2
- package/cjs/components/commonReactSelectComponents/menuStyles.js +1 -1
- package/cjs/components/commonReactSelectComponents/styles.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +16 -12
- package/cjs/components/crosswalks/AttributesTable/AddAttributesButton/styles.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/AttributesTable.js +22 -18
- package/cjs/components/crosswalks/AttributesTable/ConfirmEditIgnoredDialog/ConfirmEditIgnoredDialog.js +7 -3
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +2 -7
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/AttributesHeadCellRenderer.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/CountRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/DefaultCellValueRenderer.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/HeadCellRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/OvValuesRenderer.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeInfoButton.js +22 -18
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/RuleTypeRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/WinnerSourcesRenderer.js +6 -6
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +2 -2
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/SimpleAttributesRenderer.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/styles.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/cell-renderers/styles.js +1 -1
- package/cjs/components/crosswalks/AttributesTable/helpers.js +33 -29
- package/cjs/components/crosswalks/AttributesTable/styles.js +1 -1
- package/cjs/components/crosswalks/ColoredBlock/ColoredBlock.js +8 -4
- package/cjs/components/crosswalks/ColoredBlock/styles.js +2 -2
- package/cjs/components/crosswalks/CopyableValueField/CopyableValueField.js +1 -1
- package/cjs/components/crosswalks/CopyableValueField/styles.d.ts +1 -1
- package/cjs/components/crosswalks/CopyableValueField/styles.js +1 -1
- package/cjs/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +20 -16
- package/cjs/components/crosswalks/CrosswalkAttributes/styles.d.ts +1 -1
- package/cjs/components/crosswalks/CrosswalkAttributes/styles.js +1 -1
- package/cjs/components/crosswalks/CrosswalkDateEditor/CrosswalkDateEditor.js +9 -5
- package/cjs/components/crosswalks/CrosswalkDateEditor/styles.js +1 -1
- package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +10 -6
- package/cjs/components/crosswalks/CrosswalkDragLayer/CrosswalkDragPreview.js +4 -4
- package/cjs/components/crosswalks/CrosswalkDragLayer/styles.js +1 -1
- package/cjs/components/crosswalks/CrosswalkEditor/CrosswalkEditor.js +9 -5
- package/cjs/components/crosswalks/CrosswalkEditor/styles.js +1 -1
- package/cjs/components/crosswalks/CrosswalkRow/CrosswalkRow.js +23 -19
- package/cjs/components/crosswalks/CrosswalkRow/styles.d.ts +1 -1
- package/cjs/components/crosswalks/CrosswalkRow/styles.js +1 -1
- package/cjs/components/crosswalks/DummyCrosswalkRow/DummyCrosswalkRow.js +10 -6
- package/cjs/components/crosswalks/DummyCrosswalkRow/styles.js +1 -1
- package/cjs/components/crosswalks/ShowDependentLink/ShowDependentLink.js +1 -1
- package/cjs/components/crosswalks/ShowDependentLink/styles.js +1 -1
- package/cjs/components/crosswalks/SourceCrosswalksRow/SourceCrosswalksRow.js +8 -4
- package/cjs/components/crosswalks/hooks/useAttributeActions.js +16 -16
- package/cjs/components/crosswalks/hooks/useCrosswalkActions.js +11 -11
- package/cjs/components/crosswalks/hooks/useModifiedEntity.js +41 -37
- package/cjs/components/crosswalks/utils/legend.js +10 -10
- package/cjs/components/editors/BooleanEditor/BooleanEditor.js +1 -1
- package/cjs/components/editors/BooleanRadioEditor/BooleanRadioEditor.js +3 -3
- package/cjs/components/editors/BooleanRadioEditor/styles.js +1 -1
- package/cjs/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +14 -10
- package/cjs/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
- package/cjs/components/editors/CustomDateRangeEditor/styles.js +1 -1
- package/cjs/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +5 -7
- package/cjs/components/editors/DataTypeValueEditor/useEditorContext.js +16 -12
- package/cjs/components/editors/DateEditor/DateEditor.js +12 -8
- package/cjs/components/editors/DateEditor/styles.d.ts +1 -1
- package/cjs/components/editors/DateEditor/styles.js +1 -1
- package/cjs/components/editors/DateRangeEditor/DateRangeEditor.d.ts +1 -1
- package/cjs/components/editors/DateRangeEditor/DateRangeEditor.js +25 -21
- package/cjs/components/editors/DateRangeEditor/styles.d.ts +1 -1
- package/cjs/components/editors/DateRangeEditor/styles.js +1 -1
- package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +2 -2
- package/cjs/components/editors/DependentLookupEditor/DependentLookupEditor.js +27 -23
- package/cjs/components/editors/DependentLookupEditor/helpers.js +1 -1
- package/cjs/components/editors/DependentLookupEditor/styles.d.ts +1 -1
- package/cjs/components/editors/DependentLookupEditor/styles.js +1 -1
- package/cjs/components/editors/DependentLookupEditor/useAutopopulation.js +2 -2
- package/cjs/components/editors/DependentLookupEditor/useDefaultOptions.js +5 -5
- package/cjs/components/editors/DependentLookupEditor/useLookupsResolver.js +6 -6
- package/cjs/components/editors/DependentLookupEditor/useSavingFocus.js +2 -2
- package/cjs/components/editors/DropDownEditor/DropDownEditor.d.ts +1 -1
- package/cjs/components/editors/DropDownEditor/DropDownEditor.js +2 -2
- package/cjs/components/editors/FileTypeEditor/FileTypeEditor.js +10 -6
- package/cjs/components/editors/FileTypeEditor/styles.js +1 -1
- package/cjs/components/editors/FilterEditor/FilterEditor.js +4 -4
- package/cjs/components/editors/FilterEditor/FilterValueEditor.js +9 -9
- package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +4 -4
- package/cjs/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +6 -6
- package/cjs/components/editors/GroupedDropDownEditor/entriesHelpers.js +13 -9
- package/cjs/components/editors/GroupedDropDownEditor/styles.js +1 -1
- package/cjs/components/editors/LookupEditor/LookupEditor.d.ts +2 -2
- package/cjs/components/editors/LookupEditor/LookupEditor.js +12 -9
- package/cjs/components/editors/LookupEditor/entriesHelpers.js +5 -5
- package/cjs/components/editors/NumberEditor/NumberEditor.d.ts +1 -1
- package/cjs/components/editors/NumberEditor/NumberEditor.js +1 -2
- package/cjs/components/editors/RangeDataTypeValueEditor/RangeDataTypeValueEditor.js +10 -6
- package/cjs/components/editors/RangeDataTypeValueEditor/styles.js +1 -1
- package/cjs/components/editors/SelectEditor/SelectEditor.js +2 -2
- package/cjs/components/editors/TextEditor/TextEditor.d.ts +1 -1
- package/cjs/components/editors/TimestampEditor/TimestampEditor.js +14 -10
- package/cjs/components/editors/TimestampEditor/styles.d.ts +1 -1
- package/cjs/components/editors/TimestampEditor/styles.js +1 -1
- package/cjs/components/editors/TypeaheadEditor/TypeaheadEditor.d.ts +1 -1
- package/cjs/components/editors/TypeaheadEditor/TypeaheadEditor.js +35 -27
- package/cjs/components/editors/TypeaheadEditor/styles.js +1 -1
- package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +4 -4
- package/cjs/components/editors/commonComponents/MultiValueChip/MultiValueChip.js +1 -1
- package/cjs/components/editors/constants.js +2 -2
- package/cjs/components/history/ContributorsPanel/ContributorItem.js +3 -3
- package/cjs/components/history/ContributorsPanel/ContributorsPanel.js +12 -8
- package/cjs/components/history/ContributorsPanel/styles.d.ts +1 -1
- package/cjs/components/history/ContributorsPanel/styles.js +2 -2
- package/cjs/components/history/DateRangeSelector/DateRangeSelector.js +12 -8
- package/cjs/components/history/DateRangeSelector/styles.d.ts +1 -1
- package/cjs/components/history/DateRangeSelector/styles.js +1 -1
- package/cjs/components/history/HistoryActivitySelector/HistoryActivitySelector.js +4 -4
- package/cjs/components/history/HistoryActivitySelector/styles.d.ts +1 -1
- package/cjs/components/history/HistoryActivitySelector/styles.js +1 -1
- package/cjs/components/history/HistoryFilterButton/HistoryFilterButton.js +17 -13
- package/cjs/components/history/HistoryFilterButton/styles.js +1 -1
- package/cjs/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
- package/cjs/components/history/HistoryGraph/HistoryCircle.js +6 -2
- package/cjs/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
- package/cjs/components/history/HistoryGraph/HistoryGraph.js +14 -10
- package/cjs/components/history/HistoryGraph/HistoryLink.js +1 -1
- package/cjs/components/history/HistoryGraph/helpers.js +2 -2
- package/cjs/components/history/HistoryHeader/HistoryHeader.js +2 -2
- package/cjs/components/history/HistoryHeader/styles.d.ts +1 -1
- package/cjs/components/history/HistoryHeader/styles.js +1 -1
- package/cjs/components/history/HistoryMenuButton/HistoryMenuButton.js +7 -3
- package/cjs/components/history/HistoryMenuButton/MenuItemRenderer.js +7 -3
- package/cjs/components/history/HistoryMenuButton/styles.d.ts +1 -1
- package/cjs/components/history/HistoryMenuButton/styles.js +1 -1
- package/cjs/components/history/HistoryRow/HistoryRow.js +4 -4
- package/cjs/components/history/HistoryRow/styles.d.ts +1 -1
- package/cjs/components/history/HistoryRow/styles.js +1 -1
- package/cjs/components/history/HistoryTree/HistoryTree.js +23 -19
- package/cjs/components/history/HistoryTree/styles.js +1 -1
- package/cjs/components/history/HistoryView/HistoryView.js +10 -6
- package/cjs/components/history/HistoryView/styles.js +1 -1
- package/cjs/components/history/ProfileBandHistory/ProfileBandHistory.js +9 -5
- package/cjs/components/history/ProfileBandHistory/styles.js +1 -1
- package/cjs/components/history/hooks/useHistory.js +28 -27
- package/cjs/components/history/hooks/useHistoryDiff.js +14 -10
- package/cjs/components/history/hooks/useHistoryEnabled.js +4 -4
- package/cjs/components/history/hooks/useHistorySlice.js +12 -8
- package/cjs/components/history/hooks/useHistoryTree.js +8 -8
- package/cjs/components/history/index.js +5 -1
- package/cjs/components/history/utils/filters.js +16 -16
- package/cjs/components/index.js +5 -1
- package/cjs/components/workflow/cards/DataChangeRequestTaskCard/DataChangeRequestTaskCard.js +2 -2
- package/cjs/components/workflow/cards/GenericWorkflowTaskCard/GenericWorkflowTaskCard.js +12 -8
- package/cjs/components/workflow/cards/GenericWorkflowTaskCard/styles.d.ts +1 -1
- package/cjs/components/workflow/cards/GenericWorkflowTaskCard/styles.js +2 -2
- package/cjs/components/workflow/cards/PotentialMatchTaskCard/PotentialMatchTaskCard.js +4 -4
- package/cjs/components/workflow/cards/PotentialMatchTaskCard/styles.js +1 -1
- package/cjs/components/workflow/components/AddWorkflowButton/AddWorkflowButton.js +8 -4
- package/cjs/components/workflow/components/AddWorkflowButton/styles.d.ts +1 -1
- package/cjs/components/workflow/components/AddWorkflowButton/styles.js +1 -1
- package/cjs/components/workflow/components/AddWorkflowDialog/AddWorkflowDialog.js +11 -7
- package/cjs/components/workflow/components/AddWorkflowDialog/styles.d.ts +1 -1
- package/cjs/components/workflow/components/AddWorkflowDialog/styles.js +1 -1
- package/cjs/components/workflow/components/AssigneeSelector/AssigneeSelector.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/AttributesChanges.js +13 -9
- package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/ChangeView.js +4 -4
- package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/styles.d.ts +1 -1
- package/cjs/components/workflow/components/AttributesChanges/components/ChangeView/styles.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/components/DCRChangesList/DCRChangesList.js +2 -2
- package/cjs/components/workflow/components/AttributesChanges/components/DCRChangesList/styles.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/DiffRenderer.js +20 -16
- package/cjs/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.js +2 -2
- package/cjs/components/workflow/components/AttributesChanges/components/ShowMoreLink/ShowMoreLink.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/components/ShowMoreLink/styles.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/helpers/attributesHelpers.js +20 -20
- package/cjs/components/workflow/components/AttributesChanges/helpers/contextHelpers.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/helpers/helpers.js +1 -1
- package/cjs/components/workflow/components/AttributesChanges/helpers/mergeHelpers.js +18 -18
- package/cjs/components/workflow/components/AttributesChanges/hooks/useCollapsibleList.js +5 -5
- package/cjs/components/workflow/components/AttributesChanges/styles.d.ts +1 -1
- package/cjs/components/workflow/components/AttributesChanges/styles.js +1 -1
- package/cjs/components/workflow/components/DueDateField/DueDateField.js +3 -3
- package/cjs/components/workflow/components/DueDateField/styles.js +1 -1
- package/cjs/components/workflow/components/LineDecorator/LineDecorator.js +4 -4
- package/cjs/components/workflow/components/LineDecorator/styles.js +6 -6
- package/cjs/components/workflow/components/PrioritySelector/PrioritySelector.js +2 -2
- package/cjs/components/workflow/components/TaskActions/TaskActions.js +1 -1
- package/cjs/components/workflow/components/WorkflowComments/CollapsedComments.js +1 -1
- package/cjs/components/workflow/components/WorkflowComments/Comment.js +2 -2
- package/cjs/components/workflow/components/WorkflowComments/ExpandedComments.js +1 -1
- package/cjs/components/workflow/components/WorkflowComments/WorkflowComments.js +12 -8
- package/cjs/components/workflow/components/WorkflowComments/styles.js +4 -4
- package/cjs/components/workflow/helpers/dcrHelpers.js +8 -8
- package/cjs/components/workflow/helpers/index.js +2 -2
- package/cjs/components/workflow/hooks/useChangeRequest.js +14 -14
- package/cjs/components/workflow/hooks/useWorkflowActions.js +18 -14
- package/cjs/components/workflow/hooks/useWorkflowAssignee.js +17 -17
- package/cjs/components/workflow/hooks/useWorkflowCheckPermission.js +20 -20
- package/cjs/components/workflow/hooks/useWorkflowComments.js +13 -13
- package/cjs/components/workflow/hooks/useWorkflowDefinitions.js +7 -7
- package/cjs/components/workflow/hooks/useWorkflowDueDate.js +10 -10
- package/cjs/components/workflow/hooks/useWorkflowPriority.js +11 -11
- package/cjs/components/workflow/hooks/useWorkflowProcessInstance.js +9 -9
- package/cjs/components/workflow/hooks/useWorkflowTasks.js +17 -17
- package/cjs/constants/prop-types.d.ts +10 -10
- package/cjs/contexts/CrosswalksDisplayContext/index.js +15 -11
- package/cjs/contexts/ExpandedAttributesContext/index.js +8 -4
- package/cjs/contexts/ReloadFacetContext/index.js +12 -8
- package/cjs/core/index.js +5 -1
- package/cjs/core/utils.js +3 -3
- package/cjs/hooks/helpers/pagingSimulator.js +2 -2
- package/cjs/hooks/helpers/sanitizerOptions.js +10 -6
- package/cjs/hooks/useAPI/API.js +7 -7
- package/cjs/hooks/useAPI/helpers.js +12 -12
- package/cjs/hooks/useAPI/useAPI.js +58 -61
- package/cjs/hooks/useActions.js +2 -2
- package/cjs/hooks/useAsyncMount.js +5 -5
- package/cjs/hooks/useCollaboration.js +51 -47
- package/cjs/hooks/useCommentsEntitiesMap.js +12 -12
- package/cjs/hooks/useConfigPermissions.js +5 -5
- package/cjs/hooks/useCustomScripts.js +52 -55
- package/cjs/hooks/useDidUpdateEffect.js +2 -2
- package/cjs/hooks/useEditableConnection.js +9 -10
- package/cjs/hooks/useHtmlSanitizer.js +1 -1
- package/cjs/hooks/useMarkAsNotMatchRequest.js +5 -5
- package/cjs/hooks/useMatchesLoader.d.ts +1 -1
- package/cjs/hooks/useMatchesLoader.js +21 -21
- package/cjs/hooks/useMergeAllRequest.js +7 -7
- package/cjs/hooks/usePagingSimulator.js +1 -1
- package/cjs/hooks/usePrevious.js +2 -2
- package/cjs/hooks/useReadableSearchState.js +17 -13
- package/cjs/hooks/useRelationTypeSelector.js +12 -12
- package/cjs/hooks/useRelationsLoader.js +24 -20
- package/cjs/hooks/useRunOnceAfterValueInitialization.js +2 -2
- package/cjs/hooks/useSafePromise.js +3 -3
- package/cjs/hooks/useSavedState.js +3 -3
- package/cjs/hooks/useSavedStateForEntityType.js +6 -6
- package/cjs/hooks/useSnackbar.js +10 -6
- package/cjs/hooks/useUsers.js +5 -5
- package/cjs/hooks/useWhyDidYouUpdate.js +2 -2
- package/cjs/index.js +5 -1
- package/esm/components/ActionButton/styles.d.ts +1 -1
- package/esm/components/AttributeListItem/styles.d.ts +1 -1
- package/esm/components/AttributeSelector/AttributeSelector.js +1 -1
- package/esm/components/AttributeSelector/styles.d.ts +1 -1
- package/esm/components/AttributesFiltersBuilder/AttributesFiltersBuilder.js +12 -8
- package/esm/components/AttributesFiltersBuilder/components/ValuesEditor/styles.d.ts +1 -1
- package/esm/components/AttributesFiltersBuilder/helpers.js +10 -7
- package/esm/components/BasicAttributeSelector/AttributeTitle/styles.d.ts +1 -1
- package/esm/components/BasicTableView/BasicTable/BasicTable.d.ts +5 -5
- package/esm/components/BasicTableView/BasicTable/cell-value-renderers/styles.js +1 -1
- package/esm/components/BasicTableView/BasicTable/helpers/nestedHelpers.js +10 -6
- package/esm/components/BasicTableView/BasicTable/hooks/useDynamicRowCellHeight.js +1 -1
- package/esm/components/BasicTableView/BasicTableHeader/ColumnsSettings/columnHelpers.js +11 -7
- package/esm/components/BasicTableView/BasicTablePagination/BasicTablePagination.d.ts +1 -1
- package/esm/components/BasicTableView/BasicTablePagination/styles.d.ts +1 -1
- package/esm/components/BasicTableView/ColumnFilter/ColumnFilter.js +1 -1
- package/esm/components/BasicTableView/ColumnFilter/styles.js +1 -1
- package/esm/components/BasicView/BasicView.d.ts +1 -1
- package/esm/components/BasicViewHeader/styles.d.ts +1 -1
- package/esm/components/CollaborationItem/Comment/styles.d.ts +1 -1
- package/esm/components/CollaborationItem/CommentContent/CommentContent.js +1 -1
- package/esm/components/CollaborationItem/CommentTarget/CommentTarget.js +2 -2
- package/esm/components/CollaborationItem/RepliedComment/styles.d.ts +1 -1
- package/esm/components/CollaborationItem/SendMessageArea/styles.d.ts +1 -1
- package/esm/components/CollaborationItem/TextFieldWithMentions/TextFieldWithMentions.js +1 -1
- package/esm/components/CollaborationItem/styles.d.ts +1 -1
- package/esm/components/CollaborationItem/utils/index.js +1 -1
- package/esm/components/CollaborationPopup/styles.d.ts +1 -1
- package/esm/components/CommentsContainer/CommentsContainer.js +9 -5
- package/esm/components/CommentsContainer/styles.js +1 -1
- package/esm/components/ConfigureColumnsPopup/ConfigureColumnsPopup.js +11 -7
- package/esm/components/ConfirmationDialog/styles.d.ts +1 -1
- package/esm/components/ConnectionEditor/styles.d.ts +1 -1
- package/esm/components/DateIntervalSelector/styles.d.ts +1 -1
- package/esm/components/DateRangePicker/styles.d.ts +1 -1
- package/esm/components/DropDownMenuButton/MenuItemRenderer.js +1 -1
- package/esm/components/DropDownMenuButton/styles.d.ts +1 -1
- package/esm/components/DropDownSelector/DropDownSelector.js +1 -2
- package/esm/components/DropDownSelector/styles.d.ts +1 -1
- package/esm/components/DropDownSelector/styles.js +1 -1
- package/esm/components/EmptyState/EmptyState.js +1 -1
- package/esm/components/EmptyState/styles.d.ts +1 -1
- package/esm/components/EntityTypeBadge/EntityTypeBadge.js +1 -1
- package/esm/components/FlipCard/styles.js +4 -4
- package/esm/components/HierarchicalAttributeTooltip/styles.js +2 -2
- package/esm/components/Highlighter/Highlighter.js +1 -1
- package/esm/components/Image/ImageActionsOverlay/ImageActionsOverlay.js +1 -1
- package/esm/components/Image/ImageActionsOverlay/styles.d.ts +1 -1
- package/esm/components/Image/styles.d.ts +1 -1
- package/esm/components/ImageAttributesGallery/GalleryView/styles.d.ts +1 -1
- package/esm/components/ImageAttributesGallery/ImageAttributesGallery.js +9 -5
- package/esm/components/ImageDetailsView/ImageDetailsViewCarousel/styles.d.ts +1 -1
- package/esm/components/ImageDetailsView/ImageDetailsViewSidebar/styles.d.ts +1 -1
- package/esm/components/ImageDetailsView/ImageDetailsViewSidebar/styles.js +1 -1
- package/esm/components/ImageDetailsView/MetaInfoForm/styles.d.ts +1 -1
- package/esm/components/ImageDetailsView/MetaInfoList/MetaInfoItem/styles.d.ts +1 -1
- package/esm/components/ImageDetailsView/MetaInfoList/styles.d.ts +1 -1
- package/esm/components/ImageDetailsView/helpers/index.js +11 -7
- package/esm/components/ImageDetailsView/styles.d.ts +1 -1
- package/esm/components/MatchRulesBlock/MatchRulesBadge/styles.d.ts +1 -1
- package/esm/components/MatchRulesBlock/MatchRulesTooltip/MatchRulesTooltip.js +1 -1
- package/esm/components/MatchRulesBlock/MatchRulesTooltip/styles.d.ts +1 -1
- package/esm/components/MatchRulesBlock/SimpleMatchRules/SimpleMatchRules.js +1 -1
- package/esm/components/MetadataTypesSelector/ListLabel/ListLabel.js +1 -1
- package/esm/components/MetadataTypesSelector/ListLabel/helpers.js +2 -2
- package/esm/components/MetadataTypesSelector/MetadataTypesSelector.js +1 -1
- package/esm/components/MetadataTypesSelector/styles.d.ts +1 -1
- package/esm/components/ModeSwitcher/ModeSwitcher.js +1 -1
- package/esm/components/ModeSwitcher/styles.d.ts +1 -1
- package/esm/components/ModeSwitcherSelect/ModeSwitcherSelect.js +10 -6
- package/esm/components/ModeSwitcherSelect/styles.d.ts +1 -1
- package/esm/components/MultipleInput/MultipleInput.js +9 -5
- package/esm/components/MultipliableSelect/MultipliableSelect.d.ts +1 -1
- package/esm/components/Popper/styles.d.ts +1 -1
- package/esm/components/PotentialMatchReviewCard/PotentialMatchReviewCard.d.ts +1 -1
- package/esm/components/PotentialMatchReviewCard/styles.d.ts +1 -1
- package/esm/components/ProfileBand/styles.d.ts +1 -1
- package/esm/components/ProfileBandNavigation/ProfileBandNavigationWidget.d.ts +1 -1
- package/esm/components/ProfileBandNavigation/hooks/useSearchNavigation.js +10 -6
- package/esm/components/ProfileBandNavigation/searchProviders/GraphSearchProvider.js +10 -6
- package/esm/components/ProfileBandNavigation/searchProviders/MainSearchProvider.js +10 -6
- package/esm/components/ProfileCard/styles.d.ts +1 -1
- package/esm/components/ProfilesList/ProfilesList.js +1 -1
- package/esm/components/ProfilesList/styles.d.ts +1 -1
- package/esm/components/QueryBuilderRow/QueryBuilderRow.d.ts +3 -3
- package/esm/components/QueryBuilderRowsGroup/QueryBuilderRowsGroup.d.ts +2 -2
- package/esm/components/ReactSelect/AsyncSelect.d.ts +1 -1
- package/esm/components/ReactSelect/CreatableSelect.d.ts +1 -1
- package/esm/components/ReactSelect/MultiSelect/MultiSelect.js +1 -1
- package/esm/components/ReactSelect/MultiSelect/components/Option.d.ts +2 -2
- package/esm/components/ReactSelect/Select.d.ts +1 -1
- package/esm/components/ReactSelect/commonComponents/ClearIndicator.d.ts +4 -4
- package/esm/components/ReactSelect/commonComponents/Control.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/DropdownIndicator.d.ts +4 -4
- package/esm/components/ReactSelect/commonComponents/MultiValue.d.ts +2 -2
- package/esm/components/ReactSelect/commonComponents/Option.d.ts +2 -2
- package/esm/components/ReactSelect/styles.d.ts +1 -1
- package/esm/components/ReactSelect/withMuiSkin.js +1 -1
- package/esm/components/ReactSortableTree/node-renderer-default.d.ts +4 -4
- package/esm/components/ReactSortableTree/node-renderer-default.js +9 -5
- package/esm/components/ReactSortableTree/react-sortable-tree.js +1 -1
- package/esm/components/ReactSortableTree/tree-node.d.ts +3 -3
- package/esm/components/ReactSortableTree/tree-node.js +1 -1
- package/esm/components/ReactSortableTree/tree-placeholder.d.ts +2 -1
- package/esm/components/ReactSortableTree/utils/dnd-manager.d.ts +1 -1
- package/esm/components/ReactSortableTree/utils/generic-utils.js +10 -6
- package/esm/components/ReactSortableTree/utils/tree-data-utils.js +27 -23
- package/esm/components/RelationEditor/index.d.ts +8 -8
- package/esm/components/RelationEditor/styles.d.ts +1 -1
- package/esm/components/ReltioGridLayout/ReltioGridLayout.d.ts +1 -1
- package/esm/components/ReltioGridLayout/styles.js +1 -1
- package/esm/components/ReltioMap/MapControls/TopCenterMapControls/styles.d.ts +1 -1
- package/esm/components/ReltioMap/MapControls/TopRightMapControls/TopRightMapControls.d.ts +1 -1
- package/esm/components/ReltioMap/MapControls/TopRightMapControls/styles.d.ts +1 -1
- package/esm/components/ReltioMap/helpers/index.js +9 -5
- package/esm/components/ResizablePanes/ResizablePanes.d.ts +1 -1
- package/esm/components/ResizablePanes/ResizablePanes.js +1 -1
- package/esm/components/SearchInput/styles.d.ts +1 -1
- package/esm/components/SelectAttributesList/SelectAttributesList.js +2 -2
- package/esm/components/SelectionPopup/styles.js +1 -1
- package/esm/components/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.js +9 -5
- package/esm/components/SelectorWithOnlyOptionAutoSelect/styles.d.ts +1 -1
- package/esm/components/SideIconPanel/SideButtonsPanel.js +1 -1
- package/esm/components/SidePanel/SidePanel.js +1 -1
- package/esm/components/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +1 -1
- package/esm/components/SimpleDropDownSelector/styles.d.ts +1 -1
- package/esm/components/SimpleInput/SimpleInput.d.ts +1 -1
- package/esm/components/SmallIconButton/SmallIconButton.d.ts +1 -1
- package/esm/components/SmallIconButton/SmallIconButton.js +1 -1
- package/esm/components/SmallIconButton/index.d.ts +2 -2
- package/esm/components/TenantsDropDownSelector/TenantMenuItem/TenantMenuItem.js +1 -1
- package/esm/components/UploadImageDialog/DividerWithText/styles.d.ts +1 -1
- package/esm/components/UploadImageDialog/DividerWithText/styles.js +1 -1
- package/esm/components/UploadImageDialog/ImageByUrlField/styles.d.ts +1 -1
- package/esm/components/UploadImageDialog/TargetBox/styles.d.ts +1 -1
- package/esm/components/UploadImageDialog/styles.d.ts +1 -1
- package/esm/components/UserSelector/styles.d.ts +1 -1
- package/esm/components/ValueChip/styles.d.ts +1 -1
- package/esm/components/ValueChip/styles.js +2 -2
- package/esm/components/VerticalDivider/VerticalDivider.js +2 -2
- package/esm/components/VerticalHeadingsTable/TableColumnDragLayer/TableColumnDragLayer.js +1 -1
- package/esm/components/VirtualGroupedList/VirtualGroupedList.d.ts +1 -1
- package/esm/components/VirtualGroupedList/VirtualGroupedList.js +9 -5
- package/esm/components/activityLog/ActivityLog/helpers.js +10 -6
- package/esm/components/activityLog/ActivityLogFilter/helpers.js +2 -2
- package/esm/components/activityLog/ActivityLogFilter/styles.d.ts +1 -1
- package/esm/components/activityLog/activities/fields/commonStyles.d.ts +1 -1
- package/esm/components/activityLog/activities/styles.d.ts +1 -1
- package/esm/components/activityLog/contexts/CollapsibleItemsContext/index.js +9 -5
- package/esm/components/activityLog/utils/filters.js +13 -13
- package/esm/components/attributes/AttributesView/index.d.ts +1 -1
- package/esm/components/attributes/ImageAttributesLine/ImageAttributesLine.js +1 -1
- package/esm/components/attributes/OvIcon/OvIcon.d.ts +6 -6
- package/esm/components/attributes/OvIcon/OvIcon.js +1 -1
- package/esm/components/attributes/PivotingAttributes/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesList/AttributesList.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesPager/index.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesPager/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/AttributesView/index.d.ts +8 -8
- package/esm/components/attributes/editMode/ComplexAttribute/ComplexAttribute.d.ts +4 -4
- package/esm/components/attributes/editMode/ComplexAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/EntityCreator/index.d.ts +1 -1
- package/esm/components/attributes/editMode/EntitySelector/EntitySelector.js +2 -2
- package/esm/components/attributes/editMode/EntitySelector/components/EntityOption.d.ts +2 -2
- package/esm/components/attributes/editMode/EntitySelector/components/Group.js +1 -1
- package/esm/components/attributes/editMode/EntitySelector/components/SingleValue.js +1 -1
- package/esm/components/attributes/editMode/ImageAttributesLine/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/MoreAttributesButton/MoreAttributesButton.js +1 -1
- package/esm/components/attributes/editMode/MoreAttributesButton/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/NestedAttribute/NestedAttribute.d.ts +3 -3
- package/esm/components/attributes/editMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
- package/esm/components/attributes/editMode/ReferenceAttribute/index.d.ts +3 -3
- package/esm/components/attributes/editMode/ReferenceAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/RelationTypeSelector/components/styles.js +1 -1
- package/esm/components/attributes/editMode/SimpleAttributeEditor/SimpleAttributeEditor.d.ts +1 -1
- package/esm/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/missedParentsMessage.js +2 -2
- package/esm/components/attributes/editMode/SimpleAttributeEditor/selectors/helpers/parents.js +9 -5
- package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.d.ts +1 -1
- package/esm/components/attributes/editMode/SimpleAttributeEditor/styles.js +2 -2
- package/esm/components/attributes/editMode/Tags/Tags.js +1 -1
- package/esm/components/attributes/inline/ComplexAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/inline/SimpleAttribute/CrosswalkMenuItem/CrosswalkMenuItem.js +1 -1
- package/esm/components/attributes/inline/SimpleAttribute/SimpleAttribute.js +1 -1
- package/esm/components/attributes/inline/SimpleAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/inline/SimpleAttribute/styles.js +2 -2
- package/esm/components/attributes/inline/SimpleAttributeEditor/styles.js +1 -1
- package/esm/components/attributes/inline/SimpleAttributesBlock/SimpleAttributesBlock.js +1 -1
- package/esm/components/attributes/readMode/AttributeValuesBlock/AttributeValuesBlock.d.ts +6 -8
- package/esm/components/attributes/readMode/AttributesPager/index.d.ts +1 -1
- package/esm/components/attributes/readMode/AttributesView/index.d.ts +6 -6
- package/esm/components/attributes/readMode/ComplexAttribute/ComplexAttribute.d.ts +3 -3
- package/esm/components/attributes/readMode/ImageAttributesLine/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/ImageAttributesLine/styles.js +7 -7
- package/esm/components/attributes/readMode/NestedAttribute/NestedAttribute.d.ts +3 -3
- package/esm/components/attributes/readMode/NestedAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/ReferenceAttribute/ReferenceAttribute.d.ts +3 -3
- package/esm/components/attributes/readMode/ReferenceAttribute/index.d.ts +3 -3
- package/esm/components/attributes/readMode/ReferenceAttribute/styles.d.ts +1 -1
- package/esm/components/attributes/readMode/SimpleAttribute/styles.d.ts +1 -1
- package/esm/components/charts/ActiveShape/ActiveShape.js +2 -2
- package/esm/components/charts/BubbleChart/BubbleChart.js +1 -1
- package/esm/components/charts/CloudChart/CloudChart.js +2 -2
- package/esm/components/charts/MapChart/Legend/styles.js +5 -5
- package/esm/components/charts/MapChart/MapChart.js +1 -1
- package/esm/components/charts/MapChart/useGeography.js +1 -1
- package/esm/components/charts/PieChart/PieChart.js +1 -1
- package/esm/components/charts/TableWithBars/TableWithBars.js +9 -5
- package/esm/components/charts/TreeChart/TreeChart.js +1 -1
- package/esm/components/commonReactSelectComponents/DropdownIndicator.d.ts +4 -4
- package/esm/components/commonReactSelectComponents/DropdownIndicatorWithIconButton.d.ts +4 -4
- package/esm/components/commonReactSelectComponents/MenuWithPopper.d.ts +3 -3
- package/esm/components/commonReactSelectComponents/arrowIndicatorStyles.js +1 -1
- package/esm/components/crosswalks/AttributesTable/AddAttributesButton/AddAttributesButton.js +10 -6
- package/esm/components/crosswalks/AttributesTable/cell-renderers/AttributeValuesRenderer.js +1 -6
- package/esm/components/crosswalks/AttributesTable/cell-renderers/RowCellRenderer.js +1 -1
- package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ImageAttributesRenderer.js +1 -1
- package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/NestedAttributesRenderer.js +1 -1
- package/esm/components/crosswalks/AttributesTable/cell-renderers/attribute-renderers/ReferenceAttributesRenderer.js +1 -1
- package/esm/components/crosswalks/AttributesTable/helpers.js +10 -6
- package/esm/components/crosswalks/ColoredBlock/styles.js +1 -1
- package/esm/components/crosswalks/CopyableValueField/styles.d.ts +1 -1
- package/esm/components/crosswalks/CrosswalkAttributes/CrosswalkAttributes.js +1 -1
- package/esm/components/crosswalks/CrosswalkAttributes/styles.d.ts +1 -1
- package/esm/components/crosswalks/CrosswalkDragLayer/CrosswalkDragLayer.js +1 -1
- package/esm/components/crosswalks/CrosswalkRow/styles.d.ts +1 -1
- package/esm/components/crosswalks/hooks/useModifiedEntity.js +9 -5
- package/esm/components/editors/CustomDateRangeEditor/CustomDateRangeEditor.js +3 -3
- package/esm/components/editors/CustomDateRangeEditor/styles.d.ts +1 -1
- package/esm/components/editors/DataTypeValueEditor/DataTypeValueEditor.js +1 -3
- package/esm/components/editors/DateEditor/styles.d.ts +1 -1
- package/esm/components/editors/DateRangeEditor/DateRangeEditor.d.ts +1 -1
- package/esm/components/editors/DateRangeEditor/DateRangeEditor.js +2 -2
- package/esm/components/editors/DateRangeEditor/styles.d.ts +1 -1
- package/esm/components/editors/DependentLookupEditor/DependentLookupEditor.d.ts +2 -2
- package/esm/components/editors/DependentLookupEditor/styles.d.ts +1 -1
- package/esm/components/editors/DropDownEditor/DropDownEditor.d.ts +1 -1
- package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +4 -4
- package/esm/components/editors/GroupedDropDownEditor/GroupedDropDownEditor.js +1 -1
- package/esm/components/editors/GroupedDropDownEditor/entriesHelpers.js +9 -5
- package/esm/components/editors/LookupEditor/LookupEditor.d.ts +2 -2
- package/esm/components/editors/LookupEditor/LookupEditor.js +1 -2
- package/esm/components/editors/LookupEditor/entriesHelpers.js +1 -1
- package/esm/components/editors/NumberEditor/NumberEditor.d.ts +1 -1
- package/esm/components/editors/NumberEditor/NumberEditor.js +1 -2
- package/esm/components/editors/TextEditor/TextEditor.d.ts +1 -1
- package/esm/components/editors/TimestampEditor/TimestampEditor.js +2 -2
- package/esm/components/editors/TimestampEditor/styles.d.ts +1 -1
- package/esm/components/editors/TypeaheadEditor/TypeaheadEditor.d.ts +1 -1
- package/esm/components/editors/TypeaheadEditor/TypeaheadEditor.js +9 -5
- package/esm/components/editors/commonComponents/MultiValueChip/MultiValueChip.d.ts +4 -4
- package/esm/components/history/ContributorsPanel/ContributorsPanel.js +9 -5
- package/esm/components/history/ContributorsPanel/styles.d.ts +1 -1
- package/esm/components/history/DateRangeSelector/styles.d.ts +1 -1
- package/esm/components/history/HistoryActivitySelector/styles.d.ts +1 -1
- package/esm/components/history/HistoryGraph/HistoryCircle.d.ts +1 -1
- package/esm/components/history/HistoryGraph/HistoryGraph.d.ts +1 -1
- package/esm/components/history/HistoryGraph/HistoryGraph.js +5 -5
- package/esm/components/history/HistoryGraph/helpers.js +2 -2
- package/esm/components/history/HistoryHeader/styles.d.ts +1 -1
- package/esm/components/history/HistoryMenuButton/styles.d.ts +1 -1
- package/esm/components/history/HistoryRow/styles.d.ts +1 -1
- package/esm/components/history/HistoryTree/HistoryTree.js +1 -1
- package/esm/components/history/hooks/useHistory.js +11 -10
- package/esm/components/history/utils/filters.js +7 -7
- package/esm/components/workflow/cards/GenericWorkflowTaskCard/styles.d.ts +1 -1
- package/esm/components/workflow/cards/GenericWorkflowTaskCard/styles.js +1 -1
- package/esm/components/workflow/components/AddWorkflowButton/styles.d.ts +1 -1
- package/esm/components/workflow/components/AddWorkflowDialog/styles.d.ts +1 -1
- package/esm/components/workflow/components/AttributesChanges/components/ChangeView/styles.d.ts +1 -1
- package/esm/components/workflow/components/AttributesChanges/components/DiffRenderer/styles.js +1 -1
- package/esm/components/workflow/components/AttributesChanges/styles.d.ts +1 -1
- package/esm/components/workflow/components/LineDecorator/styles.js +5 -5
- package/esm/constants/prop-types.d.ts +10 -10
- package/esm/hooks/helpers/sanitizerOptions.js +10 -6
- package/esm/hooks/useAPI/API.js +2 -2
- package/esm/hooks/useAPI/helpers.js +6 -6
- package/esm/hooks/useAPI/useAPI.js +1 -8
- package/esm/hooks/useCollaboration.js +14 -10
- package/esm/hooks/useCustomScripts.js +14 -21
- package/esm/hooks/useEditableConnection.js +1 -2
- package/esm/hooks/useMatchesLoader.d.ts +1 -1
- package/esm/hooks/useRelationTypeSelector.js +3 -3
- package/package.json +3 -3
|
@@ -9,10 +9,14 @@ var __assign = (this && this.__assign) || function () {
|
|
|
9
9
|
};
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
13
|
-
for (var i = 0,
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
13
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
14
|
+
if (ar || !(i in from)) {
|
|
15
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
16
|
+
ar[i] = from[i];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
16
20
|
};
|
|
17
21
|
/**
|
|
18
22
|
* Performs a depth-first traversal over all of the node descendants,
|
|
@@ -21,7 +25,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21
25
|
function getNodeDataAtTreeIndexOrNextIndex(_a) {
|
|
22
26
|
var targetIndex = _a.targetIndex, node = _a.node, currentIndex = _a.currentIndex, getNodeKey = _a.getNodeKey, _b = _a.path, path = _b === void 0 ? [] : _b, _c = _a.lowerSiblingCounts, lowerSiblingCounts = _c === void 0 ? [] : _c, _d = _a.ignoreCollapsed, ignoreCollapsed = _d === void 0 ? true : _d, _e = _a.isPseudoRoot, isPseudoRoot = _e === void 0 ? false : _e;
|
|
23
27
|
// The pseudo-root is not considered in the path
|
|
24
|
-
var selfPath = !isPseudoRoot ? __spreadArray(__spreadArray([], path), [getNodeKey({ node: node, treeIndex: currentIndex })]) : [];
|
|
28
|
+
var selfPath = !isPseudoRoot ? __spreadArray(__spreadArray([], path, true), [getNodeKey({ node: node, treeIndex: currentIndex })], false) : [];
|
|
25
29
|
// Return target node when found
|
|
26
30
|
if (currentIndex === targetIndex) {
|
|
27
31
|
return {
|
|
@@ -45,7 +49,7 @@ function getNodeDataAtTreeIndexOrNextIndex(_a) {
|
|
|
45
49
|
targetIndex: targetIndex,
|
|
46
50
|
node: node.children[i],
|
|
47
51
|
currentIndex: childIndex,
|
|
48
|
-
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts), [childCount - i - 1]),
|
|
52
|
+
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts, true), [childCount - i - 1], false),
|
|
49
53
|
path: selfPath
|
|
50
54
|
});
|
|
51
55
|
if (result.node) {
|
|
@@ -88,7 +92,7 @@ export function getDescendantCount(_a) {
|
|
|
88
92
|
function walkDescendants(_a) {
|
|
89
93
|
var callback = _a.callback, getNodeKey = _a.getNodeKey, ignoreCollapsed = _a.ignoreCollapsed, _b = _a.isPseudoRoot, isPseudoRoot = _b === void 0 ? false : _b, node = _a.node, _c = _a.parentNode, parentNode = _c === void 0 ? null : _c, currentIndex = _a.currentIndex, _d = _a.path, path = _d === void 0 ? [] : _d, _e = _a.lowerSiblingCounts, lowerSiblingCounts = _e === void 0 ? [] : _e;
|
|
90
94
|
// The pseudo-root is not considered in the path
|
|
91
|
-
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path), [getNodeKey({ node: node, treeIndex: currentIndex })]);
|
|
95
|
+
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path, true), [getNodeKey({ node: node, treeIndex: currentIndex })], false);
|
|
92
96
|
var selfInfo = isPseudoRoot
|
|
93
97
|
? null
|
|
94
98
|
: {
|
|
@@ -121,7 +125,7 @@ function walkDescendants(_a) {
|
|
|
121
125
|
node: node.children[i],
|
|
122
126
|
parentNode: isPseudoRoot ? null : node,
|
|
123
127
|
currentIndex: childIndex + 1,
|
|
124
|
-
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts), [childCount - i - 1]),
|
|
128
|
+
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts, true), [childCount - i - 1], false),
|
|
125
129
|
path: selfPath
|
|
126
130
|
});
|
|
127
131
|
// Cut walk short if the callback returned false
|
|
@@ -155,7 +159,7 @@ function mapDescendants(_a) {
|
|
|
155
159
|
var callback = _a.callback, getNodeKey = _a.getNodeKey, ignoreCollapsed = _a.ignoreCollapsed, _b = _a.isPseudoRoot, isPseudoRoot = _b === void 0 ? false : _b, node = _a.node, _c = _a.parentNode, parentNode = _c === void 0 ? null : _c, currentIndex = _a.currentIndex, _d = _a.path, path = _d === void 0 ? [] : _d, _e = _a.lowerSiblingCounts, lowerSiblingCounts = _e === void 0 ? [] : _e;
|
|
156
160
|
var nextNode = __assign({}, node);
|
|
157
161
|
// The pseudo-root is not considered in the path
|
|
158
|
-
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path), [getNodeKey({ node: nextNode, treeIndex: currentIndex })]);
|
|
162
|
+
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path, true), [getNodeKey({ node: nextNode, treeIndex: currentIndex })], false);
|
|
159
163
|
var selfInfo = {
|
|
160
164
|
node: nextNode,
|
|
161
165
|
parentNode: parentNode,
|
|
@@ -182,7 +186,7 @@ function mapDescendants(_a) {
|
|
|
182
186
|
node: child,
|
|
183
187
|
parentNode: isPseudoRoot ? null : nextNode,
|
|
184
188
|
currentIndex: childIndex + 1,
|
|
185
|
-
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts), [childCount - i - 1]),
|
|
189
|
+
lowerSiblingCounts: __spreadArray(__spreadArray([], lowerSiblingCounts, true), [childCount - i - 1], false),
|
|
186
190
|
path: selfPath
|
|
187
191
|
});
|
|
188
192
|
childIndex = mapResult.treeIndex;
|
|
@@ -363,11 +367,11 @@ export function changeNodeAtPath(_a) {
|
|
|
363
367
|
if (result_1) {
|
|
364
368
|
// If the result was truthy (in this case, an object),
|
|
365
369
|
// pass it to the next level of recursion up
|
|
366
|
-
return __assign(__assign({}, node), { children: __spreadArray(__spreadArray(__spreadArray([], node.children.slice(0, i)), [result_1]), node.children.slice(i + 1)) });
|
|
370
|
+
return __assign(__assign({}, node), { children: __spreadArray(__spreadArray(__spreadArray([], node.children.slice(0, i), true), [result_1], false), node.children.slice(i + 1), true) });
|
|
367
371
|
}
|
|
368
372
|
// If the result was falsy (returned from the newNode function), then
|
|
369
373
|
// delete the node from the array.
|
|
370
|
-
return __assign(__assign({}, node), { children: __spreadArray(__spreadArray([], node.children.slice(0, i)), node.children.slice(i + 1)) });
|
|
374
|
+
return __assign(__assign({}, node), { children: __spreadArray(__spreadArray([], node.children.slice(0, i), true), node.children.slice(i + 1), true) });
|
|
371
375
|
}
|
|
372
376
|
nextTreeIndex += 1 + getDescendantCount({ node: node.children[i], ignoreCollapsed: ignoreCollapsed });
|
|
373
377
|
}
|
|
@@ -492,11 +496,11 @@ export function addNodeUnderParent(_a) {
|
|
|
492
496
|
if (parentKey === null) {
|
|
493
497
|
return addAsFirstChild
|
|
494
498
|
? {
|
|
495
|
-
treeData: __spreadArray([newNode], (treeData || [])),
|
|
499
|
+
treeData: __spreadArray([newNode], (treeData || []), true),
|
|
496
500
|
treeIndex: 0
|
|
497
501
|
}
|
|
498
502
|
: {
|
|
499
|
-
treeData: __spreadArray(__spreadArray([], (treeData || [])), [newNode]),
|
|
503
|
+
treeData: __spreadArray(__spreadArray([], (treeData || []), true), [newNode], false),
|
|
500
504
|
treeIndex: (treeData || []).length
|
|
501
505
|
};
|
|
502
506
|
}
|
|
@@ -531,7 +535,7 @@ export function addNodeUnderParent(_a) {
|
|
|
531
535
|
nextTreeIndex += 1 + getDescendantCount({ node: parentNode.children[i], ignoreCollapsed: ignoreCollapsed });
|
|
532
536
|
}
|
|
533
537
|
insertedTreeIndex = nextTreeIndex;
|
|
534
|
-
var children = addAsFirstChild ? __spreadArray([newNode], parentNode.children) : __spreadArray(__spreadArray([], parentNode.children), [newNode]);
|
|
538
|
+
var children = addAsFirstChild ? __spreadArray([newNode], parentNode.children, true) : __spreadArray(__spreadArray([], parentNode.children, true), [newNode], false);
|
|
535
539
|
return __assign(__assign({}, parentNode), { children: children });
|
|
536
540
|
}
|
|
537
541
|
});
|
|
@@ -545,7 +549,7 @@ export function addNodeUnderParent(_a) {
|
|
|
545
549
|
}
|
|
546
550
|
function addNodeAtDepthAndIndex(_a) {
|
|
547
551
|
var targetDepth = _a.targetDepth, minimumTreeIndex = _a.minimumTreeIndex, newNode = _a.newNode, ignoreCollapsed = _a.ignoreCollapsed, expandParent = _a.expandParent, _b = _a.isPseudoRoot, isPseudoRoot = _b === void 0 ? false : _b, isLastChild = _a.isLastChild, node = _a.node, currentIndex = _a.currentIndex, currentDepth = _a.currentDepth, getNodeKey = _a.getNodeKey, _c = _a.path, path = _c === void 0 ? [] : _c;
|
|
548
|
-
var selfPath = function (n) { return (isPseudoRoot ? [] : __spreadArray(__spreadArray([], path), [getNodeKey({ node: n, treeIndex: currentIndex })])); };
|
|
552
|
+
var selfPath = function (n) { return (isPseudoRoot ? [] : __spreadArray(__spreadArray([], path, true), [getNodeKey({ node: n, treeIndex: currentIndex })], false)); };
|
|
549
553
|
// If the current position is the only possible place to add, add it
|
|
550
554
|
if (currentIndex >= minimumTreeIndex - 1 || (isLastChild && !(node.children && node.children.length))) {
|
|
551
555
|
if (typeof node.children === 'function') {
|
|
@@ -553,7 +557,7 @@ function addNodeAtDepthAndIndex(_a) {
|
|
|
553
557
|
}
|
|
554
558
|
else {
|
|
555
559
|
var extraNodeProps = expandParent ? { expanded: true } : {};
|
|
556
|
-
var nextNode_1 = __assign(__assign(__assign({}, node), extraNodeProps), { children: node.children ? __spreadArray([newNode], node.children) : [newNode] });
|
|
560
|
+
var nextNode_1 = __assign(__assign(__assign({}, node), extraNodeProps), { children: node.children ? __spreadArray([newNode], node.children, true) : [newNode] });
|
|
557
561
|
return {
|
|
558
562
|
node: nextNode_1,
|
|
559
563
|
nextIndex: currentIndex + 2,
|
|
@@ -600,7 +604,7 @@ function addNodeAtDepthAndIndex(_a) {
|
|
|
600
604
|
insertIndex = node.children.length;
|
|
601
605
|
}
|
|
602
606
|
// Insert the newNode at the insertIndex
|
|
603
|
-
var nextNode_2 = __assign(__assign({}, node), { children: __spreadArray(__spreadArray(__spreadArray([], node.children.slice(0, insertIndex)), [newNode]), node.children.slice(insertIndex)) });
|
|
607
|
+
var nextNode_2 = __assign(__assign({}, node), { children: __spreadArray(__spreadArray(__spreadArray([], node.children.slice(0, insertIndex), true), [newNode], false), node.children.slice(insertIndex), true) });
|
|
604
608
|
// Return node with successful insert result
|
|
605
609
|
return {
|
|
606
610
|
node: nextNode_2,
|
|
@@ -654,7 +658,7 @@ function addNodeAtDepthAndIndex(_a) {
|
|
|
654
658
|
};
|
|
655
659
|
if (insertedTreeIndex !== null) {
|
|
656
660
|
result.insertedTreeIndex = insertedTreeIndex;
|
|
657
|
-
result.parentPath = __spreadArray(__spreadArray([], selfPath(nextNode)), pathFragment);
|
|
661
|
+
result.parentPath = __spreadArray(__spreadArray([], selfPath(nextNode), true), pathFragment, true);
|
|
658
662
|
result.parentNode = parentNode;
|
|
659
663
|
}
|
|
660
664
|
return result;
|
|
@@ -706,7 +710,7 @@ export function insertNode(_a) {
|
|
|
706
710
|
return {
|
|
707
711
|
treeData: insertResult.node.children,
|
|
708
712
|
treeIndex: treeIndex,
|
|
709
|
-
path: __spreadArray(__spreadArray([], insertResult.parentPath), [getNodeKey({ node: newNode, treeIndex: treeIndex })]),
|
|
713
|
+
path: __spreadArray(__spreadArray([], insertResult.parentPath, true), [getNodeKey({ node: newNode, treeIndex: treeIndex })], false),
|
|
710
714
|
parentNode: insertResult.parentNode
|
|
711
715
|
};
|
|
712
716
|
}
|
|
@@ -834,7 +838,7 @@ export function find(_a) {
|
|
|
834
838
|
var isSelfMatch = false;
|
|
835
839
|
var hasFocusMatch = false;
|
|
836
840
|
// The pseudo-root is not considered in the path
|
|
837
|
-
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path), [getNodeKey({ node: node, treeIndex: currentIndex })]);
|
|
841
|
+
var selfPath = isPseudoRoot ? [] : __spreadArray(__spreadArray([], path, true), [getNodeKey({ node: node, treeIndex: currentIndex })], false);
|
|
838
842
|
var extraInfo = isPseudoRoot
|
|
839
843
|
? null
|
|
840
844
|
: {
|
|
@@ -879,7 +883,7 @@ export function find(_a) {
|
|
|
879
883
|
childIndex += 1;
|
|
880
884
|
}
|
|
881
885
|
if (mapResult.matches.length > 0 || mapResult.hasFocusMatch) {
|
|
882
|
-
matches = __spreadArray(__spreadArray([], matches), mapResult.matches);
|
|
886
|
+
matches = __spreadArray(__spreadArray([], matches, true), mapResult.matches, true);
|
|
883
887
|
if (mapResult.hasFocusMatch) {
|
|
884
888
|
hasFocusMatch = true;
|
|
885
889
|
}
|
|
@@ -900,7 +904,7 @@ export function find(_a) {
|
|
|
900
904
|
// Add this node to the matches if it fits the search criteria.
|
|
901
905
|
// This is performed at the last minute so newNode can be sent in its final form.
|
|
902
906
|
if (isSelfMatch) {
|
|
903
|
-
matches = __spreadArray([__assign(__assign({}, extraInfo), { node: newNode })], matches);
|
|
907
|
+
matches = __spreadArray([__assign(__assign({}, extraInfo), { node: newNode })], matches, true);
|
|
904
908
|
}
|
|
905
909
|
return {
|
|
906
910
|
node: matches.length > 0 ? newNode : node,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { RelationEditor };
|
|
2
|
-
declare
|
|
2
|
+
declare const _default: import("react-redux").ConnectedComponent<{
|
|
3
3
|
({ connection, modifiedEntity, allModifiedEntities, dispatch, config, mode, metadata, globalSearchRequestOptions, error }: {
|
|
4
4
|
connection: any;
|
|
5
5
|
modifiedEntity: any;
|
|
@@ -42,8 +42,8 @@ declare var _default: import("react-redux").ConnectedComponent<{
|
|
|
42
42
|
config: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
43
43
|
id: import("prop-types").Requireable<string>;
|
|
44
44
|
content: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
45
|
-
inRelations: import("prop-types").Requireable<
|
|
46
|
-
outRelations: import("prop-types").Requireable<
|
|
45
|
+
inRelations: import("prop-types").Requireable<NonNullable<string | object>[]>;
|
|
46
|
+
outRelations: import("prop-types").Requireable<NonNullable<string | object>[]>;
|
|
47
47
|
groups: import("prop-types").Requireable<string[]>;
|
|
48
48
|
entityTypes: import("prop-types").Requireable<string[]>;
|
|
49
49
|
nextEntry: import("prop-types").Requireable<object>;
|
|
@@ -56,19 +56,19 @@ declare var _default: import("react-redux").ConnectedComponent<{
|
|
|
56
56
|
icon: import("prop-types").Requireable<string>;
|
|
57
57
|
caption: import("prop-types").Requireable<string>;
|
|
58
58
|
canCreate: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
59
|
-
deviceTypes: import("prop-types").Requireable<string | string[]
|
|
59
|
+
deviceTypes: import("prop-types").Requireable<NonNullable<string | string[]>>;
|
|
60
60
|
roles: import("prop-types").Requireable<string[]>;
|
|
61
61
|
}>>;
|
|
62
62
|
canRead: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
63
|
-
deviceTypes: import("prop-types").Requireable<string | string[]
|
|
63
|
+
deviceTypes: import("prop-types").Requireable<NonNullable<string | string[]>>;
|
|
64
64
|
roles: import("prop-types").Requireable<string[]>;
|
|
65
65
|
}>>;
|
|
66
66
|
canUpdate: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
67
|
-
deviceTypes: import("prop-types").Requireable<string | string[]
|
|
67
|
+
deviceTypes: import("prop-types").Requireable<NonNullable<string | string[]>>;
|
|
68
68
|
roles: import("prop-types").Requireable<string[]>;
|
|
69
69
|
}>>;
|
|
70
70
|
canDelete: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
71
|
-
deviceTypes: import("prop-types").Requireable<string | string[]
|
|
71
|
+
deviceTypes: import("prop-types").Requireable<NonNullable<string | string[]>>;
|
|
72
72
|
roles: import("prop-types").Requireable<string[]>;
|
|
73
73
|
}>>;
|
|
74
74
|
editingEnabled: import("prop-types").Requireable<boolean>;
|
|
@@ -142,7 +142,7 @@ declare var _default: import("react-redux").ConnectedComponent<{
|
|
|
142
142
|
}>>;
|
|
143
143
|
globalSearchRequestOptions: import("prop-types").Requireable<object>;
|
|
144
144
|
error: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
145
|
-
type: import("prop-types").Validator<import("@reltio/mdm-sdk").ErrorType
|
|
145
|
+
type: import("prop-types").Validator<NonNullable<import("@reltio/mdm-sdk").ErrorType>>;
|
|
146
146
|
attributeTypeUri: import("prop-types").Validator<string>;
|
|
147
147
|
parentUri: import("prop-types").Validator<string>;
|
|
148
148
|
uri: import("prop-types").Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"
|
|
1
|
+
export const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"dense" | "title" | "item" | "editor" | "actionButtons">;
|
|
@@ -43,7 +43,7 @@ export var useStyles = makeStyles(function (_) { return ({
|
|
|
43
43
|
bottom: 0,
|
|
44
44
|
right: 0,
|
|
45
45
|
zIndex: 20,
|
|
46
|
-
backgroundImage: "url('"
|
|
46
|
+
backgroundImage: "url('".concat(svg2Url(RESIZE_ICON), "')"),
|
|
47
47
|
backgroundRepeat: 'no-repeat',
|
|
48
48
|
backgroundOrigin: 'content-box',
|
|
49
49
|
boxSizing: 'border-box',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"checkbox" | "label" | "container">;
|
|
@@ -35,7 +35,7 @@ export declare const ButtonWithTooltip: React.ForwardRefExoticComponent<import("
|
|
|
35
35
|
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps>;
|
|
36
36
|
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core/Button").ButtonTypeMap<{}, "button">>> & Pick<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
37
37
|
ref?: React.Ref<HTMLButtonElement>;
|
|
38
|
-
}, "
|
|
38
|
+
}, "translate" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "form" | "key" | "name" | "type" | "value" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">>;
|
|
39
39
|
declare type Props = {
|
|
40
40
|
onDrawingModeChanged: (value: DrawingMode | null) => void;
|
|
41
41
|
drawingMode: DrawingMode | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"button" | "icon" | "container">;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
2
|
-
for (var i = 0,
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
2
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
3
|
+
if (ar || !(i in from)) {
|
|
4
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5
|
+
ar[i] = from[i];
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5
9
|
};
|
|
6
10
|
import { MAP_DRAWING_MODES, MAP_MINIMUM_SCALE_RADIUS } from '../../../constants';
|
|
7
11
|
export var getMapBoundsPolygon = function (map) {
|
|
@@ -19,7 +23,7 @@ export var getMapBoundsPolygon = function (map) {
|
|
|
19
23
|
additionalPoint1.push([neLat, center.lng()]);
|
|
20
24
|
additionalPoint2.push([swLat, center.lng()]);
|
|
21
25
|
}
|
|
22
|
-
return __spreadArray(__spreadArray(__spreadArray(__spreadArray([[neLat, neLng]], additionalPoint1), [[neLat, swLng], [swLat, swLng]]), additionalPoint2), [[swLat, neLng]]);
|
|
26
|
+
return __spreadArray(__spreadArray(__spreadArray(__spreadArray([[neLat, neLng]], additionalPoint1, true), [[neLat, swLng], [swLat, swLng]], false), additionalPoint2, true), [[swLat, neLng]], false);
|
|
23
27
|
};
|
|
24
28
|
export var getDrawingMode = function (drawingMode) {
|
|
25
29
|
switch (drawingMode) {
|
|
@@ -19,7 +19,7 @@ var ResizablePanes = function (_a) {
|
|
|
19
19
|
var handleChange = useCallback(debounce(function (size) {
|
|
20
20
|
var containerSize = getContainerSize();
|
|
21
21
|
onChange({
|
|
22
|
-
percentageSize: (size / containerSize) * 100
|
|
22
|
+
percentageSize: "".concat((size / containerSize) * 100, "%"),
|
|
23
23
|
isMaxSize: maxSize > 0 ? size === maxSize : size === containerSize + maxSize,
|
|
24
24
|
isMinSize: size === minSize
|
|
25
25
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare type StylesProps = {
|
|
2
2
|
height?: number;
|
|
3
3
|
};
|
|
4
|
-
export declare const useStyles: (props: StylesProps) => import("@material-ui/core/styles/withStyles").ClassNameMap<"
|
|
4
|
+
export declare const useStyles: (props: StylesProps) => import("@material-ui/core/styles/withStyles").ClassNameMap<"white" | "icon" | "input" | "container" | "clearButton">;
|
|
5
5
|
export {};
|
|
@@ -37,14 +37,14 @@ var SelectAttributesList = function (_a) {
|
|
|
37
37
|
var styles = useStyles();
|
|
38
38
|
var metadata = useSelector(mdmModule.selectors.getMetadata);
|
|
39
39
|
var getItemSize = function (i, item) { return (item.items ? ITEM_GROUP_TITLE_HEIGHT : ITEM_HEIGHT); };
|
|
40
|
-
var renderGroupTitle = function (style, item) { return (React.createElement(ListItem, { component: 'div', className: styles.subHeader, style: style, key: "group-"
|
|
40
|
+
var renderGroupTitle = function (style, item) { return (React.createElement(ListItem, { component: 'div', className: styles.subHeader, style: style, key: "group-".concat(item.item.id) },
|
|
41
41
|
item.item.needGroupIcon && React.createElement(AttributeGroupIcon, { group: item.item, metadata: metadata }),
|
|
42
42
|
item.item.title)); };
|
|
43
43
|
var renderItem = function (style, _a, index) {
|
|
44
44
|
var item = _a.item, level = _a.level, groupId = _a.groupId, groupName = _a.groupName;
|
|
45
45
|
var checked = checkAttributeIncludes(item, selectedAttributes);
|
|
46
46
|
var isFocused = index === focusIndex;
|
|
47
|
-
return (React.createElement(AttributeListItem, { key: "item-"
|
|
47
|
+
return (React.createElement(AttributeListItem, { key: "item-".concat(groupId, "-").concat(item.fieldName), onClick: onItemClick, checked: checked, data: __assign(__assign({}, item), { groupName: groupName }), notSelectable: item.notSelectable, hideCheckBox: hideCheckBox, label: React.createElement(Highlighter, { text: item.title, highlight: item.filterText }), labelInText: item.title, level: level, style: style, isFocused: isFocused, groupId: groupId, LogoIcon: item.LogoIcon }));
|
|
48
48
|
};
|
|
49
49
|
return (React.createElement(VirtualGroupedList, __assign({ getItemSize: getItemSize, renderItem: renderItem, renderGroupTitle: renderGroupTitle, focusIndex: focusIndex }, otherProps)));
|
|
50
50
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
2
|
-
for (var i = 0,
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
2
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
3
|
+
if (ar || !(i in from)) {
|
|
4
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5
|
+
ar[i] = from[i];
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
5
9
|
};
|
|
6
10
|
import React, { useEffect } from 'react';
|
|
7
11
|
import PropTypes from 'prop-types';
|
|
@@ -29,7 +33,7 @@ var SelectorWithOnlyOptionAutoSelect = function (_a) {
|
|
|
29
33
|
classes: {
|
|
30
34
|
list: classes.selectMenu || styles.selectMenu
|
|
31
35
|
}
|
|
32
|
-
}, value: value || '', entries: displayEmpty ? __spreadArray([{ value: '', label: emptyLabel }], options) : options, onChange: function (value) { return onChange(value || null); } }))));
|
|
36
|
+
}, value: value || '', entries: displayEmpty ? __spreadArray([{ value: '', label: emptyLabel }], options, true) : options, onChange: function (value) { return onChange(value || null); } }))));
|
|
33
37
|
};
|
|
34
38
|
SelectorWithOnlyOptionAutoSelect.propTypes = {
|
|
35
39
|
value: PropTypes.string,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"select" | "
|
|
1
|
+
export const useStyles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"select" | "selectMenu" | "textField" | "onlyValue">;
|
|
@@ -31,6 +31,6 @@ export var SideButtonsPanel = function (_a) {
|
|
|
31
31
|
return (React.createElement("div", { className: classnames(styles.container, className) }, buttonsProps.map(function (_a) {
|
|
32
32
|
var _b;
|
|
33
33
|
var id = _a.id, buttonProps = __rest(_a, ["id"]);
|
|
34
|
-
return (React.createElement(SmallIconButtonWithTooltip, __assign({}, buttonProps, { classes: iconButtonClasses, size: "S", key: id, className: classnames((_b = {}, _b[classnames(styles.active, active)] = activeIndexId === id, _b), styles.buttonWrapper, buttonWrapper), onClick: function () { return onButtonClick(id); }, "data-reltio-id": "reltio-profile-right-side-button-"
|
|
34
|
+
return (React.createElement(SmallIconButtonWithTooltip, __assign({}, buttonProps, { classes: iconButtonClasses, size: "S", key: id, className: classnames((_b = {}, _b[classnames(styles.active, active)] = activeIndexId === id, _b), styles.buttonWrapper, buttonWrapper), onClick: function () { return onButtonClick(id); }, "data-reltio-id": "reltio-profile-right-side-button-".concat(id) })));
|
|
35
35
|
})));
|
|
36
36
|
};
|
|
@@ -4,6 +4,6 @@ export var SidePanel = function (_a) {
|
|
|
4
4
|
var width = _a.width, open = _a.open, children = _a.children;
|
|
5
5
|
var styles = useStyles();
|
|
6
6
|
return (React.createElement("div", { className: styles.contentWrapper, style: {
|
|
7
|
-
width: (open ? width : 0
|
|
7
|
+
width: "".concat(open ? width : 0, "px")
|
|
8
8
|
} }, open && React.createElement(React.Fragment, null, children)));
|
|
9
9
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default styles;
|
|
2
|
-
declare const styles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"
|
|
2
|
+
declare const styles: (props?: any) => import("@material-ui/core/styles/withStyles").ClassNameMap<"placeholder" | "value">;
|
|
@@ -7,7 +7,7 @@ declare function SimpleInput({ value, onChange, multiline, ...otherProps }: {
|
|
|
7
7
|
}): JSX.Element;
|
|
8
8
|
declare namespace SimpleInput {
|
|
9
9
|
namespace propTypes {
|
|
10
|
-
const value: PropTypes.Requireable<string | number
|
|
10
|
+
const value: PropTypes.Requireable<NonNullable<string | number>>;
|
|
11
11
|
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
12
12
|
const multiline: PropTypes.Requireable<boolean>;
|
|
13
13
|
const InputProps: PropTypes.Requireable<object>;
|
|
@@ -5,5 +5,5 @@ declare const _default: React.ComponentType<Pick<Pick<Omit<IconButtonProps<"butt
|
|
|
5
5
|
iconClassName?: string;
|
|
6
6
|
icon?: React.ElementType<any>;
|
|
7
7
|
size?: "M" | "L" | "XXS" | "XS" | "S" | "MPlus" | "XL";
|
|
8
|
-
}, "value" | "type" | "title" | "id" | "children" | "prefix" | "action" | "icon" | "key" | "name" | "hidden" | "defaultValue" | "size" | "color" | "translate" | "style" | "disabled" | "onScroll" | "className" | "innerRef" | "form" | "slot" | "classes" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "iconClassName"> & React.RefAttributes<HTMLButtonElement>, "value" | "type" | "title" | "id" | "children" | "prefix" | "action" | "icon" | "name" | "hidden" | "defaultValue" | "size" | "color" | "translate" | "style" | "disabled" | "onScroll" | "className" | "innerRef" | "form" | "slot" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "iconClassName" | keyof React.RefAttributes<HTMLButtonElement>> & import("@material-ui/core/styles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL">>;
|
|
8
|
+
}, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "form" | "key" | "name" | "type" | "value" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "iconClassName"> & React.RefAttributes<HTMLButtonElement>, "color" | "translate" | "hidden" | "size" | "style" | "icon" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "form" | "name" | "type" | "value" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "disableFocusRipple" | "edge" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "iconClassName" | keyof React.RefAttributes<HTMLButtonElement>> & import("@material-ui/core/styles").StyledComponentProps<"disabled" | "rootAll" | "rootXXS" | "iconXXS" | "rootXS" | "iconXS" | "rootS" | "iconS" | "rootM" | "rootMPlus" | "rootL" | "rootXL">>;
|
|
9
9
|
export default _default;
|
|
@@ -79,7 +79,7 @@ var styles = function () { return ({
|
|
|
79
79
|
}); };
|
|
80
80
|
var SmallIconButton = forwardRef(function (props, ref) {
|
|
81
81
|
var classes = props.classes, className = props.className, onClick = props.onClick, Icon = props.icon, _a = props.size, size = _a === void 0 ? SIZES.XS : _a, iconClassName = props.iconClassName, extraProps = __rest(props, ["classes", "className", "onClick", "icon", "size", "iconClassName"]);
|
|
82
|
-
return (React.createElement(IconButton, __assign({ ref: ref, classes: { root: classes["root"
|
|
82
|
+
return (React.createElement(IconButton, __assign({ ref: ref, classes: { root: "".concat(classes["root".concat(size)], " ").concat(classes['rootAll']), disabled: classes.disabled }, onClick: onClick, className: className }, extraProps), Icon && React.createElement(Icon, { classes: { root: classes["icon".concat(size)] }, className: iconClassName })));
|
|
83
83
|
});
|
|
84
84
|
SmallIconButton.displayName = 'SmallIconButton';
|
|
85
85
|
export default withStyles(styles)(SmallIconButton);
|