@reltio/dashboard 1.4.2049 → 1.4.2051
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/bundle.js +1 -1
- package/package.json +2 -2
- package/types/components/src/ActionButton/ActionButton.d.ts +14 -0
- package/types/components/src/ActionButton/index.d.ts +1 -0
- package/types/components/src/ActionButton/styles.d.ts +1 -0
- package/types/components/src/ActionsPanel/ActionsPanel.d.ts +17 -0
- package/types/components/src/ActionsPanel/components/MenuItemRenderer/MenuItemRenderer.d.ts +8 -0
- package/types/components/src/ActionsPanel/components/MenuItemRenderer/index.d.ts +1 -0
- package/types/components/src/ActionsPanel/index.d.ts +1 -0
- package/types/components/src/ActionsPanel/types.d.ts +6 -0
- package/types/components/src/AsyncReactSelect/AsyncReactSelect.d.ts +8 -0
- package/types/components/src/AsyncReactSelect/index.d.ts +1 -0
- package/types/components/src/AttributeListItem/AttributeListItem.d.ts +37 -0
- package/types/components/src/AttributeListItem/components/AttrTypeIcon/AttrTypeIcon.d.ts +7 -0
- package/types/components/src/AttributeListItem/components/AttrTypeIcon/index.d.ts +1 -0
- package/types/components/src/AttributeListItem/components/AttrTypeIcon/styles.d.ts +1 -0
- package/types/components/src/AttributeListItem/index.d.ts +1 -0
- package/types/components/src/AttributeListItem/styles.d.ts +1 -0
- package/types/components/src/AttributeSelector/AttributeSelector.d.ts +14 -0
- package/types/components/src/AttributeSelector/index.d.ts +1 -0
- package/types/components/src/AttributeSelector/styles.d.ts +5 -0
- package/types/components/src/AutoSizeList/AutoSizeList.d.ts +18 -0
- package/types/components/src/AutoSizeList/index.d.ts +1 -0
- package/types/components/src/AutoSizeList/styles.d.ts +1 -0
- package/types/components/src/AutosizeInput/AutosizeInput.d.ts +3 -0
- package/types/components/src/AutosizeInput/index.d.ts +1 -0
- package/types/components/src/AutosizeInput/styles.d.ts +1 -0
- package/types/components/src/BarChart/BarChart.d.ts +9 -0
- package/types/components/src/BarChart/helpers.d.ts +13 -0
- package/types/components/src/BarChart/index.d.ts +1 -0
- package/types/components/src/BasicTable/BasicTable.d.ts +2 -0
- package/types/components/src/BasicTable/basicTableViewState.d.ts +82 -0
- package/types/components/src/BasicTable/helpers.d.ts +1 -0
- package/types/components/src/BasicTable/index.d.ts +2 -0
- package/types/components/src/BasicTablePagination/BasicTablePagination.d.ts +18 -0
- package/types/components/src/BasicTablePagination/index.d.ts +1 -0
- package/types/components/src/BasicTablePagination/styles.d.ts +1 -0
- package/types/components/src/BasicView/BasicView.d.ts +11 -0
- package/types/components/src/BasicView/index.d.ts +1 -0
- package/types/components/src/BasicView/styles.d.ts +1 -0
- package/types/components/src/BasicViewContent/BasicViewContent.d.ts +2 -0
- package/types/components/src/BasicViewContent/index.d.ts +1 -0
- package/types/components/src/BasicViewContent/styles.d.ts +1 -0
- package/types/components/src/BasicViewHeader/BasicViewHeader.d.ts +8 -0
- package/types/components/src/BasicViewHeader/index.d.ts +1 -0
- package/types/components/src/BasicViewHeader/styles.d.ts +1 -0
- package/types/components/src/BlobRenderer/BlobRenderer.d.ts +6 -0
- package/types/components/src/BlobRenderer/index.d.ts +1 -0
- package/types/components/src/BlobRenderer/styles.d.ts +1 -0
- package/types/components/src/BooleanRadioEditor/BooleanRadioEditor.d.ts +10 -0
- package/types/components/src/BooleanRadioEditor/components/BooleanEditor/BooleanEditor.d.ts +8 -0
- package/types/components/src/BooleanRadioEditor/components/BooleanEditor/index.d.ts +1 -0
- package/types/components/src/BooleanRadioEditor/index.d.ts +1 -0
- package/types/components/src/BooleanRadioEditor/styles.d.ts +1 -0
- package/types/components/src/BubbleChart/BubbleChart.d.ts +16 -0
- package/types/components/src/BubbleChart/helpers.d.ts +6 -0
- package/types/components/src/BubbleChart/index.d.ts +1 -0
- package/types/components/src/BubbleChart/styles.d.ts +1 -0
- package/types/components/src/BubbleChart/types.d.ts +9 -0
- package/types/components/src/BubbleChart/useBubbles.d.ts +9 -0
- package/types/components/src/ChartLegend/ChartLegend.d.ts +7 -0
- package/types/components/src/ChartLegend/helpers.d.ts +2 -0
- package/types/components/src/ChartLegend/index.d.ts +2 -0
- package/types/components/src/ChartLegend/styles.d.ts +1 -0
- package/types/components/src/ChartTooltip/ChartTooltip.d.ts +3 -0
- package/types/components/src/ChartTooltip/index.d.ts +1 -0
- package/types/components/src/ChartTooltip/styles.d.ts +1 -0
- package/types/components/src/ChartsFactory/BasicChartsFactory.d.ts +8 -0
- package/types/components/src/ChartsFactory/ChartsFactory.d.ts +14 -0
- package/types/components/src/ChartsFactory/index.d.ts +2 -0
- package/types/components/src/CloudChart/CloudChart.d.ts +16 -0
- package/types/components/src/CloudChart/index.d.ts +1 -0
- package/types/components/src/CloudChart/styles.d.ts +1 -0
- package/types/components/src/CloudChart/types.d.ts +5 -0
- package/types/components/src/CloudChart/useCloud.d.ts +10 -0
- package/types/components/src/CollapseButton/CollapseButton.d.ts +9 -0
- package/types/components/src/CollapseButton/index.d.ts +1 -0
- package/types/components/src/CollapseButton/styles.d.ts +1 -0
- package/types/components/src/ColorBar/ColorBar.d.ts +8 -0
- package/types/components/src/ColorBar/index.d.ts +1 -0
- package/types/components/src/ColorBar/styles.d.ts +1 -0
- package/types/components/src/CreatableReactSelect/CreatableReactSelect.d.ts +8 -0
- package/types/components/src/CreatableReactSelect/index.d.ts +1 -0
- package/types/components/src/CustomDateRangeEditor/CustomDateRangeEditor.d.ts +9 -0
- package/types/components/src/CustomDateRangeEditor/index.d.ts +1 -0
- package/types/components/src/CustomDateRangeEditor/styles.d.ts +1 -0
- package/types/components/src/DataTypeValue/DataTypeValue.d.ts +14 -0
- package/types/components/src/DataTypeValue/index.d.ts +1 -0
- package/types/components/src/DataTypeValueEditor/DataTypeValueEditor.d.ts +19 -0
- package/types/components/src/DataTypeValueEditor/index.d.ts +1 -0
- package/types/components/src/DataTypeValueEditor/styles.d.ts +1 -0
- package/types/components/src/DataTypeValueEditor/useEditorContext.d.ts +71 -0
- package/types/components/src/DateEditor/DateEditor.d.ts +12 -0
- package/types/components/src/DateEditor/index.d.ts +1 -0
- package/types/components/src/DateEditor/styles.d.ts +1 -0
- package/types/components/src/DateIntervalSelector/DateIntervalSelector.d.ts +8 -0
- package/types/components/src/DateIntervalSelector/index.d.ts +1 -0
- package/types/components/src/DateIntervalSelector/styles.d.ts +1 -0
- package/types/components/src/DateRangeEditor/DateRangeEditor.d.ts +31 -0
- package/types/components/src/DateRangeEditor/index.d.ts +1 -0
- package/types/components/src/DateRangeEditor/styles.d.ts +1 -0
- package/types/components/src/DateRangePicker/DateRangePicker.d.ts +11 -0
- package/types/components/src/DateRangePicker/index.d.ts +1 -0
- package/types/components/src/DateRangePicker/styles.d.ts +1 -0
- package/types/components/src/DateRangeSelector/DateRangeSelector.d.ts +9 -0
- package/types/components/src/DateRangeSelector/index.d.ts +1 -0
- package/types/components/src/DateRangeSelector/styles.d.ts +1 -0
- package/types/components/src/DefaultCellValueRenderer/DefaultCellValueRenderer.d.ts +9 -0
- package/types/components/src/DefaultCellValueRenderer/index.d.ts +1 -0
- package/types/components/src/DefaultCellValueRenderer/styles.d.ts +1 -0
- package/types/components/src/DependentLookupEditor/DependentLookupEditor.d.ts +27 -0
- package/types/components/src/DependentLookupEditor/helpers.d.ts +5 -0
- package/types/components/src/DependentLookupEditor/index.d.ts +1 -0
- package/types/components/src/DependentLookupEditor/styles.d.ts +1 -0
- package/types/components/src/DependentLookupEditor/useAutopopulation.d.ts +14 -0
- package/types/components/src/DependentLookupEditor/useDefaultOptions.d.ts +5 -0
- package/types/components/src/DependentLookupEditor/useLookupsResolver.d.ts +6 -0
- package/types/components/src/DependentLookupEditor/useSavingFocus.d.ts +1 -0
- package/types/components/src/DropDownEditor/DropDownEditor.d.ts +14 -0
- package/types/components/src/DropDownEditor/index.d.ts +1 -0
- package/types/components/src/DropDownMenuButton/DropDownMenuButton.d.ts +17 -0
- package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/DefaultMenuItemRenderer.d.ts +8 -0
- package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/index.d.ts +1 -0
- package/types/components/src/DropDownMenuButton/components/DefaultMenuItemRenderer/styles.d.ts +1 -0
- package/types/components/src/DropDownMenuButton/index.d.ts +1 -0
- package/types/components/src/DropDownMenuButton/styles.d.ts +1 -0
- package/types/components/src/DropDownSelector/index.d.ts +1 -0
- package/types/components/src/EditorsFactory/EditorsFactory.d.ts +4 -0
- package/types/components/src/EditorsFactory/index.d.ts +1 -0
- package/types/components/src/EmptySearchResult/EmptySearchResult.d.ts +7 -0
- package/types/components/src/EmptySearchResult/index.d.ts +1 -0
- package/types/components/src/EmptySearchResult/styles.d.ts +1 -0
- package/types/components/src/EmptyStub/EmptyStub.d.ts +1 -0
- package/types/components/src/EmptyStub/index.d.ts +1 -0
- package/types/components/src/EntityAvatar/EntityAvatar.d.ts +9 -0
- package/types/components/src/EntityAvatar/index.d.ts +1 -0
- package/types/components/src/EntityAvatar/no-photo.svg.d.ts +1 -0
- package/types/components/src/EntityTypeBadge/EntityTypeBadge.d.ts +9 -0
- package/types/components/src/EntityTypeBadge/index.d.ts +1 -0
- package/types/components/src/EntityTypeBadge/styles.d.ts +1 -0
- package/types/components/src/EntityTypeIcon/EntityTypeIcon.d.ts +11 -0
- package/types/components/src/EntityTypeIcon/index.d.ts +1 -0
- package/types/components/src/EntityUriLink/EntityUriLink.d.ts +6 -0
- package/types/components/src/EntityUriLink/index.d.ts +1 -0
- package/types/components/src/ErrorBoundary/ErrorBoundary.d.ts +13 -0
- package/types/components/src/ErrorBoundary/index.d.ts +1 -0
- package/types/components/src/ErrorPopup/ErrorPopup.d.ts +14 -0
- package/types/components/src/ErrorPopup/index.d.ts +1 -0
- package/types/components/src/ErrorPopup/styles.d.ts +1 -0
- package/types/components/src/ExpandedValueTooltip/ExpandedValueTooltip.d.ts +11 -0
- package/types/components/src/ExpandedValueTooltip/helpers.d.ts +1 -0
- package/types/components/src/ExpandedValueTooltip/index.d.ts +1 -0
- package/types/components/src/ExpandedValueTooltip/styles.d.ts +1 -0
- package/types/components/src/FacetViewHeader/FacetViewHeader.d.ts +8 -0
- package/types/components/src/FacetViewHeader/index.d.ts +1 -0
- package/types/components/src/FacetViewHeader/styles.d.ts +1 -0
- package/types/components/src/FileTypeEditor/FileTypeEditor.d.ts +10 -0
- package/types/components/src/FileTypeEditor/index.d.ts +1 -0
- package/types/components/src/FileTypeEditor/styles.d.ts +1 -0
- package/types/components/src/FilterEditor/FilterEditor.d.ts +16 -0
- package/types/components/src/FilterEditor/index.d.ts +1 -0
- package/types/components/src/FilterEditor/styles.d.ts +1 -0
- package/types/components/src/FilterValueEditor/FilterValueEditor.d.ts +15 -0
- package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/RangeDataTypeValueEditor.d.ts +18 -0
- package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/index.d.ts +1 -0
- package/types/components/src/FilterValueEditor/components/RangeDataTypeValueEditor/styles.d.ts +1 -0
- package/types/components/src/FilterValueEditor/helpers.d.ts +2 -0
- package/types/components/src/FilterValueEditor/index.d.ts +1 -0
- package/types/components/src/HOCs/withChartDataPercents/index.d.ts +1 -0
- package/types/components/src/HOCs/withChartDataPercents/withChartDataPercents.d.ts +10 -0
- package/types/components/src/HOCs/withContext/index.d.ts +1 -0
- package/types/components/src/HOCs/withContext/withContext.d.ts +4 -0
- package/types/components/src/HOCs/withDateRangeSelector/helpers.d.ts +7 -0
- package/types/components/src/HOCs/withDateRangeSelector/index.d.ts +1 -0
- package/types/components/src/HOCs/withDateRangeSelector/styles.d.ts +1 -0
- package/types/components/src/HOCs/withDateRangeSelector/withDateRangeSelector.d.ts +19 -0
- package/types/components/src/HOCs/withDragHandle/index.d.ts +1 -0
- package/types/components/src/HOCs/withDragHandle/styles.d.ts +1 -0
- package/types/components/src/HOCs/withDragHandle/withDragHandle.d.ts +5 -0
- package/types/components/src/HOCs/withFilter/components/ColumnFilter/ColumnFilter.d.ts +12 -0
- package/types/components/src/HOCs/withFilter/components/ColumnFilter/helpers.d.ts +7 -0
- package/types/components/src/HOCs/withFilter/components/ColumnFilter/index.d.ts +1 -0
- package/types/components/src/HOCs/withFilter/components/FilterChip/FilterChip.d.ts +13 -0
- package/types/components/src/HOCs/withFilter/components/FilterChip/index.d.ts +1 -0
- package/types/components/src/HOCs/withFilter/components/FilterChip/styles.d.ts +1 -0
- package/types/components/src/HOCs/withFilter/index.d.ts +1 -0
- package/types/components/src/HOCs/withFilter/styles.d.ts +1 -0
- package/types/components/src/HOCs/withFilter/withFilter.d.ts +17 -0
- package/types/components/src/HOCs/withFilterAtBottom/index.d.ts +1 -0
- package/types/components/src/HOCs/withFilterAtBottom/withFilterAtBottom.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/ReactSelectClearIndicator.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectClearIndicator/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectControl/ReactSelectControl.d.ts +3 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectControl/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectDropdownIndicator/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectGroupHeading/ReactSelectGroupHeading.d.ts +3 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectGroupHeading/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectMenu/ReactSelectMenu.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectMenu/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectNoOptionsMessage/ReactSelectNoOptionsMessage.d.ts +9 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectNoOptionsMessage/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectPlaceholder/ReactSelectPlaceholder.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectPlaceholder/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectSingleValue/ReactSelectSingleValue.d.ts +4 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectSingleValue/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectValueContainer/ReactSelectValueContainer.d.ts +3 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/components/ReactSelectValueContainer/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/helpers.d.ts +53 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/index.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/styles.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +11 -0
- package/types/components/src/HOCs/withTableContext/index.d.ts +1 -0
- package/types/components/src/HOCs/withTableContext/withTableContext.d.ts +3 -0
- package/types/components/src/HOCs/withTooltip/index.d.ts +1 -0
- package/types/components/src/HOCs/withTooltip/styles.d.ts +1 -0
- package/types/components/src/HOCs/withTooltip/withTooltip.d.ts +9 -0
- package/types/components/src/Highlighter/Highlighter.d.ts +9 -0
- package/types/components/src/Highlighter/index.d.ts +1 -0
- package/types/components/src/Highlighter/styles.d.ts +1 -0
- package/types/components/src/LineChart/LineChart.d.ts +9 -0
- package/types/components/src/LineChart/helpers.d.ts +13 -0
- package/types/components/src/LineChart/index.d.ts +1 -0
- package/types/components/src/LookupEditor/LookupEditor.d.ts +12 -0
- package/types/components/src/LookupEditor/components/GroupedDropDownEditor/GroupedDropDownEditor.d.ts +11 -0
- package/types/components/src/LookupEditor/components/GroupedDropDownEditor/helpers.d.ts +9 -0
- package/types/components/src/LookupEditor/components/GroupedDropDownEditor/index.d.ts +1 -0
- package/types/components/src/LookupEditor/components/GroupedDropDownEditor/styles.d.ts +1 -0
- package/types/components/src/LookupEditor/helpers.d.ts +1 -0
- package/types/components/src/LookupEditor/index.d.ts +1 -0
- package/types/components/src/MapChart/MapChart.d.ts +11 -0
- package/types/components/src/MapChart/components/Legend/Legend.d.ts +9 -0
- package/types/components/src/MapChart/components/Legend/index.d.ts +1 -0
- package/types/components/src/MapChart/components/Legend/styles.d.ts +6 -0
- package/types/components/src/MapChart/constants.d.ts +3 -0
- package/types/components/src/MapChart/index.d.ts +1 -0
- package/types/components/src/MapChart/styles.d.ts +1 -0
- package/types/components/src/MapChart/useGeography.d.ts +1 -0
- package/types/components/src/Marginator/Marginator.d.ts +9 -0
- package/types/components/src/Marginator/index.d.ts +1 -0
- package/types/components/src/MultiSelect/MultiSelect.d.ts +117 -0
- package/types/components/src/MultiSelect/components/Option/Option.d.ts +18 -0
- package/types/components/src/MultiSelect/components/Option/index.d.ts +1 -0
- package/types/components/src/MultiSelect/helpers.d.ts +18 -0
- package/types/components/src/MultiSelect/index.d.ts +1 -0
- package/types/components/src/MultiSelect/styles.d.ts +6 -0
- package/types/components/src/MultiSelect/useKeepInputVisible.d.ts +2 -0
- package/types/components/src/MultiValueChip/MultiValueChip.d.ts +18 -0
- package/types/components/src/MultiValueChip/index.d.ts +1 -0
- package/types/components/src/MultipleInput/MultipleInput.d.ts +14 -0
- package/types/components/src/MultipleInput/components/AutosizeInputWrapper/AutosizeInputWrapper.d.ts +3 -0
- package/types/components/src/MultipleInput/components/AutosizeInputWrapper/index.d.ts +1 -0
- package/types/components/src/MultipleInput/index.d.ts +1 -0
- package/types/components/src/MultipleInput/styles.d.ts +1 -0
- package/types/components/src/MultipliableSelect/MultipliableSelect.d.ts +21 -0
- package/types/components/src/MultipliableSelect/index.d.ts +1 -0
- package/types/components/src/MultipliableSelect/styles.d.ts +1 -0
- package/types/components/src/NumberEditor/NumberEditor.d.ts +17 -0
- package/types/components/src/NumberEditor/components/NumberFormat/NumberFormat.d.ts +11 -0
- package/types/components/src/NumberEditor/components/NumberFormat/helpers.d.ts +1 -0
- package/types/components/src/NumberEditor/components/NumberFormat/index.d.ts +1 -0
- package/types/components/src/NumberEditor/index.d.ts +1 -0
- package/types/components/src/PieChart/PieChart.d.ts +18 -0
- package/types/components/src/PieChart/components/ActiveShape/ActiveShape.d.ts +10 -0
- package/types/components/src/PieChart/components/ActiveShape/index.d.ts +1 -0
- package/types/components/src/PieChart/index.d.ts +1 -0
- package/types/components/src/PieChart/styles.d.ts +1 -0
- package/types/components/src/Popper/Popper.d.ts +14 -0
- package/types/components/src/Popper/helpers.d.ts +11 -0
- package/types/components/src/Popper/index.d.ts +1 -0
- package/types/components/src/Popper/styles.d.ts +1 -0
- package/types/components/src/ProfileCard/ProfileCard.d.ts +13 -0
- package/types/components/src/ProfileCard/components/ProfileCardContent/ProfileCardContent.d.ts +11 -0
- package/types/components/src/ProfileCard/components/ProfileCardContent/index.d.ts +1 -0
- package/types/components/src/ProfileCard/components/ProfileCardContent/styles.d.ts +1 -0
- package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/ProfileCardPlaceholder.d.ts +2 -0
- package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/index.d.ts +1 -0
- package/types/components/src/ProfileCard/components/ProfileCardPlaceholder/styles.d.ts +1 -0
- package/types/components/src/ProfileCard/index.d.ts +1 -0
- package/types/components/src/ProfileCard/styles.d.ts +1 -0
- package/types/components/src/ReactSelect/ReactSelect.d.ts +8 -0
- package/types/components/src/ReactSelect/index.d.ts +1 -0
- package/types/components/src/ReactSelectDropdownIndicator/ReactSelectDropdownIndicator.d.ts +15 -0
- package/types/components/src/ReactSelectDropdownIndicator/index.d.ts +1 -0
- package/types/components/src/ReactSelectDropdownIndicator/styles.d.ts +1 -0
- package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/ReactSelectDropdownIndicatorWithIconButton.d.ts +14 -0
- package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/index.d.ts +1 -0
- package/types/components/src/ReactSelectDropdownIndicatorWithIconButton/styles.d.ts +1 -0
- package/types/components/src/ReactSelectLoadMoreButton/ReactSelectLoadMoreButton.d.ts +8 -0
- package/types/components/src/ReactSelectLoadMoreButton/index.d.ts +1 -0
- package/types/components/src/ReactSelectLoadMoreButton/styles.d.ts +1 -0
- package/types/components/src/ReactSelectMenuList/ReactSelectMenuList.d.ts +2 -0
- package/types/components/src/ReactSelectMenuList/index.d.ts +1 -0
- package/types/components/src/ReactSelectMenuWithPopper/ReactSelectMenuWithPopper.d.ts +15 -0
- package/types/components/src/ReactSelectMenuWithPopper/index.d.ts +1 -0
- package/types/components/src/ReactSelectMenuWithPopper/styles.d.ts +1 -0
- package/types/components/src/ReactSelectMultiValue/ReactSelectMultiValue.d.ts +15 -0
- package/types/components/src/ReactSelectMultiValue/index.d.ts +1 -0
- package/types/components/src/ReactSelectOption/ReactSelectOption.d.ts +26 -0
- package/types/components/src/ReactSelectOption/index.d.ts +1 -0
- package/types/components/src/ReactSelectOptionWithCheckIcon/ReactSelectOptionWithCheckIcon.d.ts +10 -0
- package/types/components/src/ReactSelectOptionWithCheckIcon/index.d.ts +1 -0
- package/types/components/src/ReactSelectOptionWithCheckIcon/styles.d.ts +1 -0
- package/types/components/src/ReltioGridLayout/ReltioGridLayout.d.ts +28 -0
- package/types/components/src/ReltioGridLayout/constants.d.ts +2 -0
- package/types/components/src/ReltioGridLayout/helpers.d.ts +11 -0
- package/types/components/src/ReltioGridLayout/index.d.ts +1 -0
- package/types/components/src/ReltioGridLayout/resize.inline.svg.d.ts +1 -0
- package/types/components/src/ReltioGridLayout/styles.d.ts +1 -0
- package/types/components/src/ReltioMap/ReltioMap.d.ts +32 -0
- package/types/components/src/ReltioMap/components/ClusteredMarkers/ClusteredMarkers.d.ts +11 -0
- package/types/components/src/ReltioMap/components/ClusteredMarkers/CustomClusterRenderer.d.ts +8 -0
- package/types/components/src/ReltioMap/components/ClusteredMarkers/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/DrawingManager/DrawingManager.d.ts +2 -0
- package/types/components/src/ReltioMap/components/DrawingManager/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/DrawingManager/useDrawingManager.d.ts +7 -0
- package/types/components/src/ReltioMap/components/EntityMarker/EntityMarker.d.ts +10 -0
- package/types/components/src/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.d.ts +1 -0
- package/types/components/src/ReltioMap/components/EntityMarker/icons/marker.inline.svg.d.ts +1 -0
- package/types/components/src/ReltioMap/components/EntityMarker/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/EntityMarker/styles.d.ts +1 -0
- package/types/components/src/ReltioMap/components/Polygon/Polygon.d.ts +7 -0
- package/types/components/src/ReltioMap/components/Polygon/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/Polygon/usePolygon.d.ts +10 -0
- package/types/components/src/ReltioMap/components/TopCenterMapControls/TopCenterMapControls.d.ts +8 -0
- package/types/components/src/ReltioMap/components/TopCenterMapControls/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/TopCenterMapControls/styles.d.ts +1 -0
- package/types/components/src/ReltioMap/components/TopRightMapControls/TopRightMapControls.d.ts +49 -0
- package/types/components/src/ReltioMap/components/TopRightMapControls/index.d.ts +1 -0
- package/types/components/src/ReltioMap/components/TopRightMapControls/styles.d.ts +1 -0
- package/types/components/src/ReltioMap/helpers.d.ts +6 -0
- package/types/components/src/ReltioMap/index.d.ts +2 -0
- package/types/components/src/ReltioMap/styles.d.ts +1 -0
- package/types/components/src/ReltioMap/types.d.ts +19 -0
- package/types/components/src/ReltioMap/useFitMapBounds.d.ts +6 -0
- package/types/components/src/RequiredMark/RequiredMark.d.ts +2 -0
- package/types/components/src/RequiredMark/index.d.ts +1 -0
- package/types/components/src/RequiredMark/styles.d.ts +1 -0
- package/types/components/src/SearchHighlighter/SearchHighlighter.d.ts +6 -0
- package/types/components/src/SearchHighlighter/index.d.ts +1 -0
- package/types/components/src/SearchHighlighter/styles.d.ts +1 -0
- package/types/components/src/SelectEditor/SelectEditor.d.ts +11 -0
- package/types/components/src/SelectEditor/index.d.ts +1 -0
- package/types/components/src/SelectEditor/styles.d.ts +1 -0
- package/types/components/src/SimpleDropDownSelector/SimpleDropDownSelector.d.ts +4 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/DropDownPlaceholder.d.ts +8 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/index.d.ts +1 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownPlaceholder/styles.d.ts +1 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownValue/DropDownValue.d.ts +11 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownValue/index.d.ts +1 -0
- package/types/components/src/SimpleDropDownSelector/components/DropDownValue/styles.d.ts +1 -0
- package/types/components/src/SimpleDropDownSelector/index.d.ts +1 -0
- package/types/components/src/SimpleInput/SimpleInput.d.ts +9 -0
- package/types/components/src/SimpleInput/index.d.ts +1 -0
- package/types/components/src/SimpleInput/styles.d.ts +1 -0
- package/types/components/src/SmallIconButton/SmallIconButton.d.ts +8 -0
- package/types/components/src/SmallIconButton/constants.d.ts +9 -0
- package/types/components/src/SmallIconButton/index.d.ts +11 -0
- package/types/components/src/SmallIconButton/styles.d.ts +1 -0
- package/types/components/src/Spacer/Spacer.d.ts +2 -0
- package/types/components/src/Spacer/index.d.ts +1 -0
- package/types/components/src/Spacer/styles.d.ts +1 -0
- package/types/components/src/TableWithBars/TableWithBars.d.ts +10 -0
- package/types/components/src/TableWithBars/components/AttributeCellRenderer/AttributeCellRenderer.d.ts +10 -0
- package/types/components/src/TableWithBars/components/AttributeCellRenderer/index.d.ts +1 -0
- package/types/components/src/TableWithBars/components/AttributeCellRenderer/styles.d.ts +1 -0
- package/types/components/src/TableWithBars/components/HeadCellRenderer/HeadCellRenderer.d.ts +9 -0
- package/types/components/src/TableWithBars/components/HeadCellRenderer/index.d.ts +1 -0
- package/types/components/src/TableWithBars/components/HeadCellRenderer/styles.d.ts +1 -0
- package/types/components/src/TableWithBars/components/NumberCellValueRenderer/NumberCellValueRenderer.d.ts +13 -0
- package/types/components/src/TableWithBars/components/NumberCellValueRenderer/index.d.ts +1 -0
- package/types/components/src/TableWithBars/components/NumberCellValueRenderer/styles.d.ts +1 -0
- package/types/components/src/TableWithBars/index.d.ts +1 -0
- package/types/components/src/TextEditor/TextEditor.d.ts +13 -0
- package/types/components/src/TextEditor/index.d.ts +1 -0
- package/types/components/src/TimestampEditor/TimestampEditor.d.ts +12 -0
- package/types/components/src/TimestampEditor/index.d.ts +1 -0
- package/types/components/src/TimestampEditor/styles.d.ts +1 -0
- package/types/components/src/TreeChart/TreeChart.d.ts +8 -0
- package/types/components/src/TreeChart/components/CustomizedContent/CustomizedContent.d.ts +11 -0
- package/types/components/src/TreeChart/components/CustomizedContent/index.d.ts +1 -0
- package/types/components/src/TreeChart/components/CustomizedContent/styles.d.ts +1 -0
- package/types/components/src/TreeChart/index.d.ts +1 -0
- package/types/components/src/TypeaheadEditor/TypeaheadEditor.d.ts +22 -0
- package/types/components/src/TypeaheadEditor/index.d.ts +1 -0
- package/types/components/src/TypeaheadEditor/styles.d.ts +1 -0
- package/types/components/src/UploadFileButton/UploadFileButton.d.ts +12 -0
- package/types/components/src/UploadFileButton/components/UploadMode/UploadMode.d.ts +8 -0
- package/types/components/src/UploadFileButton/components/UploadMode/index.d.ts +1 -0
- package/types/components/src/UploadFileButton/components/UploadMode/styles.d.ts +1 -0
- package/types/components/src/UploadFileButton/constants.d.ts +6 -0
- package/types/components/src/UploadFileButton/helpers.d.ts +1 -0
- package/types/components/src/UploadFileButton/index.d.ts +1 -0
- package/types/components/src/UploadFileButton/styles.d.ts +1 -0
- package/types/components/src/UserSelector/UserSelector.d.ts +9 -0
- package/types/components/src/UserSelector/index.d.ts +1 -0
- package/types/components/src/UserSelector/styles.d.ts +6 -0
- package/types/components/src/ValueChip/ValueChip.d.ts +8 -0
- package/types/components/src/ValueChip/index.d.ts +1 -0
- package/types/components/src/ValueChip/styles.d.ts +2 -0
- package/types/components/src/constants/attributes.d.ts +1 -0
- package/types/components/src/constants/classnames.d.ts +1 -0
- package/types/components/src/constants/common.d.ts +2 -0
- package/types/components/src/constants/index.d.ts +8 -0
- package/types/components/src/constants/map.d.ts +17 -0
- package/types/components/src/constants/modeOptions.d.ts +23 -0
- package/types/components/src/constants/prop-types.d.ts +34 -0
- package/types/components/src/constants/reactSelect.d.ts +3 -0
- package/types/components/src/constants/textField.d.ts +7 -0
- package/types/components/src/contexts/BasicTableContext/index.d.ts +2 -0
- package/types/components/src/contexts/DependentLookupAutopopulationContext/index.d.ts +8 -0
- package/types/components/src/contexts/EntityMarkerContext/index.d.ts +6 -0
- package/types/components/src/contexts/MdmModuleContext/context.d.ts +256 -0
- package/types/components/src/contexts/MdmModuleContext/hooks.d.ts +147 -0
- package/types/components/src/contexts/MdmModuleContext/index.d.ts +3 -0
- package/types/components/src/contexts/MdmModuleContext/provider.d.ts +10 -0
- package/types/components/src/contexts/MdmModuleContext/selectors/dependentLookupEditorContext.d.ts +23 -0
- package/types/components/src/contexts/MdmModuleContext/selectors/entity.d.ts +3 -0
- package/types/components/src/contexts/PageRequestsAbortingContext/index.d.ts +2 -0
- package/types/components/src/contexts/PopupBoundariesContext/index.d.ts +7 -0
- package/types/components/src/contexts/ReloadFacetContext/index.d.ts +13 -0
- package/types/components/src/contexts/RowCollapseContext/index.d.ts +2 -0
- package/types/components/src/contexts/ScrollToElementContext/index.d.ts +23 -0
- package/types/components/src/contexts/SearchFiltersContext/index.d.ts +3 -0
- package/types/components/src/contexts/SearchValueContext/index.d.ts +2 -0
- package/types/components/src/contexts/UrlGeneratorsContext/index.d.ts +23 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/ActivitiesFactory.d.ts +11 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/CommentActivity/CommentActivity.d.ts +7 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/CommentActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/GroupActivity/GroupActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/GroupActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/MergeActivity/MergeActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/MergeActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/ObjectLabel.d.ts +6 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/ObjectLabel/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/PotentialMatchActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/PotentialMatchActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/ProfileActivity/ProfileActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/ProfileActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/RelationActivity/RelationActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/RelationActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/SearchActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SearchActivity/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/SimpleActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SimpleActivity/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/SynchronizationIssuesActivity.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/components/SynchronizationIssuesActivity/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivitiesFactory/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityExportButton/ActivityExportButton.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivityExportButton/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityExportButton/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterButton/ActivityFilterButton.d.ts +10 -0
- package/types/components/src/features/activity-log/ActivityFilterButton/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterButton/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/ActivityFilterEditor.d.ts +14 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/ActivitySelector/ActivitySelector.d.ts +9 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/ActivitySelector/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/DateRangeSelector.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/DateRangeSelector/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/EntityChangedSelectors.d.ts +10 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityChangedSelectors/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/EntityTypesSelector.d.ts +9 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/EntityTypesSelector/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/SourceSelector/SourceSelector.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/components/SourceSelector/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/helpers.d.ts +2 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityFilterEditor/styles.d.ts +5 -0
- package/types/components/src/features/activity-log/ActivityLog/ActivityLog.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/ActivityItem.d.ts +7 -0
- package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLog/components/ActivityItem/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/GroupItem.d.ts +8 -0
- package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLog/components/GroupItem/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLog/helpers.d.ts +15 -0
- package/types/components/src/features/activity-log/ActivityLog/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLog/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLogFilter/ActivityLogFilter.d.ts +12 -0
- package/types/components/src/features/activity-log/ActivityLogFilter/helpers.d.ts +2 -0
- package/types/components/src/features/activity-log/ActivityLogFilter/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityLogFilter/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityTitle/ActivityTitle.d.ts +7 -0
- package/types/components/src/features/activity-log/ActivityTitle/index.d.ts +1 -0
- package/types/components/src/features/activity-log/ActivityTitle/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/CollapsibleActivityRecords/CollapsibleActivityRecords.d.ts +9 -0
- package/types/components/src/features/activity-log/CollapsibleActivityRecords/index.d.ts +1 -0
- package/types/components/src/features/activity-log/EntityObject/EntityObject.d.ts +7 -0
- package/types/components/src/features/activity-log/EntityObject/index.d.ts +1 -0
- package/types/components/src/features/activity-log/EntityObject/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/EntityRecord/EntityRecord.d.ts +7 -0
- package/types/components/src/features/activity-log/EntityRecord/index.d.ts +1 -0
- package/types/components/src/features/activity-log/EntityRecord/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/Field/Field.d.ts +6 -0
- package/types/components/src/features/activity-log/Field/index.d.ts +1 -0
- package/types/components/src/features/activity-log/Field/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/MoreItemsLink/MoreItemsLink.d.ts +9 -0
- package/types/components/src/features/activity-log/MoreItemsLink/index.d.ts +1 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/PotentialMatchRecord.d.ts +7 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/PotentialMatchField.d.ts +7 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/helpers.d.ts +2 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/index.d.ts +1 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/components/PotentialMatchField/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/PotentialMatchRecord/index.d.ts +1 -0
- package/types/components/src/features/activity-log/Record/Record.d.ts +7 -0
- package/types/components/src/features/activity-log/Record/index.d.ts +1 -0
- package/types/components/src/features/activity-log/Record/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordLabel/RecordLabel.d.ts +7 -0
- package/types/components/src/features/activity-log/RecordLabel/index.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordLabel/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordUpdates/RecordUpdates.d.ts +8 -0
- package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/DeltaField.d.ts +7 -0
- package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/index.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordUpdates/components/DeltaField/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordUpdates/index.d.ts +1 -0
- package/types/components/src/features/activity-log/RecordUpdates/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/RelationObject/RelationObject.d.ts +7 -0
- package/types/components/src/features/activity-log/RelationObject/index.d.ts +1 -0
- package/types/components/src/features/activity-log/RelationObject/styles.d.ts +1 -0
- package/types/components/src/features/activity-log/RelationRecord/RelationRecord.d.ts +7 -0
- package/types/components/src/features/activity-log/RelationRecord/index.d.ts +1 -0
- package/types/components/src/features/activity-log/contexts/CollapsibleItemsContext.d.ts +15 -0
- package/types/components/src/features/activity-log/hooks/useActivitiesLoader.d.ts +11 -0
- package/types/components/src/features/activity-log/hooks/useProfileActivitiesLoader.d.ts +12 -0
- package/types/components/src/features/activity-log/index.d.ts +7 -0
- package/types/components/src/features/activity-log/types.d.ts +98 -0
- package/types/components/src/features/activity-log/utils/activities.d.ts +8 -0
- package/types/components/src/features/activity-log/utils/filters.d.ts +1 -0
- package/types/components/src/helpers/basicTable.d.ts +15 -0
- package/types/components/src/helpers/charts.d.ts +2 -0
- package/types/components/src/helpers/classes.d.ts +1 -0
- package/types/components/src/helpers/errors.d.ts +7 -0
- package/types/components/src/helpers/events.d.ts +4 -0
- package/types/components/src/hooks/useChartTooltipState/index.d.ts +1 -0
- package/types/components/src/hooks/useChartTooltipState/useChartTooltipState.d.ts +7 -0
- package/types/components/src/hooks/useClickableChartStyle/index.d.ts +1 -0
- package/types/components/src/hooks/useClickableChartStyle/useClickableChartStyle.d.ts +1 -0
- package/types/components/src/hooks/useCollapsibleTableRows/dataHelpers.d.ts +2 -0
- package/types/components/src/hooks/useCollapsibleTableRows/index.d.ts +1 -0
- package/types/components/src/hooks/useCollapsibleTableRows/nestedHelpers.d.ts +7 -0
- package/types/components/src/hooks/useCollapsibleTableRows/useCollapsibleTableRows.d.ts +19 -0
- package/types/components/src/hooks/useConfigPermissions/index.d.ts +1 -0
- package/types/components/src/hooks/useConfigPermissions/useConfigPermissions.d.ts +6 -0
- package/types/components/src/hooks/useDateEditor/constants.d.ts +3 -0
- package/types/components/src/hooks/useDateEditor/helpers.d.ts +6 -0
- package/types/components/src/hooks/useDateEditor/index.d.ts +1 -0
- package/types/components/src/hooks/useDateEditor/useDateEditor.d.ts +20 -0
- package/types/components/src/hooks/useDidUpdateEffect/index.d.ts +1 -0
- package/types/components/src/hooks/useDidUpdateEffect/useDidUpdateEffect.d.ts +2 -0
- package/types/components/src/hooks/useDynamicYAxisWidth/index.d.ts +1 -0
- package/types/components/src/hooks/useDynamicYAxisWidth/useDynamicYAxisWidth.d.ts +13 -0
- package/types/components/src/hooks/useLayoutResetter/index.d.ts +1 -0
- package/types/components/src/hooks/useLayoutResetter/useLayoutResetter.d.ts +9 -0
- package/types/components/src/hooks/usePrevious/index.d.ts +1 -0
- package/types/components/src/hooks/usePrevious/usePrevious.d.ts +1 -0
- package/types/components/src/hooks/useReadableSearchState/index.d.ts +1 -0
- package/types/components/src/hooks/useReadableSearchState/useReadableSearchState.d.ts +5 -0
- package/types/components/src/hooks/useSafePromise/index.d.ts +1 -0
- package/types/components/src/hooks/useSafePromise/useSafePromise.d.ts +6 -0
- package/types/components/src/hooks/useSavedSearchesRequest/helpers.d.ts +6 -0
- package/types/components/src/hooks/useSavedSearchesRequest/index.d.ts +1 -0
- package/types/components/src/hooks/useSavedSearchesRequest/useSavedSearchesRequest.d.ts +75 -0
- package/types/components/src/hooks/useSavedState/index.d.ts +1 -0
- package/types/components/src/hooks/useSavedState/useSavedState.d.ts +4 -0
- package/types/components/src/hooks/useSnackbar/index.d.ts +1 -0
- package/types/components/src/hooks/useSnackbar/useSnackbar.d.ts +14 -0
- package/types/components/src/icons/Add.d.ts +3 -0
- package/types/components/src/icons/Comment.d.ts +3 -0
- package/types/components/src/icons/Create.d.ts +3 -0
- package/types/components/src/icons/Draw.d.ts +3 -0
- package/types/components/src/icons/LogIn.d.ts +3 -0
- package/types/components/src/icons/LogOut.d.ts +3 -0
- package/types/components/src/icons/Merge.d.ts +3 -0
- package/types/components/src/icons/NestedAttribute.d.ts +3 -0
- package/types/components/src/icons/NoDataSearch.d.ts +3 -0
- package/types/components/src/icons/NoMatches.d.ts +3 -0
- package/types/components/src/icons/PotentialMatch.d.ts +3 -0
- package/types/components/src/icons/Profile.d.ts +3 -0
- package/types/components/src/icons/Radius.d.ts +3 -0
- package/types/components/src/icons/Recommended.d.ts +3 -0
- package/types/components/src/icons/ReferenceAttribute.d.ts +3 -0
- package/types/components/src/icons/Remove.d.ts +3 -0
- package/types/components/src/icons/Search.d.ts +3 -0
- package/types/components/src/icons/SimpleAttribute.d.ts +3 -0
- package/types/components/src/icons/Suggest.d.ts +3 -0
- package/types/components/src/icons/UnMerge.d.ts +3 -0
- package/types/components/src/types/basicTable.d.ts +96 -0
- package/types/components/src/types/charts.d.ts +16 -0
- package/types/components/src/types/index.d.ts +234 -0
- package/types/components/src/types/preferences.d.ts +8 -0
- package/types/{components → dashboard/src/components}/DashboardConfigItem/styles.d.ts +1 -1
- package/types/{components → dashboard/src/components}/DashboardError/styles.d.ts +1 -1
- package/types/{components → dashboard/src/components}/DashboardLayoutItem/DashboardLayoutItem.d.ts +1 -1
- package/types/dashboard/src/components/DashboardLayoutPanel/styles.d.ts +1 -0
- package/types/dashboard/src/components/EntityTable/styles.d.ts +6 -0
- package/types/{components → dashboard/src/components}/LayoutItemContent/LayoutItemContent.d.ts +1 -1
- package/types/dashboard/src/components/WorkflowTaskItem/styles.d.ts +1 -0
- package/types/{hooks → dashboard/src/hooks}/useActivitiesRequest.d.ts +2 -1
- package/types/{hooks → dashboard/src/hooks}/useEntityByTypeRequest.d.ts +2 -1
- package/types/{hooks → dashboard/src/hooks}/useFacetRequest.d.ts +2 -1
- package/types/{hooks → dashboard/src/hooks}/useFilteredEntitiesRequest.d.ts +1 -1
- package/types/{hooks → dashboard/src/hooks}/useStatsRequest.d.ts +1 -1
- package/types/{hooks → dashboard/src/hooks}/useWorkflowTasksRequest.d.ts +1 -1
- package/types/{services → dashboard/src/services}/facets.d.ts +1 -1
- package/types/{services → dashboard/src/services}/savedSearches.d.ts +1 -1
- package/types/components/DashboardLayoutPanel/styles.d.ts +0 -1
- package/types/components/WorkflowTaskItem/styles.d.ts +0 -1
- /package/types/components/{EntityTable → src/TableWithBars}/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardConfigItem/DashboardConfigItem.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardDateRangeSelector/DashboardDateRangeSelector.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardDateRangeSelector/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardError/DashboardError.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLayout/DashboardLayout.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLayout/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLayoutItem/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLayoutPanel/DashboardLayoutPanel.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLinearLoader/DashboardLinearLoader.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardLinearLoader/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardNoData/DashboardNoData.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardNoData/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardPerspectiveHeader/DashboardPerspectiveHeader.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardPerspectiveHeader/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardPopupMenu/DashboardPopupMenu.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/DashboardPopupMenu/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/EntityTable/EntityTable.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/EntityLabelRenderer.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/HeadCellRenderer.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/EntityTable/cell-renderers/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/InternalDashboardScreen/InternalDashboardScreen.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/InternalDashboardScreen/helpers.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/InternalDashboardScreen/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/LayoutItemContent/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/LayoutItemHeader/LayoutItemHeader.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/LayoutItemHeader/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/LayoutItemView/LayoutItemView.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/LayoutItemView/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/StatsChart.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomAxisTick.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomLegend.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/customized/CustomTooltip.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/customized/styles.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/StatsChart/getStatsChartSettings.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/WorkflowTaskItem/WorkflowTaskItem.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/WorkflowTaskItem/WorkflowTaskObject.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/WorkflowTasksList/WorkflowTasksList.d.ts +0 -0
- /package/types/{components → dashboard/src/components}/index.d.ts +0 -0
- /package/types/{contexts → dashboard/src/contexts}/DashboardViewIdContext/index.d.ts +0 -0
- /package/types/{index.d.ts → dashboard/src/index.d.ts} +0 -0
- /package/types/{services → dashboard/src/services}/entityTypes.d.ts +0 -0
- /package/types/{services → dashboard/src/services}/filters.d.ts +0 -0
- /package/types/{services → dashboard/src/services}/period.d.ts +0 -0
- /package/types/{services → dashboard/src/services}/stats.d.ts +0 -0
- /package/types/{services → dashboard/src/services}/workflowTasks.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/DashboardSavedState.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/DashboardViewWithStatus.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/EntityData.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/PeriodStep.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/StatsData.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/WorkflowTasks.d.ts +0 -0
- /package/types/{types → dashboard/src/types}/index.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/ViewsFactory.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/chartBased/DashboardFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/chartBased/EntitiesByTypeViewFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/chartBased/ProfileStatsFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/custom/CustomActionViewFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/custom/styles.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/ActivitiesViewFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/FilteredEntitiesViewFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/FilteredSavedSearchesFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/NotificationInboxFacet.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/helpers.d.ts +0 -0
- /package/types/{views → dashboard/src/views}/tableBased/styles.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { usePrevious } from './usePrevious';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const usePrevious: <T>(value: T) => T | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useReadableSearchState } from './useReadableSearchState';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useSafePromise } from './useSafePromise';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useSavedSearchesRequest } from './useSavedSearchesRequest';
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { SavedSearchData, SavedSearchesOptions } from '@reltio/mdm-sdk';
|
|
2
|
+
import { RequestStates } from '../../types';
|
|
3
|
+
type RequestsStates = {
|
|
4
|
+
loading: RequestStates;
|
|
5
|
+
creating: RequestStates;
|
|
6
|
+
updating: RequestStates;
|
|
7
|
+
deleting: RequestStates;
|
|
8
|
+
};
|
|
9
|
+
type Props = {
|
|
10
|
+
options?: SavedSearchesOptions;
|
|
11
|
+
defaultRowsPerPage: number;
|
|
12
|
+
queryEstimatorEnabled?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare const useSavedSearchesRequest: ({ options, defaultRowsPerPage, queryEstimatorEnabled }: Props) => {
|
|
15
|
+
states: RequestsStates;
|
|
16
|
+
data: {
|
|
17
|
+
uri: string;
|
|
18
|
+
name: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
query: string;
|
|
21
|
+
isFavorite: boolean;
|
|
22
|
+
uiState: Record<string, any>;
|
|
23
|
+
createDate: number;
|
|
24
|
+
updateDate: number;
|
|
25
|
+
isPublic: boolean;
|
|
26
|
+
count: number;
|
|
27
|
+
owner: string;
|
|
28
|
+
type: import("@reltio/mdm-sdk").SavedSearchType;
|
|
29
|
+
isLoadingTotal?: boolean;
|
|
30
|
+
}[];
|
|
31
|
+
total: number;
|
|
32
|
+
page: number;
|
|
33
|
+
rowsPerPage: number;
|
|
34
|
+
updatePage: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
35
|
+
updateRowsPerPage: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
36
|
+
reload: () => Promise<void>;
|
|
37
|
+
loadTotalForSearchByUri: (uri: string) => Promise<void>;
|
|
38
|
+
createSearch: (savedSearch: Partial<SavedSearchData> & {
|
|
39
|
+
name: string;
|
|
40
|
+
query: string;
|
|
41
|
+
uiState: Record<string, any>;
|
|
42
|
+
}) => Promise<{
|
|
43
|
+
readonly success: true;
|
|
44
|
+
readonly result: SavedSearchData;
|
|
45
|
+
error?: undefined;
|
|
46
|
+
} | {
|
|
47
|
+
readonly success: false;
|
|
48
|
+
readonly error: any;
|
|
49
|
+
readonly result?: undefined;
|
|
50
|
+
}>;
|
|
51
|
+
updateSearch: (savedSearch: SavedSearchData, shouldReloadTotal?: boolean) => Promise<{
|
|
52
|
+
success: boolean;
|
|
53
|
+
result: SavedSearchData;
|
|
54
|
+
error?: undefined;
|
|
55
|
+
} | {
|
|
56
|
+
success: boolean;
|
|
57
|
+
error: any;
|
|
58
|
+
readonly result?: undefined;
|
|
59
|
+
}>;
|
|
60
|
+
deleteSearch: (uri: string) => Promise<{
|
|
61
|
+
success: boolean;
|
|
62
|
+
result: {
|
|
63
|
+
success: true;
|
|
64
|
+
} | {
|
|
65
|
+
success: false;
|
|
66
|
+
error: unknown;
|
|
67
|
+
};
|
|
68
|
+
error?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
success: boolean;
|
|
71
|
+
error: any;
|
|
72
|
+
readonly result?: undefined;
|
|
73
|
+
}>;
|
|
74
|
+
};
|
|
75
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useSavedState } from './useSavedState';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useSnackbar } from './useSnackbar';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SnackbarOrigin } from '@mui/material/Snackbar';
|
|
3
|
+
type SnackbarOptions = {
|
|
4
|
+
anchorOrigin?: SnackbarOrigin;
|
|
5
|
+
showDismiss?: boolean;
|
|
6
|
+
dismissTitle?: string;
|
|
7
|
+
autoHideDuration?: number;
|
|
8
|
+
onDismissClick?: () => void;
|
|
9
|
+
};
|
|
10
|
+
export declare const useSnackbar: ({ anchorOrigin, showDismiss, dismissTitle, autoHideDuration, onDismissClick }?: SnackbarOptions) => {
|
|
11
|
+
SnackbarRenderer: () => React.JSX.Element;
|
|
12
|
+
showSnackbarMessage: (message: any) => void;
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DataTypeDefinition, SearchValue, SortOrder } from '@reltio/mdm-sdk';
|
|
3
|
+
import { useCollapsibleTableRows } from '../hooks/useCollapsibleTableRows';
|
|
4
|
+
import { DraggableAttributes } from '@dnd-kit/core';
|
|
5
|
+
export type Sorting = {
|
|
6
|
+
field: string;
|
|
7
|
+
order: SortOrder;
|
|
8
|
+
};
|
|
9
|
+
export type ColumnFilter = {
|
|
10
|
+
filter: string;
|
|
11
|
+
value?: SearchValue;
|
|
12
|
+
};
|
|
13
|
+
export type ColumnFilterOptions = Array<{
|
|
14
|
+
value: string;
|
|
15
|
+
label: string;
|
|
16
|
+
dataTypeDefinition: DataTypeDefinition;
|
|
17
|
+
}>;
|
|
18
|
+
export type ColumnData = {
|
|
19
|
+
id: string;
|
|
20
|
+
label: string;
|
|
21
|
+
description?: string;
|
|
22
|
+
dataTypeDefinition?: DataTypeDefinition;
|
|
23
|
+
hideable?: boolean;
|
|
24
|
+
autoResize?: boolean;
|
|
25
|
+
initialWidth?: number;
|
|
26
|
+
minWidth?: number;
|
|
27
|
+
sortable?: boolean;
|
|
28
|
+
filterable?: boolean;
|
|
29
|
+
resizable?: boolean;
|
|
30
|
+
nestedPath?: string[];
|
|
31
|
+
headCellRenderer?: React.ElementType;
|
|
32
|
+
rowCellValueRenderer?: React.ElementType;
|
|
33
|
+
draggable?: boolean;
|
|
34
|
+
filterOptions?: ColumnFilterOptions;
|
|
35
|
+
[key: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
export type ColumnSize = {
|
|
38
|
+
id: string;
|
|
39
|
+
size: number;
|
|
40
|
+
manuallyChanged?: boolean;
|
|
41
|
+
};
|
|
42
|
+
export type GroupedColumns<TColumnData = ColumnData> = {
|
|
43
|
+
id: string;
|
|
44
|
+
label: string;
|
|
45
|
+
columns: TColumnData[];
|
|
46
|
+
};
|
|
47
|
+
export type GroupedColumnsData<TColumnData = ColumnData> = GroupedColumns<TColumnData> | TColumnData;
|
|
48
|
+
export type CollapseContext = ReturnType<typeof useCollapsibleTableRows>['collapseContextValue'];
|
|
49
|
+
export type RowId = string | number;
|
|
50
|
+
export type RowValue = {
|
|
51
|
+
rawValue: unknown;
|
|
52
|
+
[key: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
export type ElementsRowsData = Array<RowValue>;
|
|
55
|
+
export type TableRowsData = Array<{
|
|
56
|
+
data: Record<string, {
|
|
57
|
+
height: number;
|
|
58
|
+
indexPath?: Array<number>;
|
|
59
|
+
nestedKey?: string;
|
|
60
|
+
rowSpan?: number;
|
|
61
|
+
values: React.ReactNode;
|
|
62
|
+
}[]>;
|
|
63
|
+
id?: RowId;
|
|
64
|
+
}>;
|
|
65
|
+
type RowCell = {
|
|
66
|
+
values: unknown[];
|
|
67
|
+
rowSpan: number;
|
|
68
|
+
height: number;
|
|
69
|
+
};
|
|
70
|
+
type GetRowCellHeightArg = {
|
|
71
|
+
columnIndex: number;
|
|
72
|
+
columnData: ColumnData;
|
|
73
|
+
rowIndex: number;
|
|
74
|
+
rowValue: RowValue;
|
|
75
|
+
cellIndex: number;
|
|
76
|
+
cell: RowCell;
|
|
77
|
+
};
|
|
78
|
+
export type GetRowCellHeight = ({ columnIndex, columnData, rowIndex, rowValue, cellIndex, cell }: GetRowCellHeightArg) => number;
|
|
79
|
+
export type RenderRowCellProps = {
|
|
80
|
+
columnIndex: number;
|
|
81
|
+
columnData: ColumnData;
|
|
82
|
+
rowIndex: number;
|
|
83
|
+
rowValue: RowValue;
|
|
84
|
+
cellIndex: number;
|
|
85
|
+
cell: RowCell;
|
|
86
|
+
CellValueRenderer: (props: unknown) => React.ReactElement;
|
|
87
|
+
};
|
|
88
|
+
export type RenderRowCell = ({ columnIndex, columnData, rowIndex, rowValue, cellIndex, cell, CellValueRenderer }: RenderRowCellProps) => React.ReactElement;
|
|
89
|
+
export type OnFilter = (event: {
|
|
90
|
+
columnId: string;
|
|
91
|
+
filter: ColumnFilter;
|
|
92
|
+
}) => void;
|
|
93
|
+
export type DraggableProps = DraggableAttributes & {
|
|
94
|
+
ref: (element: HTMLElement | null) => void;
|
|
95
|
+
};
|
|
96
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ChartType, ChartOptions } from '@reltio/mdm-sdk';
|
|
2
|
+
export type ChartData = {
|
|
3
|
+
value: number;
|
|
4
|
+
label: string;
|
|
5
|
+
group: string;
|
|
6
|
+
localizedValue?: string;
|
|
7
|
+
percent?: number;
|
|
8
|
+
};
|
|
9
|
+
export type BaseChartProps = {
|
|
10
|
+
data: ChartData[];
|
|
11
|
+
width: number;
|
|
12
|
+
height: number;
|
|
13
|
+
onItemClick?: (group: string) => void;
|
|
14
|
+
chartType?: ChartType;
|
|
15
|
+
options?: ChartOptions;
|
|
16
|
+
};
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AttributeType, AttributeValue, ConnectionRelationType, Crosswalk, RelationCrosswalk, SearchFilter, SearchOperator } from '@reltio/mdm-sdk';
|
|
3
|
+
import { TextFieldProps } from '@mui/material/TextField';
|
|
4
|
+
import { Layout as LayoutItem } from 'react-grid-layout';
|
|
5
|
+
import { ClearIndicatorProps, ControlProps, DropdownIndicatorProps, GroupHeadingProps, MenuProps, PlaceholderProps, SingleValueProps, ValueContainerProps } from 'react-select';
|
|
6
|
+
export type ReactGridLayoutItem = LayoutItem;
|
|
7
|
+
export type ReltioGridLayoutOptions = {
|
|
8
|
+
cols: number;
|
|
9
|
+
rowHeight: number;
|
|
10
|
+
margin: [number, number];
|
|
11
|
+
};
|
|
12
|
+
export type AttributeOption = {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
attrType: AttributeType;
|
|
16
|
+
chipLabel: string;
|
|
17
|
+
level: number;
|
|
18
|
+
};
|
|
19
|
+
export type QueryBuilderAttributeData = {
|
|
20
|
+
title: string;
|
|
21
|
+
pathToTitle: Array<string>;
|
|
22
|
+
fieldName: string;
|
|
23
|
+
entityTypeUri: string;
|
|
24
|
+
attrType: AttributeType;
|
|
25
|
+
uri: string;
|
|
26
|
+
groupName: string;
|
|
27
|
+
filterOptions: Array<string>;
|
|
28
|
+
};
|
|
29
|
+
export type QueryBuilderAttribute = {
|
|
30
|
+
id: string | number;
|
|
31
|
+
values: Array<unknown>;
|
|
32
|
+
data: QueryBuilderAttributeData;
|
|
33
|
+
filter: string;
|
|
34
|
+
operator: SearchOperator;
|
|
35
|
+
};
|
|
36
|
+
export type FiltersRowData = {
|
|
37
|
+
attribute: AttributeSelectorItem;
|
|
38
|
+
filter: string;
|
|
39
|
+
id: number;
|
|
40
|
+
values: SearchFilter['values'];
|
|
41
|
+
operator?: SearchOperator;
|
|
42
|
+
};
|
|
43
|
+
export type AttributeSelectorItem = {
|
|
44
|
+
attrType?: AttributeType;
|
|
45
|
+
entityTypeUri?: string;
|
|
46
|
+
fieldName: string;
|
|
47
|
+
groupName?: string;
|
|
48
|
+
title: string;
|
|
49
|
+
uri?: string;
|
|
50
|
+
children?: AttributeSelectorItem[];
|
|
51
|
+
pathToTitle?: string[];
|
|
52
|
+
};
|
|
53
|
+
export type AttributeSelectorItemsGroup = {
|
|
54
|
+
id?: string;
|
|
55
|
+
title: string;
|
|
56
|
+
attributes: AttributeSelectorItem[];
|
|
57
|
+
};
|
|
58
|
+
export type AttributesTypesGroup = {
|
|
59
|
+
id?: string;
|
|
60
|
+
title: string;
|
|
61
|
+
attributeTypes: AttributeType[];
|
|
62
|
+
};
|
|
63
|
+
export type AttributeSelectionInfo = {
|
|
64
|
+
index: number;
|
|
65
|
+
checked: boolean;
|
|
66
|
+
attribute: AttributeSelectorItem;
|
|
67
|
+
selectedAttributes: AttributeSelectorItem[];
|
|
68
|
+
};
|
|
69
|
+
export type BasicAttributeSelectorProps = {
|
|
70
|
+
className?: string;
|
|
71
|
+
itemsGroups: AttributeSelectorItemsGroup[];
|
|
72
|
+
value: AttributeSelectorItem;
|
|
73
|
+
onSelect: (selectInfo: AttributeSelectionInfo) => void;
|
|
74
|
+
onRestoreFocus?: () => void;
|
|
75
|
+
onOpenPopup?: () => void;
|
|
76
|
+
getLabel?: (value: AttributeSelectorItem) => string;
|
|
77
|
+
disableRestoreFocus?: boolean;
|
|
78
|
+
disableEnforceFocus?: boolean;
|
|
79
|
+
single?: boolean;
|
|
80
|
+
ungroup?: boolean;
|
|
81
|
+
disabled?: boolean;
|
|
82
|
+
hideCheckBox?: boolean;
|
|
83
|
+
};
|
|
84
|
+
export declare enum RequestStates {
|
|
85
|
+
INIT = "init",
|
|
86
|
+
LOADING = "loading",
|
|
87
|
+
LOADED = "loaded",
|
|
88
|
+
ERROR = "error"
|
|
89
|
+
}
|
|
90
|
+
export type SelectableItem = {
|
|
91
|
+
text?: string;
|
|
92
|
+
disabled?: boolean;
|
|
93
|
+
tooltip?: string;
|
|
94
|
+
id?: string;
|
|
95
|
+
onClick?: (e: any) => void;
|
|
96
|
+
selected?: boolean;
|
|
97
|
+
};
|
|
98
|
+
export type DropDownMenuItem = {
|
|
99
|
+
text?: string;
|
|
100
|
+
disabled?: boolean;
|
|
101
|
+
tooltip?: string;
|
|
102
|
+
id?: string;
|
|
103
|
+
onClick?: (e: any) => void;
|
|
104
|
+
selectable?: boolean;
|
|
105
|
+
selected?: boolean;
|
|
106
|
+
};
|
|
107
|
+
export type PerspectivesSettings = Record<string, PerspectiveSettingItem>;
|
|
108
|
+
export type PerspectiveSettingItem = {
|
|
109
|
+
active?: number;
|
|
110
|
+
width?: number;
|
|
111
|
+
};
|
|
112
|
+
export type RightPanelTab = {
|
|
113
|
+
content?: React.ReactElement;
|
|
114
|
+
title?: React.ReactElement;
|
|
115
|
+
buttonProps?: {
|
|
116
|
+
id: number;
|
|
117
|
+
icon: React.FC;
|
|
118
|
+
tooltipTitle: string;
|
|
119
|
+
showForDisabled?: boolean;
|
|
120
|
+
};
|
|
121
|
+
headerProps?: {
|
|
122
|
+
content: React.ReactElement;
|
|
123
|
+
} | {
|
|
124
|
+
mainTitle: string;
|
|
125
|
+
secondTitle?: string;
|
|
126
|
+
rightContent?: React.ReactElement;
|
|
127
|
+
};
|
|
128
|
+
hidden?: boolean;
|
|
129
|
+
};
|
|
130
|
+
export type AnyAction = {
|
|
131
|
+
type: string;
|
|
132
|
+
[key: string]: any;
|
|
133
|
+
};
|
|
134
|
+
export type AttributesFilterComponentsClasses = {
|
|
135
|
+
attributeSelectorContainer?: string;
|
|
136
|
+
valuesEditorContainer?: string;
|
|
137
|
+
filterSelectorContainer?: string;
|
|
138
|
+
actionsContainer?: string;
|
|
139
|
+
filterPopup?: string;
|
|
140
|
+
triggerButton?: string;
|
|
141
|
+
};
|
|
142
|
+
export declare enum ActionButtonMode {
|
|
143
|
+
iconButton = "iconButton",
|
|
144
|
+
button = "button",
|
|
145
|
+
menuItem = "menuItem"
|
|
146
|
+
}
|
|
147
|
+
export type RelationCrosswalksMap = {
|
|
148
|
+
[attrUri: string]: RelationCrosswalk[];
|
|
149
|
+
};
|
|
150
|
+
export type EntityCrosswalksMap = {
|
|
151
|
+
[attrUri: string]: Crosswalk[];
|
|
152
|
+
};
|
|
153
|
+
export type CrosswalksMap = EntityCrosswalksMap | RelationCrosswalksMap;
|
|
154
|
+
export type ImageSize = {
|
|
155
|
+
imageWidth: number | string;
|
|
156
|
+
imageHeight: number | string;
|
|
157
|
+
};
|
|
158
|
+
export type ImageAttributeSize = ImageSize & {
|
|
159
|
+
imageWidth: number;
|
|
160
|
+
imageHeight: number;
|
|
161
|
+
imageMargin: number;
|
|
162
|
+
};
|
|
163
|
+
export type RelationOption = {
|
|
164
|
+
label: string;
|
|
165
|
+
value: string;
|
|
166
|
+
} & Pick<ConnectionRelationType, 'startObject' | 'endObject'>;
|
|
167
|
+
export type DropDownEntryType<T = string> = {
|
|
168
|
+
label?: string;
|
|
169
|
+
value: T;
|
|
170
|
+
};
|
|
171
|
+
export type DropDownGroupEntryType<T = string> = {
|
|
172
|
+
label?: string;
|
|
173
|
+
values: DropDownEntryType<T>[];
|
|
174
|
+
isGroup?: boolean;
|
|
175
|
+
};
|
|
176
|
+
export type AdditionalControlsRenderer<T extends AttributeValue> = {
|
|
177
|
+
attributeType: AttributeType;
|
|
178
|
+
attributeValue: T;
|
|
179
|
+
};
|
|
180
|
+
export declare enum ImportModes {
|
|
181
|
+
Init = "Init",
|
|
182
|
+
Progress = "Progress",
|
|
183
|
+
Success = "Success",
|
|
184
|
+
Done = "Done"
|
|
185
|
+
}
|
|
186
|
+
export declare enum MatchRuleVariant {
|
|
187
|
+
all = "all",
|
|
188
|
+
simple = "simple",
|
|
189
|
+
excludeNotMatch = "excludeNotMatch"
|
|
190
|
+
}
|
|
191
|
+
export type ReadOnlyAttributeClasses = {
|
|
192
|
+
title?: string;
|
|
193
|
+
content?: string;
|
|
194
|
+
wrapper?: string;
|
|
195
|
+
wrapperWithLines?: string;
|
|
196
|
+
};
|
|
197
|
+
export type ReactSelectMuiSkinProps = {
|
|
198
|
+
classes?: Record<string, string>;
|
|
199
|
+
error?: boolean;
|
|
200
|
+
TextFieldProps?: TextFieldProps;
|
|
201
|
+
innerRef?: React.MutableRefObject<any>;
|
|
202
|
+
inputRef?: React.MutableRefObject<any>;
|
|
203
|
+
menuListFooter?: React.ReactElement;
|
|
204
|
+
};
|
|
205
|
+
export type DropdownIndicatorWithMuiSkinProps<T> = DropdownIndicatorProps & {
|
|
206
|
+
selectProps: DropdownIndicatorProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
207
|
+
innerProps: T;
|
|
208
|
+
};
|
|
209
|
+
export type ClearIndicatorWithMuiSkinProps<T> = ClearIndicatorProps & {
|
|
210
|
+
selectProps: ClearIndicatorProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
211
|
+
innerProps: T;
|
|
212
|
+
};
|
|
213
|
+
export type ControlWithMuiSkinProps<T> = ControlProps & {
|
|
214
|
+
selectProps: ControlProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
215
|
+
innerProps: T;
|
|
216
|
+
};
|
|
217
|
+
export type GroupHeadingWithMuiSkinProps = GroupHeadingProps & {
|
|
218
|
+
selectProps: GroupHeadingProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
219
|
+
};
|
|
220
|
+
export type MenuWithMuiSkinProps<T> = MenuProps & {
|
|
221
|
+
selectProps: MenuProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
222
|
+
innerProps: T;
|
|
223
|
+
};
|
|
224
|
+
export type PlaceholderWithMuiSkinProps<T> = PlaceholderProps & {
|
|
225
|
+
selectProps: PlaceholderProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
226
|
+
innerProps: T;
|
|
227
|
+
};
|
|
228
|
+
export type ValueContainerWithMuiSkinProps = ValueContainerProps & {
|
|
229
|
+
selectProps: ValueContainerProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
230
|
+
};
|
|
231
|
+
export type SingleValueWithMuiSkinProps<T> = SingleValueProps & {
|
|
232
|
+
selectProps: SingleValueProps['selectProps'] & ReactSelectMuiSkinProps;
|
|
233
|
+
innerProps: T;
|
|
234
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BaseProfileViewConfig } from '@reltio/mdm-sdk';
|
|
2
|
+
import { ColumnData, ColumnSize } from './basicTable';
|
|
3
|
+
export type ColumnsSizeById = Record<ColumnSize['id'], ColumnSize['size']>;
|
|
4
|
+
export type TablePreferences = {
|
|
5
|
+
visibleColumns?: ColumnData['id'][];
|
|
6
|
+
columnsSizeById?: ColumnsSizeById;
|
|
7
|
+
};
|
|
8
|
+
export type ProfileTablesPreferences = Record<BaseProfileViewConfig['id'], TablePreferences>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"config" | "button" | "backdrop" | "viewContent" | "noBoxShadow" | "addedChart" | "chartIcon" | "previewChartTitle" | "newChartChip" | "backdropRemoved" | "backdropAdded" | "chartTitle">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"errorContainer" | "errorIcon" | "refreshButton" | "refreshIcon">;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"description" | "items" | "header" | "root" | "closeButton" | "headerTitle">;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"hidden" | "entityLabel" | "taskItem" | "taskInfo" | "titleContainer" | "taskTitle" | "taskDetail" | "taskDetailTitle" | "taskDueDate" | "flag" | "overdue">;
|