@centreon/ui 24.4.19 → 24.4.21
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/.storybook/main.js +82 -0
- package/.storybook/preview.tsx +21 -0
- package/README.md +14 -44
- package/jest.config.js +20 -0
- package/package.json +31 -96
- package/{test/setupTests.js → setupTests.js} +1 -1
- package/src/ActionsList/index.stories.tsx +0 -74
- package/src/ActionsList/index.tsx +21 -58
- package/src/Button/Icon/index.tsx +2 -11
- package/src/Button/Save/index.stories.tsx +5 -10
- package/src/Button/Save/index.tsx +1 -1
- package/src/Dialog/Confirm/index.tsx +4 -17
- package/src/Dialog/Duplicate/index.test.tsx +1 -1
- package/src/Dialog/index.tsx +2 -14
- package/src/FallbackPage/FallbackPage.tsx +2 -2
- package/src/FileDropZone/index.tsx +1 -1
- package/src/Form/CollapsibleGroup.tsx +5 -15
- package/src/Form/FormButtons.tsx +4 -2
- package/src/Form/Inputs/Autocomplete.tsx +1 -1
- package/src/Form/Inputs/ConnectedAutocomplete.tsx +1 -3
- package/src/Form/Inputs/Grid.tsx +2 -4
- package/src/Form/Inputs/Radio.tsx +5 -16
- package/src/Form/Inputs/Switch.tsx +1 -1
- package/src/Form/Inputs/Text.tsx +7 -18
- package/src/Form/Inputs/index.tsx +15 -31
- package/src/Form/Inputs/models.ts +4 -20
- package/src/Form/{Form.stories.tsx → index.stories.tsx} +3 -2
- package/src/Form/{Form.tsx → index.tsx} +16 -38
- package/src/Form/storiesData.tsx +3 -50
- package/src/Home.stories.mdx +84 -1
- package/src/Image/Image.tsx +1 -11
- package/src/Image/index.stories.tsx +2 -2
- package/src/Image/index.test.tsx +3 -3
- package/src/InputField/Search/PersistentTooltip.tsx +6 -10
- package/src/InputField/Select/Autocomplete/Connected/Multi/index.test.tsx +22 -4
- package/src/InputField/Select/Autocomplete/Connected/index.stories.tsx +3 -0
- package/src/InputField/Select/Autocomplete/Connected/index.test.tsx +7 -4
- package/src/InputField/Select/Autocomplete/Connected/index.tsx +6 -35
- package/src/InputField/Select/Autocomplete/Draggable/index.stories.tsx +2 -0
- package/src/InputField/Select/Autocomplete/Multi/index.tsx +15 -32
- package/src/InputField/Select/Autocomplete/index.stories.tsx +10 -1
- package/src/InputField/Select/Autocomplete/index.tsx +2 -5
- package/src/InputField/Select/index.tsx +1 -2
- package/src/InputField/Text/index.tsx +9 -19
- package/src/Listing/ActionBar/index.tsx +8 -15
- package/src/Listing/Cell/DataCell.tsx +68 -43
- package/src/Listing/Cell/index.tsx +8 -88
- package/src/Listing/Header/{_internals/PredefinedSelectionList.tsx → PredefinedSelectionList.tsx} +1 -1
- package/src/Listing/Header/{Cell/ListingHeaderCell.tsx → SortableCell/Content.tsx} +83 -18
- package/src/Listing/Header/SortableCell/DraggableIcon.tsx +41 -0
- package/src/Listing/Header/{ListingHeader.tsx → index.tsx} +105 -28
- package/src/Listing/{Row/Row.tsx → Row.tsx} +11 -12
- package/src/Listing/Skeleton.tsx +11 -0
- package/src/Listing/index.stories.tsx +40 -144
- package/src/Listing/index.test.tsx +1 -1
- package/src/Listing/index.tsx +262 -217
- package/src/Listing/models.ts +0 -1
- package/src/Listing/tableAtoms.ts +10 -15
- package/src/Listing/useStyleTable.ts +9 -9
- package/src/ListingPage/index.stories.tsx +8 -21
- package/src/ListingPage/index.tsx +38 -20
- package/src/Logo/CentreonLogo.tsx +2 -2
- package/src/Module/LicensedModule/LicenseCheck/index.stories.tsx +2 -0
- package/src/Panel/Memoized.tsx +1 -1
- package/src/Panel/Section/index.test.tsx +1 -1
- package/src/Panel/Section/index.tsx +1 -1
- package/src/Panel/index.tsx +6 -10
- package/src/PopoverMenu/index.tsx +4 -18
- package/src/RichTextEditor/ContentEditable.tsx +24 -70
- package/src/RichTextEditor/RichTextEditor.tsx +47 -161
- package/src/RichTextEditor/index.stories.tsx +0 -14
- package/src/RichTextEditor/plugins/AutoLinkPlugin/index.tsx +5 -53
- package/src/RichTextEditor/plugins/FloatingLinkEditorPlugin.tsx +16 -54
- package/src/RichTextEditor/plugins/ToolbarPlugin/FormatButtons.tsx +92 -31
- package/src/RichTextEditor/plugins/ToolbarPlugin/UndoRedoButtons.tsx +3 -13
- package/src/RichTextEditor/plugins/ToolbarPlugin/index.tsx +10 -35
- package/src/RichTextEditor/translatedLabels.ts +0 -3
- package/src/Snackbar/index.tsx +4 -14
- package/src/Snackbar/useSnackbar.tsx +1 -5
- package/src/SortableItems/SortableItem.tsx +2 -3
- package/src/ThemeProvider/index.tsx +33 -41
- package/src/ThemeProvider/palettes.ts +201 -422
- package/src/Typography/{Typography.stories.tsx → index.stories.tsx} +5 -5
- package/src/WallpaperPage/index.stories.tsx +1 -1
- package/src/Wizard/ActionsBar.test.tsx +1 -1
- package/src/Wizard/WizardContent.tsx +3 -2
- package/src/Wizard/index.stories.tsx +18 -5
- package/src/Wizard/index.test.tsx +1 -1
- package/src/Wizard/index.tsx +5 -20
- package/src/Wizard/models.ts +0 -7
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-listing-loading-with-no-data-1-snap.png +0 -0
- package/src/api/TestQueryProvider.tsx +1 -2
- package/src/api/buildListingEndpoint/getSearchQueryParameterValue.ts +26 -35
- package/src/api/buildListingEndpoint/index.test.ts +2 -2
- package/src/api/buildListingEndpoint/index.ts +1 -1
- package/src/api/buildListingEndpoint/models.ts +2 -2
- package/src/api/customFetch.ts +3 -22
- package/src/api/useFetchQuery/index.ts +19 -34
- package/src/api/useMutationQuery/index.ts +20 -44
- package/src/api/useRequest/index.ts +6 -9
- package/src/index.ts +21 -30
- package/src/storyshots.test.js +52 -0
- package/{test → src}/testRenderer.tsx +1 -1
- package/src/utils/getNormalizedId.ts +3 -1
- package/src/utils/useCopyToClipboard.ts +3 -2
- package/src/utils/useDebounce.ts +5 -8
- package/src/utils/useDeepCallback.ts +3 -1
- package/src/utils/useDeepMemo.ts +3 -1
- package/src/utils/useIntersectionObserver.ts +5 -5
- package/src/utils/useKeyObserver.tsx +3 -1
- package/src/utils/useLocaleDateTimeFormat/index.test.tsx +1 -1
- package/src/utils/useLocaleDateTimeFormat/index.ts +2 -4
- package/src/utils/useLocaleDateTimeFormat/localeFallback.test.tsx +1 -1
- package/src/utils/useMemoComponent.ts +1 -1
- package/testRunner.js +36 -0
- package/tsconfig.json +29 -0
- package/types/declarations.d.ts +9 -0
- package/public/README.md +0 -39
- package/public/mockServiceWorker.js +0 -303
- package/src/@assets/README.md +0 -5
- package/src/@assets/brand/centreon-logo-one-line-dark.svg +0 -1
- package/src/@assets/brand/centreon-logo-one-line-light.svg +0 -1
- package/src/@assets/icons/downtime.icon.svg +0 -1
- package/src/@types/aria-attributes.d.ts +0 -10
- package/src/@types/data-attributes.d.ts +0 -3
- package/src/@types/globals.d.ts +0 -9
- package/src/@types/vite-env.d.ts +0 -2
- package/src/ActionsList/ActionsList.styles.ts +0 -116
- package/src/ActionsList/models.ts +0 -8
- package/src/Checkbox/Checkbox.tsx +0 -109
- package/src/Checkbox/CheckboxGroup/index.stories.tsx +0 -41
- package/src/Checkbox/CheckboxGroup/index.tsx +0 -75
- package/src/Checkbox/index.stories.tsx +0 -39
- package/src/Checkbox/index.tsx +0 -2
- package/src/Dashboard/Dashboard.styles.ts +0 -108
- package/src/Dashboard/DashboardLayout.stories.tsx +0 -104
- package/src/Dashboard/Grid.tsx +0 -70
- package/src/Dashboard/Item.tsx +0 -100
- package/src/Dashboard/Layout.tsx +0 -79
- package/src/Dashboard/index.tsx +0 -9
- package/src/Dashboard/utils.ts +0 -28
- package/src/Form/Form.styles.ts +0 -11
- package/src/Form/Inputs/Checkbox.tsx +0 -57
- package/src/Form/Inputs/CheckboxGroup.tsx +0 -76
- package/src/Form/index.ts +0 -1
- package/src/Graph/Gauge/AnimatedPie.tsx +0 -102
- package/src/Graph/Gauge/Gauge.stories.tsx +0 -159
- package/src/Graph/Gauge/Gauge.tsx +0 -41
- package/src/Graph/Gauge/PieData.tsx +0 -63
- package/src/Graph/Gauge/ResponsiveGauge.tsx +0 -148
- package/src/Graph/Gauge/Thresholds.tsx +0 -117
- package/src/Graph/Gauge/index.ts +0 -1
- package/src/Graph/Gauge/models.ts +0 -20
- package/src/Graph/HeatMap/HeatMap.stories.tsx +0 -105
- package/src/Graph/HeatMap/HeatMap.styles.tsx +0 -29
- package/src/Graph/HeatMap/HeatMap.tsx +0 -12
- package/src/Graph/HeatMap/HeatMapData.json +0 -137
- package/src/Graph/HeatMap/ResponsiveHeatMap.tsx +0 -98
- package/src/Graph/HeatMap/index.ts +0 -1
- package/src/Graph/HeatMap/model.ts +0 -33
- package/src/Graph/LineChart/BasicComponents/Axes/UnitLabel.tsx +0 -20
- package/src/Graph/LineChart/BasicComponents/Axes/index.tsx +0 -88
- package/src/Graph/LineChart/BasicComponents/Axes/models.ts +0 -26
- package/src/Graph/LineChart/BasicComponents/Axes/useAxisY.ts +0 -100
- package/src/Graph/LineChart/BasicComponents/Grids/index.tsx +0 -20
- package/src/Graph/LineChart/BasicComponents/Lines/RegularLines/index.tsx +0 -99
- package/src/Graph/LineChart/BasicComponents/Lines/RegularLines/useRegularLines.ts +0 -15
- package/src/Graph/LineChart/BasicComponents/Lines/StackedLines/index.tsx +0 -81
- package/src/Graph/LineChart/BasicComponents/Lines/StackedLines/useStackedLines.ts +0 -39
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/BasicThreshold.tsx +0 -53
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/Circle.tsx +0 -43
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/ThresholdWithPatternLines.tsx +0 -78
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/ThresholdWithVariation.tsx +0 -63
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/helpers/index.ts +0 -69
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/index.tsx +0 -142
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/models.ts +0 -105
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/useCoordinateCircle.ts +0 -46
- package/src/Graph/LineChart/BasicComponents/Lines/Threshold/useScaleThreshold.ts +0 -171
- package/src/Graph/LineChart/BasicComponents/Lines/index.tsx +0 -189
- package/src/Graph/LineChart/BasicComponents/Lines/models.ts +0 -45
- package/src/Graph/LineChart/BasicComponents/LoadingProgress.tsx +0 -46
- package/src/Graph/LineChart/BasicComponents/ThresholdLine.tsx +0 -64
- package/src/Graph/LineChart/BasicComponents/Thresholds.tsx +0 -77
- package/src/Graph/LineChart/BasicComponents/useFilterLines.ts +0 -60
- package/src/Graph/LineChart/Header/index.tsx +0 -65
- package/src/Graph/LineChart/Icons/Downtime.tsx +0 -9
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/GuidingLines.tsx +0 -45
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/RegularAnchorPoint.tsx +0 -66
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/StackedAnchorPoint.tsx +0 -76
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/TooltipAnchorPoint.tsx +0 -96
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/index.tsx +0 -20
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/models.ts +0 -62
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/useTickGraph.ts +0 -94
- package/src/Graph/LineChart/InteractiveComponents/AnchorPoint/useTooltipAnchorPoint.ts +0 -107
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Annotation/Area.tsx +0 -114
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Annotation/Line.tsx +0 -103
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Annotation/index.tsx +0 -81
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Area/Downtime.tsx +0 -27
- package/src/Graph/LineChart/InteractiveComponents/Annotations/EventAnnotations.tsx +0 -61
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Line/Acknowledgement.tsx +0 -27
- package/src/Graph/LineChart/InteractiveComponents/Annotations/Line/Comments.tsx +0 -25
- package/src/Graph/LineChart/InteractiveComponents/Annotations/annotationsAtoms.ts +0 -183
- package/src/Graph/LineChart/InteractiveComponents/Annotations/index.tsx +0 -49
- package/src/Graph/LineChart/InteractiveComponents/Annotations/models.ts +0 -25
- package/src/Graph/LineChart/InteractiveComponents/Annotations/useAnnotation.ts +0 -56
- package/src/Graph/LineChart/InteractiveComponents/Bar.tsx +0 -21
- package/src/Graph/LineChart/InteractiveComponents/TimeShiftZones/TimeShiftIcon.tsx +0 -62
- package/src/Graph/LineChart/InteractiveComponents/TimeShiftZones/TimeShiftZone.tsx +0 -74
- package/src/Graph/LineChart/InteractiveComponents/TimeShiftZones/index.tsx +0 -85
- package/src/Graph/LineChart/InteractiveComponents/TimeShiftZones/models.ts +0 -12
- package/src/Graph/LineChart/InteractiveComponents/TimeShiftZones/useTimeShiftZones.ts +0 -72
- package/src/Graph/LineChart/InteractiveComponents/Tooltip/index.tsx +0 -59
- package/src/Graph/LineChart/InteractiveComponents/Tooltip/models.ts +0 -9
- package/src/Graph/LineChart/InteractiveComponents/Tooltip/useGraphTooltip.ts +0 -67
- package/src/Graph/LineChart/InteractiveComponents/ZoomPreview/index.tsx +0 -38
- package/src/Graph/LineChart/InteractiveComponents/ZoomPreview/models.ts +0 -9
- package/src/Graph/LineChart/InteractiveComponents/ZoomPreview/useZoomPreview.ts +0 -107
- package/src/Graph/LineChart/InteractiveComponents/ZoomPreview/zoomPreviewAtoms.ts +0 -3
- package/src/Graph/LineChart/InteractiveComponents/index.tsx +0 -168
- package/src/Graph/LineChart/InteractiveComponents/interactionWithGraphAtoms.ts +0 -52
- package/src/Graph/LineChart/Legend/InteractiveValue.tsx +0 -22
- package/src/Graph/LineChart/Legend/Legend.styles.ts +0 -117
- package/src/Graph/LineChart/Legend/LegendContent.tsx +0 -33
- package/src/Graph/LineChart/Legend/LegendHeader.tsx +0 -93
- package/src/Graph/LineChart/Legend/index.tsx +0 -201
- package/src/Graph/LineChart/Legend/models.ts +0 -16
- package/src/Graph/LineChart/Legend/useInteractiveValues.ts +0 -99
- package/src/Graph/LineChart/Legend/useLegend.ts +0 -104
- package/src/Graph/LineChart/LineChart.styles.ts +0 -45
- package/src/Graph/LineChart/LineChart.tsx +0 -317
- package/src/Graph/LineChart/LoadingSkeleton.tsx +0 -44
- package/src/Graph/LineChart/common/index.ts +0 -35
- package/src/Graph/LineChart/graphAtoms.ts +0 -3
- package/src/Graph/LineChart/helpers/doc.ts +0 -560
- package/src/Graph/LineChart/helpers/index.ts +0 -63
- package/src/Graph/LineChart/index.stories.tsx +0 -478
- package/src/Graph/LineChart/index.tsx +0 -115
- package/src/Graph/LineChart/mockedData/annotationData.json +0 -326
- package/src/Graph/LineChart/mockedData/exclusionPeriodFirstPeriod.json +0 -588
- package/src/Graph/LineChart/mockedData/exclusionPeriodSecondPeriod.json +0 -588
- package/src/Graph/LineChart/mockedData/exclusionPeriodThirdPeriod.json +0 -581
- package/src/Graph/LineChart/mockedData/lastDay.json +0 -1326
- package/src/Graph/LineChart/mockedData/lastDayAreaStack.json +0 -3106
- package/src/Graph/LineChart/mockedData/lastDayForward.json +0 -1338
- package/src/Graph/LineChart/mockedData/lastDayThreshold.json +0 -2352
- package/src/Graph/LineChart/mockedData/lastMonth.json +0 -1674
- package/src/Graph/LineChart/mockedData/lastWeek.json +0 -2202
- package/src/Graph/LineChart/mockedData/zoomPreview.json +0 -742
- package/src/Graph/LineChart/models.ts +0 -146
- package/src/Graph/LineChart/translatedLabels.ts +0 -9
- package/src/Graph/LineChart/useLineChartData.ts +0 -49
- package/src/Graph/LineChart/useLineChartIntersection.ts +0 -36
- package/src/Graph/SingleBar/ResponsiveSingleBar.tsx +0 -197
- package/src/Graph/SingleBar/SingleBar.stories.tsx +0 -204
- package/src/Graph/SingleBar/SingleBar.tsx +0 -25
- package/src/Graph/SingleBar/ThresholdLine.tsx +0 -103
- package/src/Graph/SingleBar/Thresholds.tsx +0 -50
- package/src/Graph/SingleBar/index.ts +0 -1
- package/src/Graph/SingleBar/models.ts +0 -10
- package/src/Graph/Text/Text.stories.tsx +0 -67
- package/src/Graph/Text/Text.styles.ts +0 -17
- package/src/Graph/Text/Text.tsx +0 -91
- package/src/Graph/Text/index.ts +0 -1
- package/src/Graph/common/margins.ts +0 -1
- package/src/Graph/common/models.ts +0 -19
- package/src/Graph/common/timeSeries/index.test.ts +0 -624
- package/src/Graph/common/timeSeries/index.ts +0 -626
- package/src/Graph/common/timeSeries/models.ts +0 -129
- package/src/Graph/common/utils.ts +0 -75
- package/src/Graph/index.ts +0 -5
- package/src/InputField/Select/Autocomplete/Connected/Multi/MultiConnectedAutocompleteField.cypress.spec.tsx +0 -127
- package/src/InputField/Select/Autocomplete/Connected/Multi/utils/index.ts +0 -22
- package/src/Listing/Cell/DataCell.styles.ts +0 -24
- package/src/Listing/EmptyResult/EmptyResult.tsx +0 -13
- package/src/Listing/Header/Cell/ListingHeaderCell.styles.ts +0 -71
- package/src/Listing/Header/Cell/SelectActionListingHeaderCell.styles.ts +0 -26
- package/src/Listing/Header/Cell/SelectActionListingHeaderCell.tsx +0 -70
- package/src/Listing/Header/ListingHeader.styles.ts +0 -16
- package/src/Listing/Header/_internals/DraggableIconButton.tsx +0 -35
- package/src/Listing/Header/index.ts +0 -1
- package/src/Listing/Listing.cypress.spec.tsx +0 -122
- package/src/Listing/Listing.styles.ts +0 -81
- package/src/Listing/ListingDocs.mdx +0 -61
- package/src/Listing/Row/EmptyRow.styles.ts +0 -14
- package/src/Listing/Row/EmptyRow.tsx +0 -30
- package/src/Listing/Row/SkeletonLoaderRows.tsx +0 -23
- package/src/ParentSize/ParentSize.tsx +0 -24
- package/src/ParentSize/index.ts +0 -1
- package/src/RichTextEditor/RichTextEditor.cypress.spec.tsx +0 -408
- package/src/RichTextEditor/plugins/ToolbarPlugin/AlignPicker.tsx +0 -116
- package/src/RichTextEditor/plugins/ToolbarPlugin/BlockButtons.tsx +0 -155
- package/src/RichTextEditor/plugins/ToolbarPlugin/LinkButton.tsx +0 -106
- package/src/RichTextEditor/plugins/ToolbarPlugin/ListButton.tsx +0 -155
- package/src/RichTextEditor/plugins/ToolbarPlugin/MacrosButton.tsx +0 -75
- package/src/RichTextEditor/plugins/ToolbarPlugin/ToolbarPlugin.styles.ts +0 -32
- package/src/TimePeriods/CustomTimePeriod/CompactCustomTimePeriod.styles.ts +0 -51
- package/src/TimePeriods/CustomTimePeriod/CompactCustomTimePeriod.tsx +0 -95
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/ErrorText.tsx +0 -14
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/PickersStartEndDate.tsx +0 -166
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/index.tsx +0 -76
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/models.ts +0 -61
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/usePickersStartEndDate.ts +0 -82
- package/src/TimePeriods/CustomTimePeriod/SimpleCustomTimePeriod.tsx +0 -28
- package/src/TimePeriods/CustomTimePeriod/index.tsx +0 -66
- package/src/TimePeriods/DateTimePickerInput.tsx +0 -49
- package/src/TimePeriods/ResolutionTimePeriod.cypress.spec.tsx +0 -65
- package/src/TimePeriods/SelectedTimePeriod.tsx +0 -102
- package/src/TimePeriods/TimePeriods.cypress.spec.tsx +0 -510
- package/src/TimePeriods/TimePeriods.styles.ts +0 -22
- package/src/TimePeriods/helpers/index.ts +0 -26
- package/src/TimePeriods/index.stories.tsx +0 -113
- package/src/TimePeriods/index.tsx +0 -79
- package/src/TimePeriods/mockedData.ts +0 -12
- package/src/TimePeriods/models.ts +0 -97
- package/src/TimePeriods/timePeriodsAtoms.ts +0 -102
- package/src/TimePeriods/translatedLabels.ts +0 -9
- package/src/TimePeriods/useSortTimePeriods.ts +0 -31
- package/src/TimePeriods/useTimePeriod.ts +0 -49
- package/src/Typography/EllipsisTypography.tsx +0 -18
- package/src/Typography/FluidTypography/index.stories.tsx +0 -63
- package/src/Typography/FluidTypography/index.tsx +0 -51
- package/src/Typography/FluidTypography/useFluidResizeObserver.ts +0 -56
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-dashboard-normal-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-dashboard-with-item-header-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-dashboard-with-many-panels-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-fluid-typography-basic-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-fluid-typography-with-20-px-height-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-fluid-typography-with-200-px-width-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-fluid-typography-with-heading-5-variant-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-fluid-typography-with-long-text-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-listing-as-empty-state-1-snap.png +0 -0
- package/src/__image_snapshots__/storyshots-test-js-image-story-shots-listing-with-editable-and-sortable-columns-1-snap.png +0 -0
- package/src/api/useGraphQuery/index.ts +0 -166
- package/src/api/useGraphQuery/models.ts +0 -15
- package/src/base/tokens/README.md +0 -3
- package/src/base/tokens/source/$metadata.json +0 -5
- package/src/base/tokens/source/base.json +0 -142
- package/src/base/tokens/themes/base.tokens.d.ts +0 -38
- package/src/base/tokens/themes/base.tokens.json +0 -695
- package/src/base/tokens/themes/base.tokens.ts +0 -38
- package/src/base/tokens/themes/ui-dark.tokens.d.ts +0 -38
- package/src/base/tokens/themes/ui-dark.tokens.json +0 -695
- package/src/base/tokens/themes/ui-dark.tokens.ts +0 -38
- package/src/base/tokens/themes/ui-light.tokens.d.ts +0 -38
- package/src/base/tokens/themes/ui-light.tokens.json +0 -695
- package/src/base/tokens/themes/ui-light.tokens.ts +0 -38
- package/src/components/Avatar/Avatar.stories.tsx +0 -23
- package/src/components/Avatar/Avatar.styles.ts +0 -11
- package/src/components/Avatar/Avatar.tsx +0 -32
- package/src/components/Avatar/index.ts +0 -1
- package/src/components/Button/Button.stories.tsx +0 -34
- package/src/components/Button/Button.styles.ts +0 -44
- package/src/components/Button/Button.tsx +0 -78
- package/src/components/Button/Icon/IconButton.stories.tsx +0 -18
- package/src/components/Button/Icon/IconButton.styles.ts +0 -14
- package/src/components/Button/Icon/IconButton.tsx +0 -58
- package/src/components/Button/Icon/index.tsx +0 -1
- package/src/components/Button/index.ts +0 -2
- package/src/components/CollapsibleItem/CollapsibleItem.stories.tsx +0 -25
- package/src/components/CollapsibleItem/CollapsibleItem.tsx +0 -47
- package/src/components/CollapsibleItem/index.ts +0 -1
- package/src/components/CollapsibleItem/useCollapsibleItemStyles.ts +0 -15
- package/src/components/DataTable/DataTable.stories.tsx +0 -51
- package/src/components/DataTable/DataTable.styles.ts +0 -27
- package/src/components/DataTable/DataTable.tsx +0 -35
- package/src/components/DataTable/EmptyState/DataTableEmptyState.stories.tsx +0 -21
- package/src/components/DataTable/EmptyState/DataTableEmptyState.styles.ts +0 -26
- package/src/components/DataTable/EmptyState/DataTableEmptyState.tsx +0 -53
- package/src/components/DataTable/Item/DataTableItem.stories.tsx +0 -25
- package/src/components/DataTable/Item/DataTableItem.styles.ts +0 -33
- package/src/components/DataTable/Item/DataTableItem.tsx +0 -123
- package/src/components/DataTable/Item/DataTableItemSkeleton.tsx +0 -13
- package/src/components/DataTable/index.ts +0 -10
- package/src/components/Form/AccessRights/AccessRights.resource.ts +0 -45
- package/src/components/Form/AccessRights/AccessRightsForm.stories.tsx +0 -59
- package/src/components/Form/AccessRights/AccessRightsForm.styles.ts +0 -21
- package/src/components/Form/AccessRights/AccessRightsForm.tsx +0 -67
- package/src/components/Form/AccessRights/AccessRightsFormActions.tsx +0 -80
- package/src/components/Form/AccessRights/Input/AddAction.tsx +0 -31
- package/src/components/Form/AccessRights/Input/ContactAccessRightInput.stories.tsx +0 -54
- package/src/components/Form/AccessRights/Input/ContactAccessRightInput.tsx +0 -72
- package/src/components/Form/AccessRights/Input/ContactAccessRightsInput.styles.ts +0 -22
- package/src/components/Form/AccessRights/Input/ContactInputField.tsx +0 -105
- package/src/components/Form/AccessRights/Input/RoleInputField.tsx +0 -29
- package/src/components/Form/AccessRights/List/ContactAccessRightsList.stories.tsx +0 -97
- package/src/components/Form/AccessRights/List/ContactAccessRightsList.styles.ts +0 -71
- package/src/components/Form/AccessRights/List/ContactAccessRightsList.tsx +0 -51
- package/src/components/Form/AccessRights/List/ContactAccessRightsListItem.stories.tsx +0 -116
- package/src/components/Form/AccessRights/List/ContactAccessRightsListItem.tsx +0 -118
- package/src/components/Form/AccessRights/List/ContactAccessRightsListItemSkeleton.tsx +0 -26
- package/src/components/Form/AccessRights/List/ContactAccessRightsListSkeleton.tsx +0 -28
- package/src/components/Form/AccessRights/Stats/AccessRightsStats.styles.ts +0 -18
- package/src/components/Form/AccessRights/Stats/AccessRightsStats.tsx +0 -41
- package/src/components/Form/AccessRights/__fixtures__/contactAccessRight.mock.ts +0 -52
- package/src/components/Form/AccessRights/common/GroupLabel.styles.ts +0 -18
- package/src/components/Form/AccessRights/common/GroupLabel.tsx +0 -15
- package/src/components/Form/AccessRights/common/Input.styles.ts +0 -48
- package/src/components/Form/AccessRights/common/RoleInputSelect.styles.ts +0 -11
- package/src/components/Form/AccessRights/common/RoleInputSelect.tsx +0 -57
- package/src/components/Form/AccessRights/index.ts +0 -3
- package/src/components/Form/AccessRights/useAccessRightsForm.test.tsx +0 -531
- package/src/components/Form/AccessRights/useAccessRightsForm.tsx +0 -282
- package/src/components/Form/AccessRights/useAccessRightsForm.utils.ts +0 -41
- package/src/components/Form/Dashboard/Dashboard.resource.ts +0 -9
- package/src/components/Form/Dashboard/DashboardForm.stories.ts +0 -39
- package/src/components/Form/Dashboard/DashboardForm.styles.ts +0 -21
- package/src/components/Form/Dashboard/DashboardForm.tsx +0 -134
- package/src/components/Form/Dashboard/GlobalRefreshFieldOption.tsx +0 -59
- package/src/components/Form/Dashboard/index.ts +0 -2
- package/src/components/Form/Dashboard/translatedLabels.ts +0 -9
- package/src/components/Form/Form.models.ts +0 -1
- package/src/components/Form/Form.resource.ts +0 -1
- package/src/components/Form/Form.styles.ts +0 -17
- package/src/components/Form/FormActions.tsx +0 -57
- package/src/components/Form/index.ts +0 -3
- package/src/components/Header/PageHeader/PageHeader.stories.tsx +0 -97
- package/src/components/Header/PageHeader/PageHeader.styles.ts +0 -126
- package/src/components/Header/PageHeader/PageHeader.tsx +0 -15
- package/src/components/Header/PageHeader/PageHeaderActions.tsx +0 -17
- package/src/components/Header/PageHeader/PageHeaderMain.tsx +0 -15
- package/src/components/Header/PageHeader/PageHeaderMenu.tsx +0 -15
- package/src/components/Header/PageHeader/PageHeaderMessage.tsx +0 -32
- package/src/components/Header/PageHeader/PageHeaderTitle.tsx +0 -47
- package/src/components/Header/PageHeader/index.ts +0 -14
- package/src/components/Header/index.ts +0 -1
- package/src/components/Icon/Icon.styles.ts +0 -0
- package/src/components/Icon/Icon.tsx +0 -2
- package/src/components/Icon/index.ts +0 -0
- package/src/components/Inputs/Switch/Switch.stories.tsx +0 -22
- package/src/components/Inputs/Switch/Switch.styles.ts +0 -13
- package/src/components/Inputs/Switch/Switch.tsx +0 -18
- package/src/components/Inputs/index.ts +0 -1
- package/src/components/ItemComposition/Item.tsx +0 -41
- package/src/components/ItemComposition/ItemComposition.stories.tsx +0 -78
- package/src/components/ItemComposition/ItemComposition.styles.ts +0 -29
- package/src/components/ItemComposition/ItemComposition.tsx +0 -47
- package/src/components/ItemComposition/index.ts +0 -6
- package/src/components/Layout/AreaIndicator.styles.ts +0 -33
- package/src/components/Layout/AreaIndicator.tsx +0 -35
- package/src/components/Layout/PageLayout/PageLayout.stories.tsx +0 -81
- package/src/components/Layout/PageLayout/PageLayout.styles.ts +0 -41
- package/src/components/Layout/PageLayout/PageLayout.tsx +0 -21
- package/src/components/Layout/PageLayout/PageLayoutActions.tsx +0 -24
- package/src/components/Layout/PageLayout/PageLayoutBody.tsx +0 -24
- package/src/components/Layout/PageLayout/PageLayoutHeader.tsx +0 -15
- package/src/components/Layout/PageLayout/index.ts +0 -10
- package/src/components/Layout/index.ts +0 -1
- package/src/components/List/Item/Avatar.tsx +0 -21
- package/src/components/List/Item/AvatarSkeleton.tsx +0 -17
- package/src/components/List/Item/ListItem.stories.tsx +0 -41
- package/src/components/List/Item/ListItem.styles.ts +0 -57
- package/src/components/List/Item/ListItem.tsx +0 -32
- package/src/components/List/Item/Text.tsx +0 -25
- package/src/components/List/Item/TextSkeleton.tsx +0 -22
- package/src/components/List/Item/index.ts +0 -14
- package/src/components/List/List.stories.tsx +0 -70
- package/src/components/List/List.styles.ts +0 -8
- package/src/components/List/List.tsx +0 -19
- package/src/components/List/index.ts +0 -6
- package/src/components/Menu/Button/MenuButton.stories.tsx +0 -16
- package/src/components/Menu/Button/MenuButton.styles.ts +0 -27
- package/src/components/Menu/Button/MenuButton.tsx +0 -67
- package/src/components/Menu/Button/index.ts +0 -1
- package/src/components/Menu/Menu.stories.tsx +0 -71
- package/src/components/Menu/Menu.styles.ts +0 -68
- package/src/components/Menu/Menu.tsx +0 -25
- package/src/components/Menu/MenuDivider.tsx +0 -13
- package/src/components/Menu/MenuItem.tsx +0 -38
- package/src/components/Menu/MenuItems.tsx +0 -36
- package/src/components/Menu/index.ts +0 -12
- package/src/components/Menu/useMenu.tsx +0 -79
- package/src/components/Modal/Modal.stories.tsx +0 -142
- package/src/components/Modal/Modal.styles.ts +0 -90
- package/src/components/Modal/Modal.tsx +0 -79
- package/src/components/Modal/ModalActions.tsx +0 -62
- package/src/components/Modal/ModalBody.tsx +0 -15
- package/src/components/Modal/ModalHeader.tsx +0 -21
- package/src/components/Modal/index.ts +0 -12
- package/src/components/README.md +0 -3
- package/src/components/Tooltip/ConfirmationTooltip/ConfirmationTooltip.stories.tsx +0 -62
- package/src/components/Tooltip/ConfirmationTooltip/ConfirmationTooltip.styles.tsx +0 -22
- package/src/components/Tooltip/ConfirmationTooltip/ConfirmationTooltip.tsx +0 -68
- package/src/components/Tooltip/ConfirmationTooltip/TooltipContent.tsx +0 -31
- package/src/components/Tooltip/ConfirmationTooltip/index.ts +0 -1
- package/src/components/Tooltip/ConfirmationTooltip/models.ts +0 -18
- package/src/components/Tooltip/TextOverflowTooltip/TextOverflowTooltip.stories.tsx +0 -70
- package/src/components/Tooltip/TextOverflowTooltip/TextOverflowTooltip.styles.ts +0 -5
- package/src/components/Tooltip/TextOverflowTooltip/TextOverflowTooltip.tsx +0 -115
- package/src/components/Tooltip/TextOverflowTooltip/index.tsx +0 -1
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -41
- package/src/components/Tooltip/Tooltip.tsx +0 -57
- package/src/components/Tooltip/index.ts +0 -2
- package/src/components/index.ts +0 -13
- package/src/screens/dashboard/DashboardsDetail.stories.tsx +0 -108
- package/src/screens/dashboard/DashboardsOverview.stories.tsx +0 -281
- package/src/styles/tokens/themes/_ui-dark.tokens.json +0 -695
- package/src/styles/tokens/themes/_ui-light.tokens.json +0 -695
- package/src/utils/centreonBaseURL.ts +0 -4
- package/src/utils/docsURL.ts +0 -31
- package/src/utils/index.ts +0 -22
- package/src/utils/panelSize.ts +0 -15
- package/src/utils/sanitizedHTML.ts +0 -18
- package/src/utils/translatedLabel.ts +0 -2
- package/src/utils/useDateTimePickerAdapter.ts +0 -309
- package/src/utils/useInfiniteScrollListing.ts +0 -121
- package/src/utils/useLicenseExpirationWarning.cypress.spec.tsx +0 -137
- package/src/utils/useLicenseExpirationWarning.ts +0 -52
- package/src/utils/useRefreshInterval.ts +0 -39
- package/src/utils/useResizeObserver.ts +0 -6
- package/src/utils/useThresholds.ts +0 -0
- /package/{public/brand → assets}/centreon-logo-one-line-dark.svg +0 -0
- /package/{public/brand → assets}/centreon-logo-one-line-light.svg +0 -0
- /package/{src/@assets/images → assets}/not-authorized-template-background-dark.svg +0 -0
- /package/{src/@assets/images → assets}/not-authorized-template-background-light.svg +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-bold-webfont.ttf +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-bold-webfont.woff +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-bold-webfont.woff2 +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-light-webfont.ttf +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-light-webfont.woff +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-light-webfont.woff2 +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-medium-webfont.ttf +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-medium-webfont.woff +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-medium-webfont.woff2 +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-regular-webfont.ttf +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-regular-webfont.woff +0 -0
- /package/{public/fonts → fonts/fonts-generated}/roboto-regular-webfont.woff2 +0 -0
- /package/src/Listing/Header/{_internals/Label.tsx → Label.tsx} +0 -0
- /package/src/Typography/{story.utils.tsx → index.tsx} +0 -0
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { useMemo } from 'react';
|
|
2
|
-
|
|
3
|
-
import { useAtomValue } from 'jotai';
|
|
4
|
-
import { equals, find, isNil } from 'ramda';
|
|
5
|
-
|
|
6
|
-
import { mousePositionAtom } from '../InteractiveComponents/interactionWithGraphAtoms';
|
|
7
|
-
import {
|
|
8
|
-
formatMetricValue,
|
|
9
|
-
getLineForMetric,
|
|
10
|
-
getMetrics,
|
|
11
|
-
getTimeValue
|
|
12
|
-
} from '../../common/timeSeries';
|
|
13
|
-
import { Line, TimeValue } from '../../common/timeSeries/models';
|
|
14
|
-
|
|
15
|
-
import { FormattedMetricData } from './models';
|
|
16
|
-
|
|
17
|
-
interface InteractiveValues {
|
|
18
|
-
getFormattedValue: (line: Line) => string | null | undefined;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface Props {
|
|
22
|
-
base: number;
|
|
23
|
-
lines: Array<Line>;
|
|
24
|
-
timeSeries: Array<TimeValue>;
|
|
25
|
-
xScale;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
const useInteractiveValues = ({
|
|
29
|
-
timeSeries,
|
|
30
|
-
lines,
|
|
31
|
-
base,
|
|
32
|
-
xScale
|
|
33
|
-
}: Props): InteractiveValues => {
|
|
34
|
-
const mousePosition = useAtomValue(mousePositionAtom);
|
|
35
|
-
|
|
36
|
-
const timeValue = getTimeValue({
|
|
37
|
-
timeSeries,
|
|
38
|
-
x: mousePosition?.[0],
|
|
39
|
-
xScale
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
const graphTimeValue = timeSeries?.find((item) =>
|
|
43
|
-
equals(item.timeTick, timeValue?.timeTick)
|
|
44
|
-
);
|
|
45
|
-
|
|
46
|
-
const getMetricsToDisplay = (): Array<number> => {
|
|
47
|
-
if (isNil(graphTimeValue)) {
|
|
48
|
-
return [];
|
|
49
|
-
}
|
|
50
|
-
const metricsData = getMetrics(graphTimeValue as TimeValue);
|
|
51
|
-
|
|
52
|
-
const metricsToDisplay = metricsData.filter((metric_id) => {
|
|
53
|
-
const line = getLineForMetric({ lines, metric_id: Number(metric_id) });
|
|
54
|
-
|
|
55
|
-
return !isNil(graphTimeValue[metric_id]) && !isNil(line);
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
return metricsToDisplay.map(Number);
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
const metrics = useMemo(() => getMetricsToDisplay(), [graphTimeValue]);
|
|
62
|
-
|
|
63
|
-
const getFormattedMetricData = (
|
|
64
|
-
metric_id: number
|
|
65
|
-
): FormattedMetricData | null => {
|
|
66
|
-
if (isNil(graphTimeValue)) {
|
|
67
|
-
return null;
|
|
68
|
-
}
|
|
69
|
-
const value = graphTimeValue[metric_id] as number;
|
|
70
|
-
|
|
71
|
-
const { color, name, unit } = getLineForMetric({
|
|
72
|
-
lines,
|
|
73
|
-
metric_id
|
|
74
|
-
}) as Line;
|
|
75
|
-
|
|
76
|
-
const formattedValue = formatMetricValue({
|
|
77
|
-
base,
|
|
78
|
-
unit,
|
|
79
|
-
value
|
|
80
|
-
});
|
|
81
|
-
|
|
82
|
-
return {
|
|
83
|
-
color,
|
|
84
|
-
formattedValue,
|
|
85
|
-
name,
|
|
86
|
-
unit
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
const getFormattedValue = (line: Line): string | undefined | null => {
|
|
91
|
-
const metric_id = find(equals(line.metric_id), metrics);
|
|
92
|
-
|
|
93
|
-
return metric_id ? getFormattedMetricData(metric_id)?.formattedValue : null;
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
return { getFormattedValue };
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
export default useInteractiveValues;
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { Dispatch, SetStateAction, useEffect } from 'react';
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
equals,
|
|
5
|
-
find,
|
|
6
|
-
head,
|
|
7
|
-
isEmpty,
|
|
8
|
-
isNil,
|
|
9
|
-
map,
|
|
10
|
-
pipe,
|
|
11
|
-
propEq,
|
|
12
|
-
reject
|
|
13
|
-
} from 'ramda';
|
|
14
|
-
|
|
15
|
-
import { Line } from '../../common/timeSeries/models';
|
|
16
|
-
|
|
17
|
-
interface LegendActions {
|
|
18
|
-
clearHighlight: () => void;
|
|
19
|
-
highlightLine: (metric_id: number) => void;
|
|
20
|
-
selectMetricLine: (metric_id: number) => void;
|
|
21
|
-
toggleMetricLine: (metric_id: number) => void;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface Props {
|
|
25
|
-
lines: Array<Line>;
|
|
26
|
-
setLinesGraph: Dispatch<SetStateAction<Array<Line> | null>>;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
const useLegend = ({ lines, setLinesGraph }: Props): LegendActions => {
|
|
30
|
-
const displayedLines = reject(propEq('display', false), lines);
|
|
31
|
-
const getLineByMetric = (metric_id: number): Line =>
|
|
32
|
-
find(propEq('metric_id', metric_id), lines) as Line;
|
|
33
|
-
|
|
34
|
-
const toggleMetricLine = (metric_id): void => {
|
|
35
|
-
const data = lines.map((line) => ({
|
|
36
|
-
...line,
|
|
37
|
-
display: equals(line.metric_id, metric_id) ? !line.display : line.display
|
|
38
|
-
}));
|
|
39
|
-
|
|
40
|
-
setLinesGraph(data);
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
const highlightLine = (metric_id): void => {
|
|
44
|
-
const data = lines.map((line) => ({
|
|
45
|
-
...line,
|
|
46
|
-
highlight: equals(line.metric_id, metric_id)
|
|
47
|
-
}));
|
|
48
|
-
|
|
49
|
-
setLinesGraph(data);
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const clearHighlight = (): void => {
|
|
53
|
-
setLinesGraph(map((line) => ({ ...line, highlight: undefined }), lines));
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const selectMetricLine = (metric_id: number): void => {
|
|
57
|
-
const metricLine = getLineByMetric(metric_id);
|
|
58
|
-
|
|
59
|
-
const isLineDisplayed = pipe(head, equals(metricLine))(displayedLines);
|
|
60
|
-
const isOnlyLineDisplayed =
|
|
61
|
-
equals(displayedLines.length, 1) && isLineDisplayed;
|
|
62
|
-
|
|
63
|
-
if (isOnlyLineDisplayed || isEmpty(displayedLines)) {
|
|
64
|
-
setLinesGraph(
|
|
65
|
-
map(
|
|
66
|
-
(line) => ({
|
|
67
|
-
...line,
|
|
68
|
-
display: true
|
|
69
|
-
}),
|
|
70
|
-
lines
|
|
71
|
-
)
|
|
72
|
-
);
|
|
73
|
-
|
|
74
|
-
return;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
setLinesGraph(
|
|
78
|
-
map(
|
|
79
|
-
(line) => ({
|
|
80
|
-
...line,
|
|
81
|
-
display: equals(line, metricLine)
|
|
82
|
-
}),
|
|
83
|
-
lines
|
|
84
|
-
)
|
|
85
|
-
);
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
useEffect(() => {
|
|
89
|
-
if (isNil(lines) || isEmpty(lines)) {
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
const newLines = lines.map((line) => ({
|
|
94
|
-
...line,
|
|
95
|
-
display: find(propEq('metric_id', line.metric_id), lines)?.display ?? true
|
|
96
|
-
}));
|
|
97
|
-
|
|
98
|
-
setLinesGraph(newLines);
|
|
99
|
-
}, [lines]);
|
|
100
|
-
|
|
101
|
-
return { clearHighlight, highlightLine, selectMetricLine, toggleMetricLine };
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
export default useLegend;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from 'tss-react/mui';
|
|
2
|
-
|
|
3
|
-
const useStyles = makeStyles()((theme) => ({
|
|
4
|
-
container: {
|
|
5
|
-
'& .visx-axis-bottom': {
|
|
6
|
-
'& .visx-axis-tick': {
|
|
7
|
-
'& .visx-line': {
|
|
8
|
-
stroke: theme.palette.text.primary
|
|
9
|
-
},
|
|
10
|
-
text: {
|
|
11
|
-
fill: theme.palette.text.primary
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
'& .visx-axis-line': {
|
|
16
|
-
stroke: theme.palette.text.primary
|
|
17
|
-
},
|
|
18
|
-
'& .visx-axis-right': {
|
|
19
|
-
'& .visx-axis-tick': {
|
|
20
|
-
'& .visx-line': {
|
|
21
|
-
stroke: theme.palette.text.primary
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
'& .visx-columns': {
|
|
26
|
-
'& .visx-line': {
|
|
27
|
-
stroke: theme.palette.divider
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
'& .visx-rows': {
|
|
31
|
-
'& .visx-line': {
|
|
32
|
-
stroke: theme.palette.divider
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
fill: theme.palette.text.primary,
|
|
36
|
-
position: 'relative'
|
|
37
|
-
},
|
|
38
|
-
header: {
|
|
39
|
-
display: 'grid',
|
|
40
|
-
gridTemplateColumns: '0.4fr 1fr 0.4fr',
|
|
41
|
-
width: '100%'
|
|
42
|
-
}
|
|
43
|
-
}));
|
|
44
|
-
|
|
45
|
-
export { useStyles };
|
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
import { MutableRefObject, useMemo, useRef, useState } from 'react';
|
|
2
|
-
|
|
3
|
-
import { Group, Tooltip } from '@visx/visx';
|
|
4
|
-
import { flatten, gt, isNil, lte, pluck, reduce } from 'ramda';
|
|
5
|
-
|
|
6
|
-
import { ClickAwayListener, Fade, Skeleton, useTheme } from '@mui/material';
|
|
7
|
-
|
|
8
|
-
import { getLeftScale, getRightScale, getXScale } from '../common/timeSeries';
|
|
9
|
-
import { Line } from '../common/timeSeries/models';
|
|
10
|
-
import { Thresholds as ThresholdsModel } from '../common/models';
|
|
11
|
-
|
|
12
|
-
import Axes from './BasicComponents/Axes';
|
|
13
|
-
import Grids from './BasicComponents/Grids';
|
|
14
|
-
import Lines from './BasicComponents/Lines';
|
|
15
|
-
import { canDisplayThreshold } from './BasicComponents/Lines/Threshold/models';
|
|
16
|
-
import LoadingProgress from './BasicComponents/LoadingProgress';
|
|
17
|
-
import useFilterLines from './BasicComponents/useFilterLines';
|
|
18
|
-
import { useStyles } from './LineChart.styles';
|
|
19
|
-
import Header from './Header';
|
|
20
|
-
import InteractionWithGraph from './InteractiveComponents';
|
|
21
|
-
import TooltipAnchorPoint from './InteractiveComponents/AnchorPoint/TooltipAnchorPoint';
|
|
22
|
-
import GraphTooltip from './InteractiveComponents/Tooltip';
|
|
23
|
-
import useGraphTooltip from './InteractiveComponents/Tooltip/useGraphTooltip';
|
|
24
|
-
import Legend from './Legend';
|
|
25
|
-
import { margin } from './common';
|
|
26
|
-
import {
|
|
27
|
-
Data,
|
|
28
|
-
GlobalAreaLines,
|
|
29
|
-
GraphInterval,
|
|
30
|
-
LineChartProps,
|
|
31
|
-
LegendModel
|
|
32
|
-
} from './models';
|
|
33
|
-
import { useIntersection } from './useLineChartIntersection';
|
|
34
|
-
import { CurveType } from './BasicComponents/Lines/models';
|
|
35
|
-
import Thresholds from './BasicComponents/Thresholds';
|
|
36
|
-
import { legendWidth } from './Legend/Legend.styles';
|
|
37
|
-
|
|
38
|
-
const extraMargin = 10;
|
|
39
|
-
|
|
40
|
-
interface Props extends LineChartProps {
|
|
41
|
-
curve: CurveType;
|
|
42
|
-
graphData: Data;
|
|
43
|
-
graphInterval: GraphInterval;
|
|
44
|
-
graphRef: MutableRefObject<HTMLDivElement | null>;
|
|
45
|
-
legend?: LegendModel;
|
|
46
|
-
marginBottom: number;
|
|
47
|
-
shapeLines?: GlobalAreaLines;
|
|
48
|
-
thresholdUnit?: string;
|
|
49
|
-
thresholds?: ThresholdsModel;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
const baseStyles = {
|
|
53
|
-
...Tooltip.defaultStyles,
|
|
54
|
-
textAlign: 'center'
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
const LineChart = ({
|
|
58
|
-
graphData,
|
|
59
|
-
height = 500,
|
|
60
|
-
width,
|
|
61
|
-
shapeLines,
|
|
62
|
-
axis,
|
|
63
|
-
displayAnchor,
|
|
64
|
-
loading,
|
|
65
|
-
zoomPreview,
|
|
66
|
-
graphInterval,
|
|
67
|
-
timeShiftZones,
|
|
68
|
-
annotationEvent,
|
|
69
|
-
tooltip,
|
|
70
|
-
legend,
|
|
71
|
-
graphRef,
|
|
72
|
-
header,
|
|
73
|
-
curve,
|
|
74
|
-
marginBottom,
|
|
75
|
-
thresholds,
|
|
76
|
-
thresholdUnit
|
|
77
|
-
}: Props): JSX.Element => {
|
|
78
|
-
const { classes } = useStyles();
|
|
79
|
-
|
|
80
|
-
const theme = useTheme();
|
|
81
|
-
|
|
82
|
-
const [linesGraph, setLinesGraph] = useState<Array<Line> | null>(null);
|
|
83
|
-
const graphSvgRef = useRef<SVGSVGElement | null>(null);
|
|
84
|
-
|
|
85
|
-
const { isInViewport } = useIntersection({ element: graphRef?.current });
|
|
86
|
-
|
|
87
|
-
const legendRef = useRef<HTMLDivElement | null>(null);
|
|
88
|
-
|
|
89
|
-
const {
|
|
90
|
-
tooltipOpen: thresholdTooltipOpen,
|
|
91
|
-
tooltipLeft: thresholdTooltipLeft,
|
|
92
|
-
tooltipTop: thresholdTooltipTop,
|
|
93
|
-
tooltipData: thresholdTooltipData,
|
|
94
|
-
hideTooltip: hideThresholdTooltip,
|
|
95
|
-
showTooltip: showThresholdTooltip
|
|
96
|
-
} = Tooltip.useTooltip();
|
|
97
|
-
|
|
98
|
-
const graphWidth =
|
|
99
|
-
width > 0 ? width - margin.left - margin.right - extraMargin : 0;
|
|
100
|
-
const graphHeight =
|
|
101
|
-
(height || 0) > 0
|
|
102
|
-
? (height || 0) -
|
|
103
|
-
margin.top -
|
|
104
|
-
margin.bottom -
|
|
105
|
-
marginBottom -
|
|
106
|
-
(legendRef.current?.getBoundingClientRect().height || 0)
|
|
107
|
-
: 0;
|
|
108
|
-
|
|
109
|
-
const { title, timeSeries, baseAxis, lines } = graphData;
|
|
110
|
-
|
|
111
|
-
const thresholdValues = flatten([
|
|
112
|
-
pluck('value', thresholds?.warning || []),
|
|
113
|
-
pluck('value', thresholds?.critical || [])
|
|
114
|
-
]);
|
|
115
|
-
|
|
116
|
-
const { displayedLines, newLines } = useFilterLines({
|
|
117
|
-
displayThreshold: canDisplayThreshold(shapeLines?.areaThresholdLines),
|
|
118
|
-
lines,
|
|
119
|
-
linesGraph,
|
|
120
|
-
setLinesGraph
|
|
121
|
-
});
|
|
122
|
-
|
|
123
|
-
const xScale = useMemo(
|
|
124
|
-
() =>
|
|
125
|
-
getXScale({
|
|
126
|
-
dataTime: timeSeries,
|
|
127
|
-
valueWidth: graphWidth
|
|
128
|
-
}),
|
|
129
|
-
[timeSeries, graphWidth]
|
|
130
|
-
);
|
|
131
|
-
|
|
132
|
-
const leftScale = useMemo(
|
|
133
|
-
() =>
|
|
134
|
-
getLeftScale({
|
|
135
|
-
dataLines: displayedLines,
|
|
136
|
-
dataTimeSeries: timeSeries,
|
|
137
|
-
thresholdUnit,
|
|
138
|
-
thresholds: (thresholds?.enabled && thresholdValues) || [],
|
|
139
|
-
valueGraphHeight: graphHeight - 35
|
|
140
|
-
}),
|
|
141
|
-
[displayedLines, timeSeries, graphHeight, thresholdValues]
|
|
142
|
-
);
|
|
143
|
-
|
|
144
|
-
const rightScale = useMemo(
|
|
145
|
-
() =>
|
|
146
|
-
getRightScale({
|
|
147
|
-
dataLines: displayedLines,
|
|
148
|
-
dataTimeSeries: timeSeries,
|
|
149
|
-
thresholdUnit,
|
|
150
|
-
thresholds: (thresholds?.enabled && thresholdValues) || [],
|
|
151
|
-
valueGraphHeight: graphHeight - 35
|
|
152
|
-
}),
|
|
153
|
-
[timeSeries, displayedLines, graphHeight]
|
|
154
|
-
);
|
|
155
|
-
|
|
156
|
-
const graphTooltipData = useGraphTooltip({
|
|
157
|
-
graphWidth,
|
|
158
|
-
timeSeries,
|
|
159
|
-
xScale
|
|
160
|
-
});
|
|
161
|
-
|
|
162
|
-
const displayLegend = legend?.display ?? true;
|
|
163
|
-
const displayTooltip = !isNil(tooltip?.renderComponent);
|
|
164
|
-
|
|
165
|
-
const legendItemsWidth = reduce(
|
|
166
|
-
(acc) => acc + legendWidth * 8 + 24,
|
|
167
|
-
0,
|
|
168
|
-
displayedLines
|
|
169
|
-
);
|
|
170
|
-
|
|
171
|
-
const shouldDisplayLegendInCompactMode =
|
|
172
|
-
lte(graphWidth, 808) && gt(legendItemsWidth, graphWidth);
|
|
173
|
-
|
|
174
|
-
if (!isInViewport) {
|
|
175
|
-
return (
|
|
176
|
-
<Skeleton
|
|
177
|
-
height={graphSvgRef?.current?.clientHeight ?? graphHeight}
|
|
178
|
-
variant="rectangular"
|
|
179
|
-
width="100%"
|
|
180
|
-
/>
|
|
181
|
-
);
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
return (
|
|
185
|
-
<>
|
|
186
|
-
<Header
|
|
187
|
-
displayTimeTick={displayAnchor?.displayGuidingLines ?? true}
|
|
188
|
-
header={header}
|
|
189
|
-
timeSeries={timeSeries}
|
|
190
|
-
title={title}
|
|
191
|
-
xScale={xScale}
|
|
192
|
-
/>
|
|
193
|
-
<ClickAwayListener onClickAway={graphTooltipData?.hideTooltip}>
|
|
194
|
-
<div className={classes.container}>
|
|
195
|
-
<LoadingProgress
|
|
196
|
-
display={loading}
|
|
197
|
-
height={graphHeight}
|
|
198
|
-
width={width}
|
|
199
|
-
/>
|
|
200
|
-
<svg height={graphHeight + margin.top} ref={graphSvgRef} width="100%">
|
|
201
|
-
<Group.Group left={margin.left + extraMargin / 2} top={margin.top}>
|
|
202
|
-
<Grids
|
|
203
|
-
height={graphHeight - margin.top}
|
|
204
|
-
leftScale={leftScale}
|
|
205
|
-
width={graphWidth}
|
|
206
|
-
xScale={xScale}
|
|
207
|
-
/>
|
|
208
|
-
<Axes
|
|
209
|
-
data={{
|
|
210
|
-
baseAxis,
|
|
211
|
-
lines: displayedLines,
|
|
212
|
-
timeSeries,
|
|
213
|
-
...axis
|
|
214
|
-
}}
|
|
215
|
-
graphInterval={graphInterval}
|
|
216
|
-
height={graphHeight - margin.top}
|
|
217
|
-
leftScale={leftScale}
|
|
218
|
-
rightScale={rightScale}
|
|
219
|
-
width={graphWidth}
|
|
220
|
-
xScale={xScale}
|
|
221
|
-
/>
|
|
222
|
-
|
|
223
|
-
<Lines
|
|
224
|
-
curve={curve}
|
|
225
|
-
displayAnchor={displayAnchor}
|
|
226
|
-
displayedLines={displayedLines}
|
|
227
|
-
graphSvgRef={graphSvgRef}
|
|
228
|
-
height={graphHeight - margin.top}
|
|
229
|
-
leftScale={leftScale}
|
|
230
|
-
rightScale={rightScale}
|
|
231
|
-
timeSeries={timeSeries}
|
|
232
|
-
width={graphWidth}
|
|
233
|
-
xScale={xScale}
|
|
234
|
-
{...shapeLines}
|
|
235
|
-
/>
|
|
236
|
-
|
|
237
|
-
<InteractionWithGraph
|
|
238
|
-
annotationData={{ ...annotationEvent }}
|
|
239
|
-
commonData={{
|
|
240
|
-
graphHeight,
|
|
241
|
-
graphSvgRef,
|
|
242
|
-
graphWidth,
|
|
243
|
-
timeSeries,
|
|
244
|
-
xScale
|
|
245
|
-
}}
|
|
246
|
-
timeShiftZonesData={{
|
|
247
|
-
...timeShiftZones,
|
|
248
|
-
graphInterval,
|
|
249
|
-
loading
|
|
250
|
-
}}
|
|
251
|
-
zoomData={{ ...zoomPreview }}
|
|
252
|
-
/>
|
|
253
|
-
|
|
254
|
-
{thresholds?.enabled && (
|
|
255
|
-
<Thresholds
|
|
256
|
-
displayedLines={displayedLines}
|
|
257
|
-
hideTooltip={hideThresholdTooltip}
|
|
258
|
-
leftScale={leftScale}
|
|
259
|
-
rightScale={rightScale}
|
|
260
|
-
showTooltip={showThresholdTooltip}
|
|
261
|
-
thresholdUnit={thresholdUnit}
|
|
262
|
-
thresholds={thresholds as ThresholdsModel}
|
|
263
|
-
width={graphWidth}
|
|
264
|
-
/>
|
|
265
|
-
)}
|
|
266
|
-
</Group.Group>
|
|
267
|
-
</svg>
|
|
268
|
-
{displayTooltip && (
|
|
269
|
-
<GraphTooltip {...tooltip} {...graphTooltipData} />
|
|
270
|
-
)}
|
|
271
|
-
{(displayAnchor?.displayTooltipsGuidingLines ?? true) && (
|
|
272
|
-
<TooltipAnchorPoint
|
|
273
|
-
baseAxis={baseAxis}
|
|
274
|
-
graphHeight={graphHeight - 35}
|
|
275
|
-
graphWidth={graphWidth}
|
|
276
|
-
leftScale={leftScale}
|
|
277
|
-
lines={displayedLines}
|
|
278
|
-
rightScale={rightScale}
|
|
279
|
-
timeSeries={timeSeries}
|
|
280
|
-
xScale={xScale}
|
|
281
|
-
/>
|
|
282
|
-
)}
|
|
283
|
-
<Fade in={thresholdTooltipOpen}>
|
|
284
|
-
<Tooltip.Tooltip
|
|
285
|
-
left={thresholdTooltipLeft}
|
|
286
|
-
style={{
|
|
287
|
-
...baseStyles,
|
|
288
|
-
backgroundColor: theme.palette.background.paper,
|
|
289
|
-
color: theme.palette.text.primary,
|
|
290
|
-
transform: `translate(${graphWidth / 2}px, -10px)`
|
|
291
|
-
}}
|
|
292
|
-
top={thresholdTooltipTop}
|
|
293
|
-
>
|
|
294
|
-
{thresholdTooltipData}
|
|
295
|
-
</Tooltip.Tooltip>
|
|
296
|
-
</Fade>
|
|
297
|
-
</div>
|
|
298
|
-
</ClickAwayListener>
|
|
299
|
-
{displayLegend && (
|
|
300
|
-
<div ref={legendRef}>
|
|
301
|
-
<Legend
|
|
302
|
-
base={baseAxis}
|
|
303
|
-
displayAnchor={displayAnchor?.displayGuidingLines ?? true}
|
|
304
|
-
lines={newLines}
|
|
305
|
-
renderExtraComponent={legend?.renderExtraComponent}
|
|
306
|
-
setLinesGraph={setLinesGraph}
|
|
307
|
-
shouldDisplayLegendInCompactMode={shouldDisplayLegendInCompactMode}
|
|
308
|
-
timeSeries={timeSeries}
|
|
309
|
-
xScale={xScale}
|
|
310
|
-
/>
|
|
311
|
-
</div>
|
|
312
|
-
)}
|
|
313
|
-
</>
|
|
314
|
-
);
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
export default LineChart;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { makeStyles } from 'tss-react/mui';
|
|
2
|
-
|
|
3
|
-
import { Skeleton } from '@mui/material';
|
|
4
|
-
|
|
5
|
-
interface Props {
|
|
6
|
-
displayTitleSkeleton: boolean;
|
|
7
|
-
graphHeight: number;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const useSkeletonStyles = makeStyles<Props>()(
|
|
11
|
-
(theme, { graphHeight, displayTitleSkeleton }) => ({
|
|
12
|
-
loadingSkeleton: {
|
|
13
|
-
display: 'grid',
|
|
14
|
-
gridGap: theme.spacing(1),
|
|
15
|
-
gridTemplateRows: `${
|
|
16
|
-
displayTitleSkeleton ? '1fr' : ''
|
|
17
|
-
} ${graphHeight}px ${theme.spacing(7)}`,
|
|
18
|
-
height: '100%'
|
|
19
|
-
},
|
|
20
|
-
loadingSkeletonLine: {
|
|
21
|
-
paddingBottom: theme.spacing(1),
|
|
22
|
-
transform: 'none'
|
|
23
|
-
}
|
|
24
|
-
})
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
const LoadingSkeleton = ({
|
|
28
|
-
graphHeight,
|
|
29
|
-
displayTitleSkeleton
|
|
30
|
-
}: Props): JSX.Element => {
|
|
31
|
-
const { classes } = useSkeletonStyles({ displayTitleSkeleton, graphHeight });
|
|
32
|
-
|
|
33
|
-
const skeletonLine = <Skeleton className={classes.loadingSkeletonLine} />;
|
|
34
|
-
|
|
35
|
-
return (
|
|
36
|
-
<div className={classes.loadingSkeleton}>
|
|
37
|
-
{displayTitleSkeleton && skeletonLine}
|
|
38
|
-
{skeletonLine}
|
|
39
|
-
{skeletonLine}
|
|
40
|
-
</div>
|
|
41
|
-
);
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export default LoadingSkeleton;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { alpha } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
const commonTickLabelProps = {
|
|
4
|
-
fontFamily: 'Roboto, sans-serif',
|
|
5
|
-
fontSize: 10,
|
|
6
|
-
textAnchor: 'middle'
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
const margin = { bottom: 30, left: 55, right: 55, top: 30 };
|
|
10
|
-
|
|
11
|
-
interface FillColor {
|
|
12
|
-
areaColor: string;
|
|
13
|
-
transparency: number;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
const getFillColor = ({
|
|
17
|
-
transparency,
|
|
18
|
-
areaColor
|
|
19
|
-
}: FillColor): string | undefined =>
|
|
20
|
-
transparency ? alpha(areaColor, 1 - transparency * 0.01) : undefined;
|
|
21
|
-
|
|
22
|
-
const dateFormat = 'L';
|
|
23
|
-
const timeFormat = 'LT';
|
|
24
|
-
const dateTimeFormat = `${dateFormat} ${timeFormat}`;
|
|
25
|
-
const maxLinesDisplayedLegend = 11;
|
|
26
|
-
|
|
27
|
-
export {
|
|
28
|
-
commonTickLabelProps,
|
|
29
|
-
margin,
|
|
30
|
-
getFillColor,
|
|
31
|
-
dateFormat,
|
|
32
|
-
timeFormat,
|
|
33
|
-
dateTimeFormat,
|
|
34
|
-
maxLinesDisplayedLegend
|
|
35
|
-
};
|