@reltio/components 1.4.2070 → 1.4.2072
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/AttributesView/AttributesView.js +1 -1
- package/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +2 -3
- package/ColumnsSettings/helpers.d.ts +3 -1
- package/ColumnsSettings/types.d.ts +8 -0
- package/CommentsContainer/CommentsContainer.js +1 -1
- package/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +23 -40
- package/ConfigureColumnsPopup/ConfigureColumnsPopup.js +6 -26
- package/EditModeAttributesList/EditModeAttributesList.js +1 -1
- package/EditModeAttributesPager/EditModeAttributesPager.test.js +1 -1
- package/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.js +1 -1
- package/FacetViewHeader/FacetViewHeader.js +1 -1
- package/ImageAttributesLine/imageAttributeValues.test-data.js +8 -0
- package/ImageAttributesLine/index.d.ts +1 -1
- package/ImageAttributesLine/index.js +1 -1
- package/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.js +1 -1
- package/MergeButton/MergeButton.spec.js +55 -124
- package/MetadataTypesSelector/MetadataTypesSelector.d.ts +2 -1
- package/MetadataTypesSelector/MetadataTypesSelector.js +1 -1
- package/MetadataTypesSelector/MetadataTypesSelector.test.js +193 -190
- package/MetadataTypesSelector/components/SelectMetadataTypesList/SelectMetadataTypesList.d.ts +5 -6
- package/MoreAttributesButton/MoreAttributesButton.test.js +173 -166
- package/MoreAttributesButton/useMoreAttributesItems.d.ts +1 -1
- package/MultiValueSelector/MultiValueSelector.test.js +78 -38
- package/MultipliableSelect/MultipliableSelect.test.js +111 -47
- package/NestedAttribute/NestedAttribute.test.js +121 -42
- package/NestedAttributeEditor/NestedAttributeEditor.test.js +95 -41
- package/NotMatchButton/NotMatchButton.spec.js +51 -100
- package/PieChart/PieChart.test.js +130 -114
- package/PinButton/PinButton.spec.js +89 -22
- package/PivotingTooltip/PivotingTooltip.test.js +338 -174
- package/PotentialMatchReviewCard/PotentialMatchReviewCard.spec.js +94 -29
- package/ProfileBand/ProfileBand.spec.js +60 -53
- package/ProfileCard/ProfileCard.test.js +109 -27
- package/ProfilesList/ProfilesList.d.ts +1 -3
- package/ProfilesList/ProfilesList.js +1 -1
- package/ProfilesList/ProfilesList.spec.js +226 -211
- package/QueryBuilderRow/QueryBuilderRow.spec.js +83 -90
- package/QueryBuilderRowsGroup/QueryBuilderRowsGroup.spec.js +195 -86
- package/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.js +73 -15
- package/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.js +71 -117
- package/ReadOnlyAttributeValuesBlock/ReadOnlyAttributeValuesBlock.test.js +128 -61
- package/ReadOnlyAttributesFactory/components/ReadOnlyAttribute/ReadOnlyAttribute.test.js +179 -44
- package/ReadOnlyAttributesList/ReadOnlyAttributesList.js +1 -1
- package/ReadOnlyAttributesList/ReadOnlyAttributesList.test.js +254 -211
- package/ReadOnlyAttributesList/attributes.test-data.js +4 -4
- package/ReadOnlyAttributesPager/ReadOnlyAttributesPager.js +1 -1
- package/ReadOnlyAttributesPager/ReadOnlyAttributesPager.test.js +75 -18
- package/ReadOnlyAttributesView/ReadOnlyAttributesView.js +1 -1
- package/ReadOnlyAttributesView/ReadOnlyAttributesView.test.js +187 -312
- package/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.test.js +210 -219
- package/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.test.js +89 -89
- package/ReferenceAttributeEditor/ReferenceAttributeEditor.test.js +556 -602
- package/ReferenceAttributeEditor/metadata.test-data.d.ts +13 -13
- package/ReferenceAttributeEditor/metadata.test-data.js +2 -2
- package/ReferenceAttributeEditor/styles.d.ts +1 -1
- package/RelationEditor/RelationEditor.test.js +1448 -1392
- package/RelationTypeSelector/RelationTypeSelector.test.js +99 -17
- package/RelationTypesSelector/RelationTypesSelector.test.js +73 -22
- package/ReltioMap/ReltioMap.spec.js +51 -25
- package/Roles/Roles.test.js +54 -10
- package/ScreenProfileBand/ScreenProfileBand.test.js +142 -72
- package/ScrollableTabs/ScrollableTabs.test.js +69 -19
- package/SearchHighlighter/SearchHighlighter.test.js +18 -7
- package/SelectAttributesList/SelectAttributesList.d.ts +11 -6
- package/SelectAttributesList/SelectAttributesList.js +5 -2
- package/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.test.js +109 -60
- package/SidePanelContentHeader/SidePanelContentHeader.js +2 -2
- package/SidePanelContentHeader/SidePanelContentHeader.test.js +104 -0
- package/SidePanelEmptyState/SidePanelEmptyState.js +1 -1
- package/SidePanelEmptyState/SidePanelEmptyState.test.js +24 -0
- package/SimpleAttribute/SimpleAttribute.js +1 -1
- package/SimpleAttribute/SimpleAttribute.test.js +155 -80
- package/SimpleAttributeEditor/SimpleAttributeEditor.test.js +339 -330
- package/SimpleAttributeEditor/useAttributeValuePermissions.js +1 -1
- package/SimpleDropDownSelector/SimpleDropDownSelector.test.js +86 -10
- package/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.js +1 -1
- package/SimpleDropDownSelector/components/DropDownValue/DropDownValue.js +1 -1
- package/SimpleMatchRulesBlock/SimpleMatchRulesBlock.test.js +128 -32
- package/SmallIconButton/SmallIconButton.test.js +98 -25
- package/TableWithBars/TableWithBars.test.js +98 -60
- package/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.js +1 -1
- package/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.js +1 -1
- package/Tags/Tags.d.ts +0 -1
- package/Tags/Tags.test.js +8 -7
- package/TransitiveMatchBlock/TransitiveMatchBlock.test.js +78 -22
- package/TransitiveMatchRule/TransitiveMatchRule.test.js +78 -37
- package/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.js +1 -1
- package/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.test.js +12 -18
- package/UploadFileButton/UploadFileButton.d.ts +2 -2
- package/UploadFileButton/UploadFileButton.test.js +199 -0
- package/UploadImageDialog/UploadImageDialog.test.js +1 -0
- package/UploadImageDialog/components/DividerWithText/DividerWithText.js +1 -1
- package/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.test.js +80 -22
- package/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.js +1 -1
- package/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.test.js +162 -49
- package/ValueChip/ValueChip.test.js +7 -23
- package/VirtualGroupedList/VirtualGroupedList.d.ts +19 -31
- package/VirtualGroupedList/VirtualGroupedList.js +11 -36
- package/VirtualGroupedList/VirtualGroupedList.test.js +224 -0
- package/VirtualGroupedList/helpers.d.ts +7 -2
- package/VirtualGroupedList/helpers.js +3 -1
- package/VirtualGroupedList/index.d.ts +1 -1
- package/VirtualGroupedList/types.d.ts +10 -6
- package/VirtualGroupedList/useScrollToFocusItem.d.ts +8 -5
- package/WhiteSearchInput/{WhiteSearchInput.spec.js → WhiteSearchInput.test.js} +3 -8
- package/cjs/AttributesView/AttributesView.js +2 -2
- package/cjs/ColumnsSettings/components/ColumnsSettingsPopup/ColumnsSettingsPopup.d.ts +2 -3
- package/cjs/ColumnsSettings/helpers.d.ts +3 -1
- package/cjs/ColumnsSettings/types.d.ts +8 -0
- package/cjs/ColumnsSettings/types.js +2 -0
- package/cjs/CommentsContainer/CommentsContainer.js +1 -1
- package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.d.ts +23 -40
- package/cjs/ConfigureColumnsPopup/ConfigureColumnsPopup.js +6 -26
- package/cjs/EditModeAttributesList/EditModeAttributesList.js +2 -2
- package/cjs/EditModeAttributesPager/EditModeAttributesPager.test.js +2 -2
- package/cjs/EditModeAttributesPager/components/AttributeRenderer/AttributeRenderer.js +2 -2
- package/cjs/FacetViewHeader/FacetViewHeader.js +1 -1
- package/cjs/ImageAttributesLine/imageAttributeValues.test-data.js +8 -0
- package/cjs/ImageAttributesLine/index.d.ts +1 -1
- package/cjs/ImageAttributesLine/index.js +2 -1
- package/cjs/ImageDetailsView/components/ImageDetailsViewCarousel/ImageDetailsViewCarousel.js +1 -1
- package/cjs/MergeButton/MergeButton.spec.js +55 -124
- package/cjs/MetadataTypesSelector/MetadataTypesSelector.d.ts +2 -1
- package/cjs/MetadataTypesSelector/MetadataTypesSelector.js +1 -1
- package/cjs/MetadataTypesSelector/MetadataTypesSelector.test.js +193 -190
- package/cjs/MetadataTypesSelector/components/SelectMetadataTypesList/SelectMetadataTypesList.d.ts +5 -6
- package/cjs/MoreAttributesButton/MoreAttributesButton.test.js +172 -165
- package/cjs/MoreAttributesButton/useMoreAttributesItems.d.ts +1 -1
- package/cjs/MultiValueSelector/MultiValueSelector.test.js +78 -38
- package/cjs/MultipliableSelect/MultipliableSelect.test.js +111 -47
- package/cjs/NestedAttribute/NestedAttribute.test.js +121 -42
- package/cjs/NestedAttributeEditor/NestedAttributeEditor.test.js +94 -40
- package/cjs/NotMatchButton/NotMatchButton.spec.js +51 -100
- package/cjs/PieChart/PieChart.test.js +130 -114
- package/cjs/PinButton/PinButton.spec.js +89 -22
- package/cjs/PivotingTooltip/PivotingTooltip.test.js +338 -174
- package/cjs/PotentialMatchReviewCard/PotentialMatchReviewCard.spec.js +94 -29
- package/cjs/ProfileBand/ProfileBand.spec.js +60 -53
- package/cjs/ProfileCard/ProfileCard.test.js +109 -27
- package/cjs/ProfilesList/ProfilesList.d.ts +1 -3
- package/cjs/ProfilesList/ProfilesList.js +1 -1
- package/cjs/ProfilesList/ProfilesList.spec.js +226 -211
- package/cjs/QueryBuilderRow/QueryBuilderRow.spec.js +83 -90
- package/cjs/QueryBuilderRowsGroup/QueryBuilderRowsGroup.spec.js +195 -86
- package/cjs/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.test.js +73 -15
- package/cjs/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.test.js +71 -117
- package/cjs/ReadOnlyAttributeValuesBlock/ReadOnlyAttributeValuesBlock.test.js +128 -61
- package/cjs/ReadOnlyAttributesFactory/components/ReadOnlyAttribute/ReadOnlyAttribute.test.js +179 -44
- package/cjs/ReadOnlyAttributesList/ReadOnlyAttributesList.js +2 -2
- package/cjs/ReadOnlyAttributesList/ReadOnlyAttributesList.test.js +254 -211
- package/cjs/ReadOnlyAttributesList/attributes.test-data.js +4 -4
- package/cjs/ReadOnlyAttributesPager/ReadOnlyAttributesPager.js +2 -2
- package/cjs/ReadOnlyAttributesPager/ReadOnlyAttributesPager.test.js +75 -18
- package/cjs/ReadOnlyAttributesView/ReadOnlyAttributesView.js +2 -2
- package/cjs/ReadOnlyAttributesView/ReadOnlyAttributesView.test.js +185 -310
- package/cjs/ReadOnlyComplexAttribute/ReadOnlyComplexAttribute.test.js +209 -218
- package/cjs/ReadOnlyImageAttributesLine/ReadOnlyImageAttributesLine.test.js +89 -89
- package/cjs/ReferenceAttributeEditor/ReferenceAttributeEditor.test.js +555 -601
- package/cjs/ReferenceAttributeEditor/metadata.test-data.d.ts +13 -13
- package/cjs/ReferenceAttributeEditor/metadata.test-data.js +2 -2
- package/cjs/ReferenceAttributeEditor/styles.d.ts +1 -1
- package/cjs/RelationEditor/RelationEditor.test.js +1446 -1390
- package/cjs/RelationTypeSelector/RelationTypeSelector.test.js +99 -17
- package/cjs/RelationTypesSelector/RelationTypesSelector.test.js +73 -22
- package/cjs/ReltioMap/ReltioMap.spec.js +51 -25
- package/cjs/Roles/Roles.test.js +54 -10
- package/cjs/ScreenProfileBand/ScreenProfileBand.test.js +141 -71
- package/cjs/ScrollableTabs/ScrollableTabs.test.js +69 -19
- package/cjs/SearchHighlighter/SearchHighlighter.test.js +18 -7
- package/cjs/SelectAttributesList/SelectAttributesList.d.ts +11 -6
- package/cjs/SelectAttributesList/SelectAttributesList.js +5 -2
- package/cjs/SelectorWithOnlyOptionAutoSelect/SelectorWithOnlyOptionAutoSelect.test.js +109 -60
- package/cjs/SidePanelContentHeader/SidePanelContentHeader.js +2 -2
- package/cjs/SidePanelContentHeader/SidePanelContentHeader.test.js +109 -0
- package/cjs/SidePanelEmptyState/SidePanelEmptyState.js +1 -1
- package/cjs/SidePanelEmptyState/SidePanelEmptyState.test.js +29 -0
- package/cjs/SimpleAttribute/SimpleAttribute.js +1 -1
- package/cjs/SimpleAttribute/SimpleAttribute.test.js +155 -80
- package/cjs/SimpleAttributeEditor/SimpleAttributeEditor.test.js +338 -352
- package/cjs/SimpleAttributeEditor/useAttributeValuePermissions.js +2 -2
- package/cjs/SimpleDropDownSelector/SimpleDropDownSelector.test.js +86 -10
- package/cjs/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.js +1 -1
- package/cjs/SimpleDropDownSelector/components/DropDownValue/DropDownValue.js +1 -1
- package/cjs/SimpleMatchRulesBlock/SimpleMatchRulesBlock.test.js +127 -31
- package/cjs/SmallIconButton/SmallIconButton.test.js +98 -25
- package/cjs/TableWithBars/TableWithBars.test.js +98 -60
- package/cjs/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.js +1 -1
- package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.js +1 -1
- package/cjs/Tags/Tags.d.ts +0 -1
- package/cjs/Tags/Tags.test.js +8 -7
- package/cjs/TransitiveMatchBlock/TransitiveMatchBlock.test.js +77 -21
- package/cjs/TransitiveMatchRule/TransitiveMatchRule.test.js +78 -37
- package/cjs/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.js +1 -1
- package/cjs/TransitiveMatchRulesTooltip/TransitiveMatchRulesTooltip.test.js +12 -18
- package/cjs/UploadFileButton/UploadFileButton.d.ts +2 -2
- package/cjs/UploadFileButton/UploadFileButton.test.js +204 -0
- package/cjs/UploadImageDialog/UploadImageDialog.test.js +1 -0
- package/cjs/UploadImageDialog/components/DividerWithText/DividerWithText.js +1 -1
- package/cjs/UploadImageDialog/components/ErrorSnackbar/ErrorSnackbar.test.js +80 -22
- package/cjs/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.js +1 -1
- package/cjs/UploadImageDialog/components/ImageByUrlField/ImageByUrlField.test.js +162 -49
- package/cjs/ValueChip/ValueChip.test.js +7 -23
- package/cjs/VirtualGroupedList/VirtualGroupedList.d.ts +19 -31
- package/cjs/VirtualGroupedList/VirtualGroupedList.js +11 -36
- package/cjs/VirtualGroupedList/VirtualGroupedList.test.js +252 -0
- package/cjs/VirtualGroupedList/helpers.d.ts +7 -2
- package/cjs/VirtualGroupedList/helpers.js +3 -1
- package/cjs/VirtualGroupedList/index.d.ts +1 -1
- package/cjs/VirtualGroupedList/types.d.ts +10 -6
- package/cjs/VirtualGroupedList/useScrollToFocusItem.d.ts +8 -5
- package/cjs/WhiteSearchInput/{WhiteSearchInput.spec.js → WhiteSearchInput.test.js} +3 -8
- package/cjs/features/crosswalks/hooks/useAttributeActions.test.js +24 -25
- package/cjs/features/crosswalks/hooks/useCrosswalkActions.test.js +10 -11
- package/cjs/features/workflow/hooks/useChangeRequest.test.js +5 -6
- package/cjs/hooks/useCommentsEntitiesMap/useCommentsEntitiesMap.test.js +8 -9
- package/cjs/hooks/useKeyboardNavigation/useKeyboardNavigation.d.ts +9 -13
- package/features/crosswalks/hooks/useAttributeActions.test.js +1 -2
- package/features/crosswalks/hooks/useCrosswalkActions.test.js +1 -2
- package/features/workflow/hooks/useChangeRequest.test.js +1 -2
- package/hooks/useCommentsEntitiesMap/useCommentsEntitiesMap.test.js +1 -2
- package/hooks/useKeyboardNavigation/useKeyboardNavigation.d.ts +9 -13
- package/package.json +1 -1
- package/MetadataTypesSelector/components/ListLabel/ListLabel.test.js +0 -24
- package/PivotingTooltip/IntegrationPivotingTooltip.test.js +0 -356
- package/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.js +0 -201
- package/ProfileCard/components/ProfileCardContent/ProfileCardContent.test.js +0 -43
- package/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.spec.js +0 -31
- package/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.spec.js +0 -31
- package/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.test.js +0 -45
- package/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.test.js +0 -114
- package/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.js +0 -107
- package/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.test.js +0 -72
- package/RelationEditor/IntegrationRelationEditor.test.js +0 -337
- package/ReltioMap/components/MapControlContainer/MapControlContainer.d.ts +0 -10
- package/ReltioMap/components/MapControlContainer/MapControlContainer.js +0 -24
- package/ReltioMap/components/MapControlContainer/MapControlContainer.spec.d.ts +0 -1
- package/ReltioMap/components/MapControlContainer/MapControlContainer.spec.js +0 -33
- package/ReltioMap/components/MapControlContainer/index.d.ts +0 -1
- package/ReltioMap/components/MapControlContainer/index.js +0 -1
- package/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.spec.d.ts +0 -1
- package/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.spec.js +0 -36
- package/ReltioMap/components/TopRightMapControls/TopRightMapControls.spec.d.ts +0 -1
- package/ReltioMap/components/TopRightMapControls/TopRightMapControls.spec.js +0 -60
- package/Roles/components/Role/Role.test.d.ts +0 -1
- package/Roles/components/Role/Role.test.js +0 -55
- package/SidePanelContentHeader/SidePanelContentHeader.spec.d.ts +0 -1
- package/SidePanelContentHeader/SidePanelContentHeader.spec.js +0 -49
- package/SidePanelEmptyState/SidePanelEmptyState.spec.d.ts +0 -1
- package/SidePanelEmptyState/SidePanelEmptyState.spec.js +0 -24
- package/SimpleAttributeEditor/SimpleAttributeEditorWithoutPermissions.test.d.ts +0 -1
- package/SimpleAttributeEditor/SimpleAttributeEditorWithoutPermissions.test.js +0 -103
- package/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.test.d.ts +0 -1
- package/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.test.js +0 -13
- package/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.test.d.ts +0 -1
- package/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.test.js +0 -21
- package/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.test.d.ts +0 -1
- package/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.test.js +0 -20
- package/UploadFileButton/UploadFileButton.spec.d.ts +0 -1
- package/UploadFileButton/UploadFileButton.spec.js +0 -219
- package/UploadImageDialog/components/DividerWithText/DividerWithText.test.d.ts +0 -1
- package/UploadImageDialog/components/DividerWithText/DividerWithText.test.js +0 -9
- package/VirtualGroupedList/VirtualGroupedList.spec.d.ts +0 -1
- package/VirtualGroupedList/VirtualGroupedList.spec.js +0 -282
- package/WhiteSearchInput/WhiteSearchInput.spec.d.ts +0 -1
- package/cjs/MetadataTypesSelector/components/ListLabel/ListLabel.test.d.ts +0 -1
- package/cjs/MetadataTypesSelector/components/ListLabel/ListLabel.test.js +0 -52
- package/cjs/PivotingTooltip/IntegrationPivotingTooltip.test.d.ts +0 -1
- package/cjs/PivotingTooltip/IntegrationPivotingTooltip.test.js +0 -361
- package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.d.ts +0 -1
- package/cjs/PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.js +0 -206
- package/cjs/ProfileCard/components/ProfileCardContent/ProfileCardContent.test.d.ts +0 -1
- package/cjs/ProfileCard/components/ProfileCardContent/ProfileCardContent.test.js +0 -48
- package/cjs/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.spec.d.ts +0 -1
- package/cjs/QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.spec.js +0 -36
- package/cjs/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.spec.d.ts +0 -1
- package/cjs/QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.spec.js +0 -36
- package/cjs/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.test.d.ts +0 -1
- package/cjs/ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.test.js +0 -50
- package/cjs/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.test.d.ts +0 -1
- package/cjs/ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.test.js +0 -119
- package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.d.ts +0 -1
- package/cjs/ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.js +0 -112
- package/cjs/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.test.d.ts +0 -1
- package/cjs/ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.test.js +0 -77
- package/cjs/RelationEditor/IntegrationRelationEditor.test.d.ts +0 -1
- package/cjs/RelationEditor/IntegrationRelationEditor.test.js +0 -342
- package/cjs/ReltioMap/components/MapControlContainer/MapControlContainer.d.ts +0 -10
- package/cjs/ReltioMap/components/MapControlContainer/MapControlContainer.js +0 -28
- package/cjs/ReltioMap/components/MapControlContainer/MapControlContainer.spec.d.ts +0 -1
- package/cjs/ReltioMap/components/MapControlContainer/MapControlContainer.spec.js +0 -38
- package/cjs/ReltioMap/components/MapControlContainer/index.d.ts +0 -1
- package/cjs/ReltioMap/components/MapControlContainer/index.js +0 -5
- package/cjs/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.spec.d.ts +0 -1
- package/cjs/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.spec.js +0 -41
- package/cjs/ReltioMap/components/TopRightMapControls/TopRightMapControls.spec.d.ts +0 -1
- package/cjs/ReltioMap/components/TopRightMapControls/TopRightMapControls.spec.js +0 -65
- package/cjs/Roles/components/Role/Role.test.d.ts +0 -1
- package/cjs/Roles/components/Role/Role.test.js +0 -60
- package/cjs/SidePanelContentHeader/SidePanelContentHeader.spec.d.ts +0 -1
- package/cjs/SidePanelContentHeader/SidePanelContentHeader.spec.js +0 -54
- package/cjs/SidePanelEmptyState/SidePanelEmptyState.spec.d.ts +0 -1
- package/cjs/SidePanelEmptyState/SidePanelEmptyState.spec.js +0 -29
- package/cjs/SimpleAttributeEditor/SimpleAttributeEditorWithoutPermissions.test.d.ts +0 -1
- package/cjs/SimpleAttributeEditor/SimpleAttributeEditorWithoutPermissions.test.js +0 -108
- package/cjs/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.test.d.ts +0 -1
- package/cjs/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.test.js +0 -18
- package/cjs/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.test.d.ts +0 -1
- package/cjs/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.test.js +0 -26
- package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.test.d.ts +0 -1
- package/cjs/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.test.js +0 -25
- package/cjs/UploadFileButton/UploadFileButton.spec.d.ts +0 -1
- package/cjs/UploadFileButton/UploadFileButton.spec.js +0 -224
- package/cjs/UploadImageDialog/components/DividerWithText/DividerWithText.test.d.ts +0 -1
- package/cjs/UploadImageDialog/components/DividerWithText/DividerWithText.test.js +0 -14
- package/cjs/VirtualGroupedList/VirtualGroupedList.spec.d.ts +0 -1
- package/cjs/VirtualGroupedList/VirtualGroupedList.spec.js +0 -287
- package/cjs/WhiteSearchInput/WhiteSearchInput.spec.d.ts +0 -1
- /package/{MetadataTypesSelector/components/ListLabel/ListLabel.test.d.ts → ColumnsSettings/types.js} +0 -0
- /package/{PivotingTooltip/IntegrationPivotingTooltip.test.d.ts → SidePanelContentHeader/SidePanelContentHeader.test.d.ts} +0 -0
- /package/{PivotingTooltip/components/PivotingTooltipContent/PivotingTooltipContent.test.d.ts → SidePanelEmptyState/SidePanelEmptyState.test.d.ts} +0 -0
- /package/{ProfileCard/components/ProfileCardContent/ProfileCardContent.test.d.ts → UploadFileButton/UploadFileButton.test.d.ts} +0 -0
- /package/{QueryBuilderRow/components/ReadOnlyFilter/ReadOnlyFilter.spec.d.ts → VirtualGroupedList/VirtualGroupedList.test.d.ts} +0 -0
- /package/{QueryBuilderRow/components/ReadOnlyLogicOperator/ReadOnlyLogicOperator.spec.d.ts → WhiteSearchInput/WhiteSearchInput.test.d.ts} +0 -0
- /package/{ReadOnlyAttributesPager/components/ImageLineRenderer/ImageLineRenderer.test.d.ts → cjs/SidePanelContentHeader/SidePanelContentHeader.test.d.ts} +0 -0
- /package/{ReadOnlyAttributesPager/components/MultiLineRenderer/MultiLineRenderer.test.d.ts → cjs/SidePanelEmptyState/SidePanelEmptyState.test.d.ts} +0 -0
- /package/{ReadOnlyAttributesPager/components/OneLineRenderer/OneLineRenderer.test.d.ts → cjs/UploadFileButton/UploadFileButton.test.d.ts} +0 -0
- /package/{ReadOnlyAttributesPager/components/SpecialRenderer/SpecialRenderer.test.d.ts → cjs/VirtualGroupedList/VirtualGroupedList.test.d.ts} +0 -0
- /package/{RelationEditor/IntegrationRelationEditor.test.d.ts → cjs/WhiteSearchInput/WhiteSearchInput.test.d.ts} +0 -0
- /package/cjs/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.d.ts +0 -0
- /package/cjs/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.js +0 -0
- /package/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.d.ts +0 -0
- /package/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.js +0 -0
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
var react_1 = __importDefault(require("react"));
|
|
18
|
-
var enzyme_1 = require("enzyme");
|
|
19
|
-
var react_window_1 = require("react-window");
|
|
20
|
-
var VirtualGroupedList_1 = require("./VirtualGroupedList");
|
|
21
|
-
var helpers_1 = require("./helpers");
|
|
22
|
-
describe('VirtualGroupedList tests', function () {
|
|
23
|
-
var getItems = function (type) {
|
|
24
|
-
var simpleItems = [
|
|
25
|
-
{
|
|
26
|
-
item: {
|
|
27
|
-
label: 'Label 1',
|
|
28
|
-
id: 'someid1'
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
item: {
|
|
33
|
-
label: 'Label 2',
|
|
34
|
-
id: 'someid2'
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
item: {
|
|
39
|
-
label: 'Label 3',
|
|
40
|
-
id: 'someid3'
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
];
|
|
44
|
-
var newSimpleItems = [
|
|
45
|
-
{
|
|
46
|
-
item: {
|
|
47
|
-
label: 'Label 1',
|
|
48
|
-
id: 'someid1'
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
item: {
|
|
53
|
-
label: 'Label 2',
|
|
54
|
-
id: 'someid2'
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
];
|
|
58
|
-
var groupedItems = [
|
|
59
|
-
{
|
|
60
|
-
item: {
|
|
61
|
-
label: 'Label 1',
|
|
62
|
-
id: 'someid1'
|
|
63
|
-
},
|
|
64
|
-
items: [
|
|
65
|
-
{
|
|
66
|
-
item: {
|
|
67
|
-
label: 'Label 1.1',
|
|
68
|
-
id: 'someid1.1'
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
item: {
|
|
73
|
-
label: 'Label 1.2',
|
|
74
|
-
id: 'someid1.2'
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
item: {
|
|
79
|
-
label: 'Label 1.3',
|
|
80
|
-
id: 'someid1.3'
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
item: {
|
|
87
|
-
label: 'Label 2',
|
|
88
|
-
id: 'someid2'
|
|
89
|
-
},
|
|
90
|
-
items: [
|
|
91
|
-
{
|
|
92
|
-
item: {
|
|
93
|
-
label: 'Label 2.1',
|
|
94
|
-
id: 'someid2.1'
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
item: {
|
|
99
|
-
label: 'Label 2.2',
|
|
100
|
-
id: 'someid2.2'
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
];
|
|
106
|
-
switch (type) {
|
|
107
|
-
case 'grouped':
|
|
108
|
-
return { items: (0, helpers_1.flattenGroupedItemsData)(groupedItems) };
|
|
109
|
-
case 'groupedWithMove': {
|
|
110
|
-
groupedItems[1].items[1].moveTo = true;
|
|
111
|
-
return { items: (0, helpers_1.flattenGroupedItemsData)(groupedItems) };
|
|
112
|
-
}
|
|
113
|
-
case 'newSimpleItems': {
|
|
114
|
-
return { items: (0, helpers_1.flattenGroupedItemsData)(newSimpleItems) };
|
|
115
|
-
}
|
|
116
|
-
case 'simple':
|
|
117
|
-
default:
|
|
118
|
-
return { items: (0, helpers_1.flattenGroupedItemsData)(simpleItems) };
|
|
119
|
-
}
|
|
120
|
-
};
|
|
121
|
-
var findClassName = function (component, className) { return component.find('div.' + className); };
|
|
122
|
-
var itemClass = 'item';
|
|
123
|
-
var itemTitleClass = 'stickyTitleItem';
|
|
124
|
-
var stickyTitlesWrapper = 'stickyTitlesWrapper';
|
|
125
|
-
var renderItem = function (style, _a) {
|
|
126
|
-
var item = _a.item;
|
|
127
|
-
return (react_1.default.createElement("div", { style: style, className: itemClass }, item.label));
|
|
128
|
-
};
|
|
129
|
-
var defaultParams = {
|
|
130
|
-
getItemSize: function () { return 50; },
|
|
131
|
-
renderItem: renderItem,
|
|
132
|
-
renderGroupTitle: renderItem,
|
|
133
|
-
height: 500
|
|
134
|
-
};
|
|
135
|
-
afterEach(function () {
|
|
136
|
-
jest.restoreAllMocks();
|
|
137
|
-
});
|
|
138
|
-
it('should render main components', function () {
|
|
139
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('simple'), defaultParams)));
|
|
140
|
-
expect(component.find(react_window_1.VariableSizeList).length).toBe(1);
|
|
141
|
-
});
|
|
142
|
-
it('should correct render simple items', function () {
|
|
143
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('simple'), defaultParams)));
|
|
144
|
-
var items = findClassName(component, itemClass);
|
|
145
|
-
expect(items.length).toBe(3);
|
|
146
|
-
expect(items.at(0).text()).toBe('Label 1');
|
|
147
|
-
expect(items.at(1).text()).toBe('Label 2');
|
|
148
|
-
expect(items.at(2).text()).toBe('Label 3');
|
|
149
|
-
});
|
|
150
|
-
it('should correct render grouped items', function () {
|
|
151
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams)));
|
|
152
|
-
var items = findClassName(component, itemClass);
|
|
153
|
-
expect(items.length).toBe(9);
|
|
154
|
-
expect(items.at(0).text()).toBe('Label 1');
|
|
155
|
-
expect(items.at(1).text()).toBe('Label 2');
|
|
156
|
-
expect(items.at(2).text()).toBe('Label 1');
|
|
157
|
-
expect(items.at(3).text()).toBe('Label 1.1');
|
|
158
|
-
expect(items.at(4).text()).toBe('Label 1.2');
|
|
159
|
-
expect(items.at(5).text()).toBe('Label 1.3');
|
|
160
|
-
expect(items.at(6).text()).toBe('Label 2');
|
|
161
|
-
expect(items.at(7).text()).toBe('Label 2.1');
|
|
162
|
-
expect(items.at(8).text()).toBe('Label 2.2');
|
|
163
|
-
});
|
|
164
|
-
it('should render fixed group titles', function () {
|
|
165
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams)));
|
|
166
|
-
component.update();
|
|
167
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
168
|
-
expect(fixedTitles.length).toBe(2);
|
|
169
|
-
expect(fixedTitles.at(0).text()).toBe('Label 1');
|
|
170
|
-
expect(fixedTitles.at(0).getDOMNode().style).toHaveProperty('visibility', 'visible');
|
|
171
|
-
expect(fixedTitles.at(1).text()).toBe('Label 2');
|
|
172
|
-
expect(fixedTitles.at(1).getDOMNode().style).toHaveProperty('visibility', 'hidden');
|
|
173
|
-
});
|
|
174
|
-
it('should set sticky titles width if items width changed', function () {
|
|
175
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams)));
|
|
176
|
-
component.update();
|
|
177
|
-
var titleRef = component.find('.stickyTitlesWrapper').getDOMNode();
|
|
178
|
-
var itemsRef = component.find('List').prop('innerRef');
|
|
179
|
-
jest.spyOn(itemsRef.current, 'offsetWidth', 'get').mockReturnValue(200);
|
|
180
|
-
component.setProps({ height: 100 });
|
|
181
|
-
component.update();
|
|
182
|
-
expect(titleRef.style.width).toBe('200px');
|
|
183
|
-
});
|
|
184
|
-
it('should not render fixed group title when fixedTitle is false', function () {
|
|
185
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { fixedTitle: false })));
|
|
186
|
-
component.update();
|
|
187
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
188
|
-
expect(fixedTitles.length).toBe(0);
|
|
189
|
-
});
|
|
190
|
-
it('should clear index when items is updated', function () {
|
|
191
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('simple'), defaultParams)));
|
|
192
|
-
var resetAfterIndexSpy = jest.spyOn(component.find(react_window_1.VariableSizeList).instance(), 'resetAfterIndex');
|
|
193
|
-
component.setProps(__assign({}, getItems('grouped')));
|
|
194
|
-
component.update();
|
|
195
|
-
expect(resetAfterIndexSpy).toHaveBeenCalledWith(0);
|
|
196
|
-
});
|
|
197
|
-
describe('Scroll behaviour', function () {
|
|
198
|
-
/*
|
|
199
|
-
Some scroll offsets for grouped items(getItems('grouped')):
|
|
200
|
-
First title offset: 0
|
|
201
|
-
First title will be showing in offset range: 0-199
|
|
202
|
-
Second title offset: 200
|
|
203
|
-
Second title will be showing in offset range: 200+
|
|
204
|
-
Offset range when titles is touching each other: 150-200
|
|
205
|
-
*/
|
|
206
|
-
it('should scroll to moveTo item', function () {
|
|
207
|
-
jest.spyOn(window, 'requestAnimationFrame').mockImplementation(function (cb) { return cb(); });
|
|
208
|
-
var scrollToSpy = jest.spyOn(react_window_1.VariableSizeList.prototype, 'scrollTo').mockImplementation(function () { return null; });
|
|
209
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { height: 150 })));
|
|
210
|
-
component.setProps(__assign({}, getItems('groupedWithMove')));
|
|
211
|
-
component.update();
|
|
212
|
-
expect(scrollToSpy).toHaveBeenCalledTimes(2);
|
|
213
|
-
expect(scrollToSpy).toHaveBeenCalledWith(200);
|
|
214
|
-
window.requestAnimationFrame.mockRestore();
|
|
215
|
-
});
|
|
216
|
-
it('should scroll to top of item', function () {
|
|
217
|
-
var scrollToSpy = jest.spyOn(react_window_1.VariableSizeList.prototype, 'scrollTo').mockImplementation(function () { return null; });
|
|
218
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems(), defaultParams, { height: 150 })));
|
|
219
|
-
jest.spyOn(window, 'requestAnimationFrame').mockImplementation(function (cb) { return cb(); });
|
|
220
|
-
component.setProps(__assign({}, getItems('newSimpleItems')));
|
|
221
|
-
component.update();
|
|
222
|
-
expect(scrollToSpy).toHaveBeenCalledTimes(1);
|
|
223
|
-
expect(scrollToSpy).toHaveBeenCalledWith(0);
|
|
224
|
-
window.requestAnimationFrame.mockRestore();
|
|
225
|
-
});
|
|
226
|
-
it('should change fixed title on forward scroll', function () {
|
|
227
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { height: 150 })));
|
|
228
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
229
|
-
var titlesWrapper = findClassName(component, stickyTitlesWrapper);
|
|
230
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
231
|
-
scrollOffset: 210,
|
|
232
|
-
scrollDirection: 'forward'
|
|
233
|
-
});
|
|
234
|
-
expect(fixedTitles.length).toBe(2);
|
|
235
|
-
expect(titlesWrapper.getDOMNode().style).toHaveProperty('top', '0px');
|
|
236
|
-
expect(fixedTitles.at(0).getDOMNode().style).toHaveProperty('visibility', 'hidden');
|
|
237
|
-
expect(fixedTitles.at(1).getDOMNode().style).toHaveProperty('visibility', 'visible');
|
|
238
|
-
});
|
|
239
|
-
it('should move current fixed title on forward scroll when next title start touching the current title', function () {
|
|
240
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { height: 150 })));
|
|
241
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
242
|
-
var titlesWrapper = findClassName(component, stickyTitlesWrapper);
|
|
243
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
244
|
-
scrollOffset: 151,
|
|
245
|
-
scrollDirection: 'forward'
|
|
246
|
-
});
|
|
247
|
-
expect(fixedTitles.length).toBe(2);
|
|
248
|
-
expect(titlesWrapper.getDOMNode().style).toHaveProperty('top', '-1px');
|
|
249
|
-
expect(fixedTitles.at(0).getDOMNode().style).toHaveProperty('visibility', 'visible');
|
|
250
|
-
expect(fixedTitles.at(1).getDOMNode().style).toHaveProperty('visibility', 'hidden');
|
|
251
|
-
});
|
|
252
|
-
it('should change fixed title on backward scroll', function () {
|
|
253
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { height: 150 })));
|
|
254
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
255
|
-
var titlesWrapper = findClassName(component, stickyTitlesWrapper);
|
|
256
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
257
|
-
scrollOffset: 210,
|
|
258
|
-
scrollDirection: 'forward'
|
|
259
|
-
});
|
|
260
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
261
|
-
scrollOffset: 140,
|
|
262
|
-
scrollDirection: 'backward'
|
|
263
|
-
});
|
|
264
|
-
expect(fixedTitles.length).toBe(2);
|
|
265
|
-
expect(titlesWrapper.getDOMNode().style).toHaveProperty('top', '0px');
|
|
266
|
-
expect(fixedTitles.at(0).getDOMNode().style).toHaveProperty('visibility', 'visible');
|
|
267
|
-
expect(fixedTitles.at(1).getDOMNode().style).toHaveProperty('visibility', 'hidden');
|
|
268
|
-
});
|
|
269
|
-
it('should move current fixed title on backward scroll when previous title start touching the current title', function () {
|
|
270
|
-
var component = (0, enzyme_1.mount)(react_1.default.createElement(VirtualGroupedList_1.VirtualGroupedList, __assign({}, getItems('grouped'), defaultParams, { height: 150 })));
|
|
271
|
-
var fixedTitles = findClassName(component, itemTitleClass);
|
|
272
|
-
var titlesWrapper = findClassName(component, stickyTitlesWrapper);
|
|
273
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
274
|
-
scrollOffset: 210,
|
|
275
|
-
scrollDirection: 'forward'
|
|
276
|
-
});
|
|
277
|
-
component.find(react_window_1.VariableSizeList).prop('onScroll')({
|
|
278
|
-
scrollOffset: 199,
|
|
279
|
-
scrollDirection: 'backward'
|
|
280
|
-
});
|
|
281
|
-
expect(fixedTitles.length).toBe(2);
|
|
282
|
-
expect(titlesWrapper.getDOMNode().style).toHaveProperty('top', '-49px');
|
|
283
|
-
expect(fixedTitles.at(0).getDOMNode().style).toHaveProperty('visibility', 'visible');
|
|
284
|
-
expect(fixedTitles.at(1).getDOMNode().style).toHaveProperty('visibility', 'hidden');
|
|
285
|
-
});
|
|
286
|
-
});
|
|
287
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
/package/{MetadataTypesSelector/components/ListLabel/ListLabel.test.d.ts → ColumnsSettings/types.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/cjs/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.d.ts
RENAMED
|
File without changes
|
/package/cjs/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.js
RENAMED
|
File without changes
|
/package/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.d.ts
RENAMED
|
File without changes
|
/package/contexts/{AllwaysVisibleAttributesContext → AlwaysVisibleAttributesContext}/index.js
RENAMED
|
File without changes
|