@centreon/ui 24.8.6 → 24.8.7
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/package.json +4 -3
- package/src/@types/globals.d.ts +4 -4
- package/src/ActionsList/ActionsList.styles.ts +1 -1
- package/src/ActionsList/index.stories.tsx +1 -1
- package/src/ActionsList/index.tsx +6 -6
- package/src/Button/Icon/index.stories.tsx +1 -1
- package/src/Button/Icon/index.tsx +1 -1
- package/src/Button/Save/StartIcon.tsx +1 -1
- package/src/Checkbox/Checkbox.tsx +2 -2
- package/src/Colors/index.stories.tsx +0 -2
- package/src/Colors/index.tsx +7 -3
- package/src/ContentWithCircularProgress/index.stories.tsx +1 -1
- package/src/Dashboard/Dashboard.styles.ts +111 -111
- package/src/Dashboard/Grid.tsx +2 -2
- package/src/Dashboard/Item.tsx +3 -3
- package/src/Dashboard/Layout.tsx +3 -3
- package/src/Dashboard/index.tsx +9 -9
- package/src/Dialog/Duplicate/index.test.tsx +1 -1
- package/src/Dialog/Duplicate/index.tsx +5 -2
- package/src/Dialog/UnsavedChanges/index.tsx +2 -2
- package/src/Dialog/index.stories.tsx +1 -1
- package/src/Dialog/index.tsx +5 -5
- package/src/FallbackPage/FallbackPage.tsx +4 -4
- package/src/FileDropZone/index.stories.tsx +1 -1
- package/src/FileDropZone/index.tsx +5 -5
- package/src/FileDropZone/useDropzone.test.ts +1 -1
- package/src/FileDropZone/useDropzone.ts +1 -1
- package/src/Form/CollapsibleGroup.tsx +6 -6
- package/src/Form/Form.cypress.spec.tsx +1 -1
- package/src/Form/Form.stories.tsx +3 -3
- package/src/Form/Form.tsx +5 -4
- package/src/Form/FormButtons.tsx +2 -2
- package/src/Form/Inputs/Autocomplete.tsx +3 -3
- package/src/Form/Inputs/Checkbox.tsx +1 -1
- package/src/Form/Inputs/CheckboxGroup.tsx +2 -2
- package/src/Form/Inputs/ConnectedAutocomplete.tsx +1 -1
- package/src/Form/Inputs/FieldsTable/FieldsTable.tsx +15 -15
- package/src/Form/Inputs/FieldsTable/Row.tsx +2 -2
- package/src/Form/Inputs/List/Content.tsx +1 -1
- package/src/Form/Inputs/List/List.tsx +3 -3
- package/src/Form/Inputs/PasswordEndAdornment.tsx +1 -1
- package/src/Form/Inputs/Radio.tsx +3 -3
- package/src/Form/Inputs/Switch.tsx +1 -1
- package/src/Form/Inputs/Text.tsx +4 -4
- package/src/Form/Inputs/index.tsx +81 -72
- package/src/Form/Inputs/models.ts +14 -14
- package/src/Form/storiesData.tsx +26 -30
- package/src/Form/storiesData.tsx-E +481 -0
- package/src/Graph/BarChart/BarChart.stories.tsx +1 -1
- package/src/Graph/BarChart/BarChart.tsx +3 -3
- package/src/Graph/BarChart/BarGroup.tsx +6 -4
- package/src/Graph/BarChart/BarStack.tsx +4 -4
- package/src/Graph/BarChart/ResponsiveBarChart.tsx +10 -10
- package/src/Graph/BarChart/Tooltip/BarChartTooltip.tsx +5 -5
- package/src/Graph/BarChart/useBarStack.ts +2 -2
- package/src/Graph/BarStack/BarStack.cypress.spec.tsx +1 -1
- package/src/Graph/BarStack/BarStack.stories.tsx +1 -1
- package/src/Graph/BarStack/ResponsiveBarStack.tsx +10 -6
- package/src/Graph/BarStack/useResponsiveBarStack.ts +4 -4
- package/src/Graph/Chart/BasicComponents/Lines/RegularLines/index.tsx +1 -1
- package/src/Graph/Chart/BasicComponents/Lines/RegularLines/useRegularLines.ts +1 -1
- package/src/Graph/Chart/BasicComponents/Lines/StackedLines/index.tsx +4 -4
- package/src/Graph/Chart/BasicComponents/Lines/Threshold/ThresholdWithPatternLines.tsx +1 -1
- package/src/Graph/Chart/BasicComponents/Lines/Threshold/index.tsx +1 -1
- package/src/Graph/Chart/BasicComponents/Lines/Threshold/models.ts +1 -1
- package/src/Graph/Chart/BasicComponents/Lines/Threshold/useScaleThreshold.ts +2 -2
- package/src/Graph/Chart/BasicComponents/Lines/index.tsx +7 -7
- package/src/Graph/Chart/BasicComponents/Lines/models.ts +1 -1
- package/src/Graph/Chart/Chart.cypress.spec.tsx +4 -4
- package/src/Graph/Chart/Chart.stories.tsx +6 -6
- package/src/Graph/Chart/Chart.tsx +11 -11
- package/src/Graph/Chart/InteractiveComponents/AnchorPoint/RegularAnchorPoint.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/AnchorPoint/useTickGraph.ts +1 -1
- package/src/Graph/Chart/InteractiveComponents/Annotations/Annotation/Area.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/Annotations/Annotation/Line.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/Annotations/Annotation/index.tsx +3 -3
- package/src/Graph/Chart/InteractiveComponents/Annotations/Area/Downtime.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/Annotations/EventAnnotations.tsx +3 -3
- package/src/Graph/Chart/InteractiveComponents/Annotations/Line/Comments.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/Annotations/annotationsAtoms.ts +4 -4
- package/src/Graph/Chart/InteractiveComponents/Bar.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/GraphValueTooltip/GraphValueTooltip.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/GraphValueTooltip/GraphValueTooltipContent.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/GraphValueTooltip/useGraphValueTooltip.ts +3 -3
- package/src/Graph/Chart/InteractiveComponents/TimeShiftZones/index.tsx +1 -1
- package/src/Graph/Chart/InteractiveComponents/TimeShiftZones/models.ts +2 -2
- package/src/Graph/Chart/InteractiveComponents/Tooltip/useGraphTooltip.ts +1 -1
- package/src/Graph/Chart/InteractiveComponents/index.tsx +7 -7
- package/src/Graph/Chart/Legend/LegendHeader.tsx +2 -2
- package/src/Graph/Chart/Legend/index.tsx +3 -3
- package/src/Graph/Chart/common/index.ts +5 -5
- package/src/Graph/Chart/helpers/index.ts +5 -5
- package/src/Graph/Chart/index.tsx +2 -2
- package/src/Graph/Chart/models.ts +4 -4
- package/src/Graph/Gauge/AnimatedPie.tsx +1 -1
- package/src/Graph/Gauge/Gauge.cypress.spec.tsx +2 -2
- package/src/Graph/Gauge/PieData.tsx +1 -1
- package/src/Graph/Gauge/ResponsiveGauge.tsx +5 -5
- package/src/Graph/Gauge/models.ts +3 -3
- package/src/Graph/HeatMap/HeatMap.cypress.spec.tsx +3 -3
- package/src/Graph/HeatMap/HeatMapData.json +1 -1
- package/src/Graph/HeatMap/ResponsiveHeatMap.tsx +1 -1
- package/src/Graph/PieChart/PieChart.stories.tsx +1 -1
- package/src/Graph/PieChart/ResponsivePie.tsx +7 -3
- package/src/Graph/SingleBar/ResponsiveSingleBar.tsx +8 -8
- package/src/Graph/SingleBar/SingleBar.cypress.spec.tsx +1 -1
- package/src/Graph/SingleBar/SingleBar.tsx +1 -1
- package/src/Graph/Text/Text.cypress.spec.tsx +2 -2
- package/src/Graph/Tree/DescendantNodes.tsx +1 -1
- package/src/Graph/Tree/Links.tsx +5 -5
- package/src/Graph/Tree/StandaloneTree.tsx +1 -1
- package/src/Graph/Tree/Tree.cypress.spec.tsx +2 -2
- package/src/Graph/Tree/Tree.stories.tsx +2 -2
- package/src/Graph/Tree/Tree.tsx +3 -3
- package/src/Graph/Tree/stories/contents.tsx +2 -2
- package/src/Graph/common/Axes/index.tsx +1 -1
- package/src/Graph/common/Axes/models.ts +1 -1
- package/src/Graph/common/Axes/useAxisY.ts +1 -1
- package/src/Graph/common/BaseChart/BaseChart.tsx +1 -1
- package/src/Graph/common/BaseChart/Header/index.tsx +1 -1
- package/src/Graph/common/Thresholds/Thresholds.tsx +2 -2
- package/src/Graph/common/timeSeries/index.test.ts +57 -45
- package/src/Graph/common/timeSeries/index.test.ts-E +622 -0
- package/src/Graph/common/timeSeries/index.ts +30 -30
- package/src/Graph/common/utils.ts +2 -2
- package/src/Graph/mockedData/annotationData.json +318 -320
- package/src/Graph/mockedData/curvesWithSameColor.json +1 -1
- package/src/Graph/mockedData/exclusionPeriodFirstPeriod.json +366 -586
- package/src/Graph/mockedData/exclusionPeriodSecondPeriod.json +370 -586
- package/src/Graph/mockedData/exclusionPeriodThirdPeriod.json +365 -579
- package/src/Graph/mockedData/lastDay.json +1290 -1324
- package/src/Graph/mockedData/lastDayAreaStack.json +3048 -3104
- package/src/Graph/mockedData/lastDayForward.json +1303 -1336
- package/src/Graph/mockedData/lastDayThreshold.json +2318 -2350
- package/src/Graph/mockedData/lastDayWithIncompleteValues.json +7 -41
- package/src/Graph/mockedData/lastDayWithLotOfUnits.json +1618 -1665
- package/src/Graph/mockedData/lastDayWithNullValues.json +7 -41
- package/src/Graph/mockedData/lastMonth.json +1639 -1672
- package/src/Graph/mockedData/lastWeek.json +2167 -2200
- package/src/Graph/mockedData/pingService.json +4 -12
- package/src/Graph/mockedData/pingServiceLinesBars.json +242 -250
- package/src/Graph/mockedData/pingServiceLinesBarsMixed.json +242 -250
- package/src/Graph/mockedData/pingServiceLinesBarsStacked.json +242 -250
- package/src/Graph/mockedData/pingServiceMixedStacked.json +4 -12
- package/src/Graph/mockedData/pingServiceStacked.json +4 -12
- package/src/Graph/mockedData/zoomPreview.json +370 -740
- package/src/Icon/IconAttach/index.tsx +1 -6
- package/src/Image/Image.tsx +75 -75
- package/src/Image/atoms.ts +3 -3
- package/src/Image/index.stories.tsx +1 -1
- package/src/Image/index.test.tsx +53 -53
- package/src/Image/models.ts +3 -3
- package/src/Image/useLoadImage.ts +49 -49
- package/src/InputField/Number/Number.tsx +2 -2
- package/src/InputField/Search/PersistentTooltip.tsx +2 -2
- package/src/InputField/Search/RegexpHelpTooltip.tsx +1 -1
- package/src/InputField/Search/index.stories.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Connected/Multi/index.test.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Connected/Multi/index.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Connected/index.stories.tsx +4 -4
- package/src/InputField/Select/Autocomplete/Connected/index.test.tsx +6 -6
- package/src/InputField/Select/Autocomplete/Connected/index.tsx +12 -12
- package/src/InputField/Select/Autocomplete/Draggable/MultiConnected.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Draggable/SortableList.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Draggable/SortableListContent.tsx +5 -6
- package/src/InputField/Select/Autocomplete/Draggable/index.stories.tsx +6 -6
- package/src/InputField/Select/Autocomplete/Draggable/index.tsx +15 -16
- package/src/InputField/Select/Autocomplete/Multi/index.tsx +1 -1
- package/src/InputField/Select/Autocomplete/Popover/index.tsx +1 -1
- package/src/InputField/Select/Autocomplete/index.stories.tsx +2 -3
- package/src/InputField/Select/Autocomplete/index.tsx +10 -11
- package/src/InputField/Select/IconPopover/index.tsx +3 -3
- package/src/InputField/Select/Option.tsx +1 -1
- package/src/InputField/Select/index.tsx +6 -6
- package/src/InputField/Text/index.stories.tsx +3 -4
- package/src/InputField/Text/index.tsx +3 -3
- package/src/InputField/Text/useAutoSize.ts +62 -62
- package/src/LicenseMessage/index.tsx +1 -1
- package/src/Listing/ActionBar/ColumnMultiSelect.tsx +4 -4
- package/src/Listing/ActionBar/PaginationActions.tsx +1 -1
- package/src/Listing/ActionBar/index.tsx +6 -6
- package/src/Listing/Cell/DataCell.tsx +2 -2
- package/src/Listing/Cell/EllipsisTypography.tsx +0 -2
- package/src/Listing/Cell/index.tsx +7 -8
- package/src/Listing/Checkbox.tsx +1 -1
- package/src/Listing/EmptyResult/EmptyResult.tsx +0 -2
- package/src/Listing/Header/Cell/ListingHeaderCell.styles.ts +1 -1
- package/src/Listing/Header/Cell/ListingHeaderCell.tsx +1 -3
- package/src/Listing/Header/Cell/SelectActionListingHeaderCell.tsx +3 -5
- package/src/Listing/Header/ListingHeader.tsx +6 -7
- package/src/Listing/Header/_internals/DraggableIconButton.tsx +1 -3
- package/src/Listing/Header/_internals/Label.tsx +2 -3
- package/src/Listing/Listing.cypress.spec.tsx +307 -307
- package/src/Listing/Row/Row.tsx +4 -5
- package/src/Listing/Row/SkeletonLoaderRows.tsx +7 -9
- package/src/Listing/index.stories.tsx +1 -1
- package/src/Listing/index.tsx +32 -27
- package/src/Listing/useResizeObserver.ts +1 -1
- package/src/ListingPage/Filter.tsx +15 -18
- package/src/ListingPage/index.tsx +2 -2
- package/src/Logo/CentreonLogo.tsx +2 -2
- package/src/MenuSkeleton/index.tsx +1 -1
- package/src/Module/LicensedModule/LicenseCheck/index.tsx +1 -1
- package/src/Module/index.tsx +3 -3
- package/src/MultiSelectEntries/index.tsx +1 -1
- package/src/MultiSelectEntries/useHover.ts +1 -1
- package/src/Panel/Section/ExpandableSection.tsx +6 -6
- package/src/Panel/Section/index.test.tsx +1 -1
- package/src/Panel/Section/index.tsx +1 -1
- package/src/Panel/index.tsx +15 -13
- package/src/RichTextEditor/ContentEditable.tsx +195 -195
- package/src/RichTextEditor/RichTextEditor.tsx +244 -244
- package/src/RichTextEditor/index.ts +2 -2
- package/src/RichTextEditor/initialEditorState.json +113 -113
- package/src/RichTextEditor/plugins/AutoLinkPlugin/index.tsx +4 -4
- package/src/RichTextEditor/plugins/FloatingLinkEditorPlugin.tsx +10 -10
- package/src/RichTextEditor/plugins/ToolbarPlugin/AlignPicker.tsx +4 -4
- package/src/RichTextEditor/plugins/ToolbarPlugin/BlockButtons.tsx +7 -7
- package/src/RichTextEditor/plugins/ToolbarPlugin/FormatButtons.tsx +124 -124
- package/src/RichTextEditor/plugins/ToolbarPlugin/LinkButton.tsx +5 -5
- package/src/RichTextEditor/plugins/ToolbarPlugin/ListButton.tsx +2 -2
- package/src/RichTextEditor/plugins/ToolbarPlugin/MacrosButton.tsx +4 -4
- package/src/RichTextEditor/plugins/ToolbarPlugin/UndoRedoButtons.tsx +97 -97
- package/src/RichTextEditor/plugins/ToolbarPlugin/index.tsx +62 -62
- package/src/RichTextEditor/translatedLabels.ts +8 -8
- package/src/Snackbar/SnackbarProvider.tsx +3 -4
- package/src/Snackbar/Transition.tsx +5 -6
- package/src/Snackbar/index.tsx +7 -8
- package/src/SortableItems/Item.tsx +3 -3
- package/src/SortableItems/SortableItem.tsx +1 -1
- package/src/SortableItems/index.stories.tsx +5 -6
- package/src/SortableItems/index.tsx +18 -19
- package/src/StatusChip/index.tsx +1 -1
- package/src/StoryBookThemeProvider/index.tsx +35 -36
- package/src/ThemeProvider/index.tsx +8 -10
- package/src/ThemeProvider/palettes.ts +42 -27
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/PickersStartEndDate.tsx +1 -1
- package/src/TimePeriods/CustomTimePeriod/PopoverCustomTimePeriod/index.tsx +1 -1
- package/src/TimePeriods/SelectedTimePeriod.tsx +1 -1
- package/src/TimePeriods/TimePeriods.cypress.spec.tsx +3 -3
- package/src/TimePeriods/TimePeriods.tsx +1 -1
- package/src/TimePeriods/helpers/index.ts +1 -1
- package/src/TimePeriods/index.stories.tsx +1 -1
- package/src/TimePeriods/index.tsx +1 -1
- package/src/TimePeriods/models.ts +2 -2
- package/src/TimePeriods/timePeriodsAtoms.ts +1 -1
- package/src/TimePeriods/useTimePeriod.ts +4 -4
- package/src/TopCounterElements/ResourceSubMenu.tsx +1 -4
- package/src/TopCounterElements/StatusCounter.tsx +2 -2
- package/src/Typography/FluidTypography/index.tsx +46 -46
- package/src/Typography/Subtitle.tsx +2 -2
- package/src/Typography/story.utils.tsx +6 -6
- package/src/WallpaperPage/index.tsx +1 -1
- package/src/Wizard/ActionsBar.test.tsx +1 -1
- package/src/Wizard/ActionsBar.tsx +1 -1
- package/src/Wizard/StepIcon.tsx +1 -1
- package/src/Wizard/Stepper.tsx +2 -2
- package/src/Wizard/WizardContent.tsx +1 -1
- package/src/Wizard/index.stories.tsx +2 -2
- package/src/Wizard/index.test.tsx +3 -3
- package/src/Wizard/index.tsx +2 -2
- package/src/Wizard/models.ts +1 -1
- package/src/api/TestQueryProvider.tsx +24 -24
- package/src/api/buildListingDecoder.ts +1 -1
- package/src/api/buildListingEndpoint/getSearchQueryParameterValue.ts +11 -11
- package/src/api/buildListingEndpoint/index.ts +1 -1
- package/src/api/useFetchQuery/index.test.ts +1 -1
- package/src/api/useFetchQuery/index.ts +8 -8
- package/src/api/useGraphQuery/index.ts +1 -1
- package/src/api/useMutationQuery/index.test.ts +1 -1
- package/src/api/useMutationQuery/index.ts +4 -4
- package/src/api/useRequest/index.test.ts +1 -1
- package/src/api/useRequest/index.ts +3 -3
- package/src/base/tokens/source/$metadata.json +2 -4
- package/src/base/tokens/source/base.json +1 -1
- package/src/base/tokens/themes/base.tokens.json +34 -166
- package/src/base/tokens/themes/ui-dark.tokens.json +34 -166
- package/src/base/tokens/themes/ui-light.tokens.json +34 -166
- package/src/components/Button/Icon/IconButton.tsx +1 -1
- package/src/components/CollapsibleItem/CollapsibleItem.tsx +2 -2
- package/src/components/DataTable/DataListing.tsx +1 -1
- package/src/components/DataTable/DataTable.cypress.spec.tsx +1 -1
- package/src/components/DataTable/DataTable.stories.tsx +4 -1
- package/src/components/DataTable/EmptyState/DataTableEmptyState.tsx +1 -1
- package/src/components/DataTable/index.ts +2 -2
- package/src/components/Form/AccessRights/AccessRights.cypress.spec.tsx +11 -11
- package/src/components/Form/AccessRights/Actions/Actions.tsx +1 -1
- package/src/components/Form/AccessRights/List/Item.tsx +5 -5
- package/src/components/Form/AccessRights/List/List.tsx +4 -4
- package/src/components/Form/AccessRights/ShareInput/ContactSwitch.tsx +2 -2
- package/src/components/Form/AccessRights/ShareInput/ShareInput.styles.ts +1 -1
- package/src/components/Form/AccessRights/ShareInput/ShareInput.tsx +3 -3
- package/src/components/Form/AccessRights/ShareInput/useShareInput.tsx +2 -2
- package/src/components/Form/AccessRights/Stats/Stats.tsx +2 -2
- package/src/components/Form/AccessRights/atoms.ts +1 -1
- package/src/components/Form/AccessRights/storiesData.ts +1 -1
- package/src/components/Form/AccessRights/useAccessRightsChange.ts +1 -1
- package/src/components/Form/Dashboard/DashboardDuplicationForm.tsx +3 -3
- package/src/components/Form/Dashboard/DashboardForm.tsx +5 -5
- package/src/components/Form/Dashboard/GlobalRefreshFieldOption.tsx +4 -4
- package/src/components/Header/PageHeader/PageHeader.tsx +1 -1
- package/src/components/Header/PageHeader/PageHeaderActions.tsx +1 -1
- package/src/components/Header/PageHeader/PageHeaderMain.tsx +1 -1
- package/src/components/Header/PageHeader/PageHeaderMenu.tsx +1 -1
- package/src/components/Header/PageHeader/PageHeaderTitle.tsx +1 -1
- package/src/components/Header/PageHeader/index.ts +2 -2
- package/src/components/Inputs/Switch/Switch.tsx +1 -1
- package/src/components/ItemComposition/ItemComposition.stories.tsx +6 -4
- package/src/components/ItemComposition/index.ts +1 -1
- package/src/components/Layout/PageLayout/PageLayout.stories.tsx +1 -1
- package/src/components/Layout/PageLayout/PageQuickAccess.tsx +12 -13
- package/src/components/Layout/PageLayout/index.ts +2 -2
- package/src/components/List/Item/ListItem.tsx +3 -3
- package/src/components/List/Item/index.ts +2 -2
- package/src/components/List/List.stories.tsx +16 -14
- package/src/components/List/List.tsx +2 -2
- package/src/components/List/index.ts +1 -1
- package/src/components/Menu/Button/MenuButton.tsx +1 -1
- package/src/components/Menu/index.ts +2 -2
- package/src/components/Menu/useMenu.tsx +3 -3
- package/src/components/Modal/ConfirmationModal/ConfirmationModal.cypress.spec.tsx +1 -1
- package/src/components/Modal/ConfirmationModal/ConfirmationModal.stories.tsx +1 -1
- package/src/components/Modal/ConfirmationModal/ConfirmationModal.tsx +1 -1
- package/src/components/Modal/Modal.tsx +1 -1
- package/src/components/Modal/ModalBody.tsx +1 -1
- package/src/components/Modal/ModalHeader.tsx +1 -1
- package/src/components/Modal/index.ts +2 -2
- package/src/components/Tooltip/ConfirmationTooltip/ConfirmationTooltip.tsx +2 -2
- package/src/components/Tooltip/ConfirmationTooltip/TooltipContent.tsx +1 -1
- package/src/components/Tooltip/TextOverflowTooltip/TextOverflowTooltip.tsx +1 -1
- package/src/components/Zoom/Minimap.tsx +1 -1
- package/src/components/Zoom/Zoom.stories.tsx +1 -1
- package/src/components/Zoom/ZoomContent.tsx +3 -3
- package/src/components/Zoom/localPoint.ts +4 -4
- package/src/components/Zoom/useMinimap.ts +1 -1
- package/src/queryParameters/index.ts +1 -1
- package/src/styles/tokens/themes/_ui-dark.tokens.json +34 -166
- package/src/styles/tokens/themes/_ui-light.tokens.json +34 -166
- package/src/utils/index.ts +29 -29
- package/src/utils/resourcesStatusURL.ts +2 -2
- package/src/utils/sanitizedHTML.ts +1 -1
- package/src/utils/useCopyToClipboard.ts +1 -1
- package/src/utils/useDebounce.ts +1 -1
- package/src/utils/useFullscreen/useFullscreen.ts +2 -2
- package/src/utils/useInfiniteScrollListing.ts +129 -129
- package/src/utils/useIntersectionObserver.ts +1 -1
- package/src/utils/useKeyObserver.tsx +1 -1
- package/src/utils/useLicenseExpirationWarning.test.tsx +1 -1
- package/src/utils/useLicenseExpirationWarning.ts +1 -1
- package/src/utils/useLocaleDateTimeFormat/index.test.tsx +3 -3
- package/src/utils/useLocaleDateTimeFormat/index.ts +1 -1
- package/src/utils/useLocaleDateTimeFormat/localeFallback.test.tsx +4 -4
- package/src/utils/useLocaleTimezoneDate/LocaleTimezoneDate.cypress.spec.tsx +2 -2
- package/src/utils/useMemoComponent.ts +1 -1
- package/src/utils/usePluralizedTranslation.ts +2 -2
- package/src/utils/useViewportIntersection.ts +1 -1
|
@@ -1,326 +1,324 @@
|
|
|
1
|
-
|
|
2
1
|
{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
2
|
+
"result": [
|
|
3
|
+
{
|
|
4
|
+
"id": 78662735,
|
|
5
|
+
"type": "comment",
|
|
6
|
+
"date": "2023-06-07T20:07:28+02:00",
|
|
7
|
+
"start_date": null,
|
|
8
|
+
"end_date": null,
|
|
9
|
+
"content": "Shared pool hit ratio = 85.149% (memory used)",
|
|
10
|
+
"contact": "nouha",
|
|
11
|
+
"status": {
|
|
12
|
+
"code": 0,
|
|
13
|
+
"name": "OK",
|
|
14
|
+
"severity_code": 5
|
|
15
|
+
},
|
|
16
|
+
"tries": 1
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 78662642,
|
|
20
|
+
"type": "comment",
|
|
21
|
+
"date": "2023-06-07T19:57:28+02:00",
|
|
22
|
+
"start_date": null,
|
|
23
|
+
"end_date": null,
|
|
24
|
+
"content": "Shared pool hit ratio = 84.908% (memory used)",
|
|
25
|
+
"contact": "nouha",
|
|
26
|
+
"status": {
|
|
27
|
+
"code": 1,
|
|
28
|
+
"name": "WARNING",
|
|
29
|
+
"severity_code": 2
|
|
30
|
+
},
|
|
31
|
+
"tries": 3
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 78662621,
|
|
35
|
+
"type": "comment",
|
|
36
|
+
"date": "2023-06-07T19:56:28+02:00",
|
|
37
|
+
"start_date": null,
|
|
38
|
+
"end_date": null,
|
|
39
|
+
"content": "Shared pool hit ratio = 82.956% (memory used)",
|
|
40
|
+
"contact": "nouha",
|
|
41
|
+
"status": {
|
|
42
|
+
"code": 1,
|
|
43
|
+
"name": "WARNING",
|
|
44
|
+
"severity_code": 2
|
|
45
|
+
},
|
|
46
|
+
"tries": 2
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": 78662612,
|
|
50
|
+
"type": "downtime",
|
|
51
|
+
"date": "2023-06-07T19:55:28+02:00",
|
|
52
|
+
"start_date": null,
|
|
53
|
+
"end_date": null,
|
|
54
|
+
"content": "Shared pool hit ratio = 84.341% (memory used)",
|
|
55
|
+
"contact": "nouha",
|
|
56
|
+
"status": {
|
|
57
|
+
"code": 1,
|
|
58
|
+
"name": "WARNING",
|
|
59
|
+
"severity_code": 2
|
|
60
|
+
},
|
|
61
|
+
"tries": 1
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 78662414,
|
|
65
|
+
"type": "downtime",
|
|
66
|
+
"date": "2023-06-07T19:45:28+02:00",
|
|
67
|
+
"start_date": null,
|
|
68
|
+
"end_date": null,
|
|
69
|
+
"content": "Shared pool hit ratio = 85.217% (memory used)",
|
|
70
|
+
"contact": null,
|
|
71
|
+
"status": {
|
|
72
|
+
"code": 0,
|
|
73
|
+
"name": "OK",
|
|
74
|
+
"severity_code": 5
|
|
75
|
+
},
|
|
76
|
+
"tries": 1
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 78661672,
|
|
80
|
+
"type": "downtime",
|
|
81
|
+
"date": "2023-06-07T19:05:28+02:00",
|
|
82
|
+
"start_date": null,
|
|
83
|
+
"end_date": null,
|
|
84
|
+
"content": "Shared pool hit ratio = 84.467% (memory used)",
|
|
85
|
+
"contact": null,
|
|
86
|
+
"status": {
|
|
87
|
+
"code": 1,
|
|
88
|
+
"name": "WARNING",
|
|
89
|
+
"severity_code": 2
|
|
90
|
+
},
|
|
91
|
+
"tries": 3
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": 78661660,
|
|
95
|
+
"type": "acknowledgement",
|
|
96
|
+
"date": "2023-06-07T19:04:28+02:00",
|
|
97
|
+
"start_date": null,
|
|
98
|
+
"end_date": null,
|
|
99
|
+
"content": "Shared pool hit ratio = 83.731% (memory used)",
|
|
100
|
+
"contact": null,
|
|
101
|
+
"status": {
|
|
102
|
+
"code": 1,
|
|
103
|
+
"name": "WARNING",
|
|
104
|
+
"severity_code": 2
|
|
105
|
+
},
|
|
106
|
+
"tries": 2
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": 78661625,
|
|
110
|
+
"type": "acknowledgement",
|
|
111
|
+
"date": "2023-06-07T19:03:28+02:00",
|
|
112
|
+
"start_date": null,
|
|
113
|
+
"end_date": null,
|
|
114
|
+
"content": "Shared pool hit ratio = 84.825% (memory used)",
|
|
115
|
+
"contact": null,
|
|
116
|
+
"status": {
|
|
117
|
+
"code": 1,
|
|
118
|
+
"name": "WARNING",
|
|
119
|
+
"severity_code": 2
|
|
120
|
+
},
|
|
121
|
+
"tries": 1
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": 78659281,
|
|
125
|
+
"type": "acknowledgement",
|
|
126
|
+
"date": "2023-06-07T17:18:28+02:00",
|
|
127
|
+
"start_date": null,
|
|
128
|
+
"end_date": null,
|
|
129
|
+
"content": "Shared pool hit ratio = 86.132% (memory used)",
|
|
130
|
+
"contact": null,
|
|
131
|
+
"status": {
|
|
132
|
+
"code": 0,
|
|
133
|
+
"name": "OK",
|
|
134
|
+
"severity_code": 5
|
|
135
|
+
},
|
|
136
|
+
"tries": 1
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": 78658829,
|
|
140
|
+
"type": "acknowledgement",
|
|
141
|
+
"date": "2023-06-07T16:58:28+02:00",
|
|
142
|
+
"start_date": null,
|
|
143
|
+
"end_date": null,
|
|
144
|
+
"content": "Shared pool hit ratio = 82.638% (memory used)",
|
|
145
|
+
"contact": null,
|
|
146
|
+
"status": {
|
|
147
|
+
"code": 1,
|
|
148
|
+
"name": "WARNING",
|
|
149
|
+
"severity_code": 2
|
|
150
|
+
},
|
|
151
|
+
"tries": 3
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"id": 78658821,
|
|
155
|
+
"type": "event",
|
|
156
|
+
"date": "2023-06-07T16:57:28+02:00",
|
|
157
|
+
"start_date": null,
|
|
158
|
+
"end_date": null,
|
|
159
|
+
"content": "Shared pool hit ratio = 83.353% (memory used)",
|
|
160
|
+
"contact": null,
|
|
161
|
+
"status": {
|
|
162
|
+
"code": 1,
|
|
163
|
+
"name": "WARNING",
|
|
164
|
+
"severity_code": 2
|
|
165
|
+
},
|
|
166
|
+
"tries": 2
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": 78658804,
|
|
170
|
+
"type": "event",
|
|
171
|
+
"date": "2023-06-07T16:56:28+02:00",
|
|
172
|
+
"start_date": null,
|
|
173
|
+
"end_date": null,
|
|
174
|
+
"content": "Shared pool hit ratio = 84.231% (memory used)",
|
|
175
|
+
"contact": null,
|
|
176
|
+
"status": {
|
|
177
|
+
"code": 1,
|
|
178
|
+
"name": "WARNING",
|
|
179
|
+
"severity_code": 2
|
|
180
|
+
},
|
|
181
|
+
"tries": 1
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"id": 78658665,
|
|
185
|
+
"type": "event",
|
|
186
|
+
"date": "2023-06-07T16:51:28+02:00",
|
|
187
|
+
"start_date": null,
|
|
188
|
+
"end_date": null,
|
|
189
|
+
"content": "Shared pool hit ratio = 85.792% (memory used)",
|
|
190
|
+
"contact": null,
|
|
191
|
+
"status": {
|
|
192
|
+
"code": 0,
|
|
193
|
+
"name": "OK",
|
|
194
|
+
"severity_code": 5
|
|
195
|
+
},
|
|
196
|
+
"tries": 1
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": 78650736,
|
|
200
|
+
"type": "event",
|
|
201
|
+
"date": "2023-06-07T11:06:28+02:00",
|
|
202
|
+
"start_date": null,
|
|
203
|
+
"end_date": null,
|
|
204
|
+
"content": "Shared pool hit ratio = 81.780% (memory used)",
|
|
205
|
+
"contact": null,
|
|
206
|
+
"status": {
|
|
207
|
+
"code": 1,
|
|
208
|
+
"name": "WARNING",
|
|
209
|
+
"severity_code": 2
|
|
210
|
+
},
|
|
211
|
+
"tries": 3
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"id": 78650731,
|
|
215
|
+
"type": "event",
|
|
216
|
+
"date": "2023-06-07T11:05:28+02:00",
|
|
217
|
+
"start_date": null,
|
|
218
|
+
"end_date": null,
|
|
219
|
+
"content": "Shared pool hit ratio = 82.828% (memory used)",
|
|
220
|
+
"contact": null,
|
|
221
|
+
"status": {
|
|
222
|
+
"code": 1,
|
|
223
|
+
"name": "WARNING",
|
|
224
|
+
"severity_code": 2
|
|
225
|
+
},
|
|
226
|
+
"tries": 2
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": 78650689,
|
|
230
|
+
"type": "event",
|
|
231
|
+
"date": "2023-06-07T11:04:28+02:00",
|
|
232
|
+
"start_date": null,
|
|
233
|
+
"end_date": null,
|
|
234
|
+
"content": "Shared pool hit ratio = 84.561% (memory used)",
|
|
235
|
+
"contact": null,
|
|
236
|
+
"status": {
|
|
237
|
+
"code": 1,
|
|
238
|
+
"name": "WARNING",
|
|
239
|
+
"severity_code": 2
|
|
240
|
+
},
|
|
241
|
+
"tries": 1
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"id": 78650260,
|
|
245
|
+
"type": "event",
|
|
246
|
+
"date": "2023-06-07T10:44:28+02:00",
|
|
247
|
+
"start_date": null,
|
|
248
|
+
"end_date": null,
|
|
249
|
+
"content": "Shared pool hit ratio = 85.529% (memory used)",
|
|
250
|
+
"contact": null,
|
|
251
|
+
"status": {
|
|
252
|
+
"code": 0,
|
|
253
|
+
"name": "OK",
|
|
254
|
+
"severity_code": 5
|
|
255
|
+
},
|
|
256
|
+
"tries": 1
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": 78650158,
|
|
260
|
+
"type": "event",
|
|
261
|
+
"date": "2023-06-07T10:39:28+02:00",
|
|
262
|
+
"start_date": null,
|
|
263
|
+
"end_date": null,
|
|
264
|
+
"content": "Shared pool hit ratio = 84.905% (memory used)",
|
|
265
|
+
"contact": null,
|
|
266
|
+
"status": {
|
|
267
|
+
"code": 1,
|
|
268
|
+
"name": "WARNING",
|
|
269
|
+
"severity_code": 2
|
|
270
|
+
},
|
|
271
|
+
"tries": 3
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"id": 78650096,
|
|
275
|
+
"type": "event",
|
|
276
|
+
"date": "2023-06-07T10:38:28+02:00",
|
|
277
|
+
"start_date": null,
|
|
278
|
+
"end_date": null,
|
|
279
|
+
"content": "Shared pool hit ratio = 84.210% (memory used)",
|
|
280
|
+
"contact": null,
|
|
281
|
+
"status": {
|
|
282
|
+
"code": 1,
|
|
283
|
+
"name": "WARNING",
|
|
284
|
+
"severity_code": 2
|
|
285
|
+
},
|
|
286
|
+
"tries": 2
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"id": 78650057,
|
|
290
|
+
"type": "event",
|
|
291
|
+
"date": "2023-06-07T10:37:28+02:00",
|
|
292
|
+
"start_date": null,
|
|
293
|
+
"end_date": null,
|
|
294
|
+
"content": "Shared pool hit ratio = 83.771% (memory used)",
|
|
295
|
+
"contact": null,
|
|
296
|
+
"status": {
|
|
297
|
+
"code": 1,
|
|
298
|
+
"name": "WARNING",
|
|
299
|
+
"severity_code": 2
|
|
300
|
+
},
|
|
301
|
+
"tries": 1
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"meta": {
|
|
305
|
+
"page": 1,
|
|
306
|
+
"limit": 20,
|
|
307
|
+
"search": {
|
|
308
|
+
"$and": [
|
|
274
309
|
{
|
|
275
|
-
|
|
276
|
-
"
|
|
277
|
-
|
|
278
|
-
"start_date": null,
|
|
279
|
-
"end_date": null,
|
|
280
|
-
"content": "Shared pool hit ratio = 84.210% (memory used)",
|
|
281
|
-
"contact": null,
|
|
282
|
-
"status": {
|
|
283
|
-
"code": 1,
|
|
284
|
-
"name": "WARNING",
|
|
285
|
-
"severity_code": 2
|
|
286
|
-
},
|
|
287
|
-
"tries": 2
|
|
310
|
+
"date": {
|
|
311
|
+
"$gt": "2023-06-06T19:27:15.554Z"
|
|
312
|
+
}
|
|
288
313
|
},
|
|
289
314
|
{
|
|
290
|
-
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
"start_date": null,
|
|
294
|
-
"end_date": null,
|
|
295
|
-
"content": "Shared pool hit ratio = 83.771% (memory used)",
|
|
296
|
-
"contact": null,
|
|
297
|
-
"status": {
|
|
298
|
-
"code": 1,
|
|
299
|
-
"name": "WARNING",
|
|
300
|
-
"severity_code": 2
|
|
301
|
-
},
|
|
302
|
-
"tries": 1
|
|
315
|
+
"date": {
|
|
316
|
+
"$lt": "2023-06-07T19:27:15.554Z"
|
|
317
|
+
}
|
|
303
318
|
}
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
"$and": [
|
|
310
|
-
{
|
|
311
|
-
"date": {
|
|
312
|
-
"$gt": "2023-06-06T19:27:15.554Z"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"date": {
|
|
317
|
-
"$lt": "2023-06-07T19:27:15.554Z"
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
]
|
|
321
|
-
},
|
|
322
|
-
"sort_by": {},
|
|
323
|
-
"total": 44
|
|
324
|
-
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
"sort_by": {},
|
|
322
|
+
"total": 44
|
|
323
|
+
}
|
|
325
324
|
}
|
|
326
|
-
|