@connectif/ui-components 0.0.1 → 0.0.2
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/dist/components/alert/Alert.d.ts +1 -2
- package/dist/components/avatar/Avatar.d.ts +5 -5
- package/dist/components/avatar/AvatarCard.d.ts +1 -2
- package/dist/components/avatar/AvatarMultiple.d.ts +3 -3
- package/dist/components/button/BadgeToggleButton.d.ts +1 -1
- package/dist/components/button/Button.d.ts +12 -12
- package/dist/components/button/ButtonGroup.d.ts +1 -1
- package/dist/components/button/ButtonWithActions.d.ts +17 -17
- package/dist/components/button/IconButton.d.ts +5 -5
- package/dist/components/button/IconToggleButton.d.ts +5 -5
- package/dist/components/button/MenuButton.d.ts +4 -4
- package/dist/components/button/MenuIconButton.d.ts +12 -12
- package/dist/components/button/ToggleButton.d.ts +1 -1
- package/dist/components/button/ToggleButtonGroup.d.ts +1 -2
- package/dist/components/card/Card.d.ts +1 -1
- package/dist/components/card/CardActions.d.ts +1 -1
- package/dist/components/card/CardChips.d.ts +1 -2
- package/dist/components/card/CardDescription.d.ts +1 -1
- package/dist/components/card/CardImage.d.ts +1 -2
- package/dist/components/card/CardStatus.d.ts +1 -2
- package/dist/components/card/CardTable.d.ts +1 -2
- package/dist/components/card/CardTitle.d.ts +1 -2
- package/dist/components/card/CardTitleWithIcon.d.ts +1 -2
- package/dist/components/chart/BarChart.d.ts +1 -1
- package/dist/components/chart/CategorizedChartProps.d.ts +0 -1
- package/dist/components/chart/DonutChart.d.ts +1 -1
- package/dist/components/chart/DonutChartLegendItem.d.ts +1 -2
- package/dist/components/chart/FunnelChart.d.ts +1 -1
- package/dist/components/chart/IncrementLabel.d.ts +1 -2
- package/dist/components/chart/LineChart.d.ts +1 -2
- package/dist/components/chart/MicroPieChart.d.ts +1 -2
- package/dist/components/chart/RankingChart.d.ts +1 -1
- package/dist/components/chart/RankingChartItem.d.ts +1 -2
- package/dist/components/chart/RankingChartTooltip.d.ts +1 -2
- package/dist/components/chart/WeekChart.d.ts +1 -1
- package/dist/components/chart/WeekChartItem.d.ts +1 -2
- package/dist/components/chart/WeekChartTooltip.d.ts +1 -2
- package/dist/components/chat/Chat.d.ts +1 -1
- package/dist/components/chip/Chip.d.ts +88 -51
- package/dist/components/chip/ChipList.d.ts +1 -1
- package/dist/components/chip/MenuChip.d.ts +4 -4
- package/dist/components/dialog/ConfirmationDialog.d.ts +1 -1
- package/dist/components/dialog/Dialog.d.ts +1 -1
- package/dist/components/divider/Divider.d.ts +1 -2
- package/dist/components/drawer/Drawer.d.ts +1 -2
- package/dist/components/drawer/InputDrawer.d.ts +1 -1
- package/dist/components/formatter/CompactNumberFormatter.d.ts +1 -2
- package/dist/components/formatter/CurrencyFormatter.d.ts +1 -2
- package/dist/components/formatter/DateFormatter.d.ts +1 -2
- package/dist/components/formatter/NumberFormatter.d.ts +1 -2
- package/dist/components/formatter/PercentageFormatter.d.ts +1 -2
- package/dist/components/header/Header.d.ts +1 -1
- package/dist/components/header/HeaderSubtitle.d.ts +1 -1
- package/dist/components/header/HeaderTitle.d.ts +1 -2
- package/dist/components/icon/Icon.d.ts +2 -2
- package/dist/components/icon/StackedIcons.d.ts +1 -1
- package/dist/components/input/Autocomplete.d.ts +5 -1
- package/dist/components/input/CalendarDay.d.ts +1 -1
- package/dist/components/input/CalendarMonth.d.ts +1 -2
- package/dist/components/input/CalendarScrollPicker.d.ts +1 -2
- package/dist/components/input/CategorizedPicker.d.ts +1 -2
- package/dist/components/input/Checkbox.d.ts +1 -2
- package/dist/components/input/CodeEditor.d.ts +7 -1
- package/dist/components/input/CodeEditorPopup.d.ts +1 -1
- package/dist/components/input/DateIntervalPicker.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerInputs.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerList.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerPopover.d.ts +1 -2
- package/dist/components/input/DatePicker.d.ts +7 -7
- package/dist/components/input/DatePickerPopover.d.ts +1 -2
- package/dist/components/input/DatePickerStatic.d.ts +1 -2
- package/dist/components/input/DaysOfWeekPicker.d.ts +1 -2
- package/dist/components/input/DaysOfWeekRow.d.ts +1 -2
- package/dist/components/input/DebouncedTextField.d.ts +1 -1
- package/dist/components/input/InputHelperText.d.ts +3 -3
- package/dist/components/input/InputLabel.d.ts +5 -5
- package/dist/components/input/ItemSelector.d.ts +1 -2
- package/dist/components/input/NumberField.d.ts +11 -11
- package/dist/components/input/PhoneField.d.ts +4 -4
- package/dist/components/input/Select.d.ts +7 -1
- package/dist/components/input/SelectPopover.d.ts +1 -1
- package/dist/components/input/SelectPopoverItem.d.ts +1 -2
- package/dist/components/input/TextEditor.d.ts +1 -1
- package/dist/components/input/TextFieldContainer.d.ts +12 -12
- package/dist/components/input/TimeField.d.ts +1 -2
- package/dist/components/input/TimezoneSelector.d.ts +1 -2
- package/dist/components/input/UploadClickableArea.d.ts +1 -1
- package/dist/components/layout/Box.d.ts +2 -1
- package/dist/components/layout/Collapse.d.ts +1 -2
- package/dist/components/layout/CollapsiblePanel.d.ts +1 -1
- package/dist/components/layout/CollapsiblePanelSwitcher.d.ts +1 -1
- package/dist/components/layout/Container.d.ts +1 -2
- package/dist/components/layout/Grid.d.ts +1 -2
- package/dist/components/layout/LazyLoad.d.ts +1 -2
- package/dist/components/layout/PageScrollContext.d.ts +0 -1
- package/dist/components/layout/PageWithHeader.d.ts +1 -1
- package/dist/components/layout/PageWithNavbar.d.ts +1 -1
- package/dist/components/layout/PageWithSidePanel.d.ts +1 -1
- package/dist/components/layout/PageWithToolBox.d.ts +1 -1
- package/dist/components/layout/PageWithToolbar.d.ts +1 -1
- package/dist/components/layout/Paper.d.ts +1 -2
- package/dist/components/layout/SidePanel.d.ts +1 -1
- package/dist/components/layout/ToolBox.d.ts +1 -1
- package/dist/components/list/BaseListItem.d.ts +1 -1
- package/dist/components/list/List.d.ts +1 -2
- package/dist/components/list/ListItem.d.ts +1 -1
- package/dist/components/list/ListItemButton.d.ts +6 -6
- package/dist/components/list/ListItemText.d.ts +1 -2
- package/dist/components/loader/Loader.d.ts +1 -2
- package/dist/components/navbar/Navbar.d.ts +1 -1
- package/dist/components/navbar/NavbarHeader.d.ts +1 -2
- package/dist/components/overlay/DonutFocusOverlay.d.ts +1 -1
- package/dist/components/pager/Pager.d.ts +1 -2
- package/dist/components/popover/Popover.d.ts +1 -2
- package/dist/components/popover/PopoverActions.d.ts +1 -1
- package/dist/components/progress/CircularProgress.d.ts +1 -2
- package/dist/components/progress/LinearProgress.d.ts +1 -2
- package/dist/components/scrollable/HorizontalScrollable.d.ts +1 -1
- package/dist/components/snackbar/SnackbarProvider.d.ts +1 -2
- package/dist/components/tab/TabButton.d.ts +1 -1
- package/dist/components/tab/TabContent.d.ts +1 -1
- package/dist/components/tab/Tabs.d.ts +1 -1
- package/dist/components/table/NestedTable.d.ts +1 -1
- package/dist/components/table/Table.d.ts +1 -2
- package/dist/components/table/TableBody.d.ts +1 -1
- package/dist/components/table/TableCell.d.ts +1 -2
- package/dist/components/table/TableCellCopy.d.ts +1 -2
- package/dist/components/table/TableDivider.d.ts +1 -2
- package/dist/components/table/TableHead.d.ts +1 -1
- package/dist/components/table/TableRow.d.ts +1 -1
- package/dist/components/table/TableSortLabel.d.ts +1 -2
- package/dist/components/toolbar/Toolbar.d.ts +1 -1
- package/dist/components/toolbar/ToolbarBreadcrumb.d.ts +1 -1
- package/dist/components/tooltip/TextEllipsis.d.ts +1 -1
- package/dist/components/tooltip/TextEllipsisTooltip.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/components/tooltip/TooltipMenu.d.ts +1 -1
- package/dist/components/typography/TextMarker.d.ts +1 -2
- package/dist/components/typography/Typography.d.ts +5 -5
- package/dist/components/widget/Widget.d.ts +1 -1
- package/dist/components/widget/WidgetActions.d.ts +1 -1
- package/dist/components/widget/WidgetLegendItem.d.ts +1 -2
- package/dist/components/widget/WidgetTitle.d.ts +1 -1
- package/dist/components/window/MinimizableWindow.d.ts +7 -7
- package/dist/contexts/IntlContext.d.ts +0 -1
- package/dist/hooks/useFormatters.d.ts +1 -1
- package/dist/hooks/useResizeObserver.d.ts +0 -1
- package/dist/index.js +647 -684
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -7
- package/dist/components/layout/SwipeableViews.d.ts +0 -8
- package/dist/components/progress/DonutProgress.d.ts +0 -45
- package/dist/src/components/alert/Alert.d.ts +0 -33
- package/dist/src/components/alert/Alert.theme.d.ts +0 -2
- package/dist/src/components/alert/AlertTitle.theme.d.ts +0 -2
- package/dist/src/components/alert/index.d.ts +0 -1
- package/dist/src/components/avatar/Avatar.d.ts +0 -91
- package/dist/src/components/avatar/AvatarCard.d.ts +0 -9
- package/dist/src/components/avatar/AvatarMultiple.d.ts +0 -35
- package/dist/src/components/avatar/index.d.ts +0 -3
- package/dist/src/components/button/BadgeToggleButton.d.ts +0 -42
- package/dist/src/components/button/Button.d.ts +0 -175
- package/dist/src/components/button/Button.theme.d.ts +0 -2
- package/dist/src/components/button/ButtonGroup.d.ts +0 -26
- package/dist/src/components/button/ButtonWithActions.d.ts +0 -68
- package/dist/src/components/button/IconButton.d.ts +0 -78
- package/dist/src/components/button/IconButton.theme.d.ts +0 -2
- package/dist/src/components/button/IconToggleButton.d.ts +0 -35
- package/dist/src/components/button/MenuButton.d.ts +0 -56
- package/dist/src/components/button/MenuIconButton.d.ts +0 -77
- package/dist/src/components/button/MenuItem.theme.d.ts +0 -2
- package/dist/src/components/button/ToggleButton.d.ts +0 -28
- package/dist/src/components/button/ToggleButton.theme.d.ts +0 -2
- package/dist/src/components/button/ToggleButtonGroup.d.ts +0 -40
- package/dist/src/components/button/UploadButton.d.ts +0 -25
- package/dist/src/components/button/index.d.ts +0 -11
- package/dist/src/components/card/Card.d.ts +0 -40
- package/dist/src/components/card/CardActions.d.ts +0 -17
- package/dist/src/components/card/CardChips.d.ts +0 -17
- package/dist/src/components/card/CardDescription.d.ts +0 -13
- package/dist/src/components/card/CardImage.d.ts +0 -22
- package/dist/src/components/card/CardStatus.d.ts +0 -23
- package/dist/src/components/card/CardTable.d.ts +0 -22
- package/dist/src/components/card/CardTitle.d.ts +0 -22
- package/dist/src/components/card/CardTitleWithIcon.d.ts +0 -29
- package/dist/src/components/card/EnhancedCard.d.ts +0 -97
- package/dist/src/components/card/EnhancedCardImage.d.ts +0 -43
- package/dist/src/components/card/EnhancedCardRow.d.ts +0 -11
- package/dist/src/components/card/EnhancedCardSubtitle.d.ts +0 -26
- package/dist/src/components/card/EnhancedCardTitle.d.ts +0 -38
- package/dist/src/components/card/index.d.ts +0 -14
- package/dist/src/components/chart/BarChart.d.ts +0 -84
- package/dist/src/components/chart/CategorizedChartProps.d.ts +0 -35
- package/dist/src/components/chart/ChartUtils.d.ts +0 -8
- package/dist/src/components/chart/DonutChart.d.ts +0 -79
- package/dist/src/components/chart/DonutChartLegendItem.d.ts +0 -9
- package/dist/src/components/chart/EchartsConfig.d.ts +0 -1
- package/dist/src/components/chart/FunnelChart.d.ts +0 -84
- package/dist/src/components/chart/IncrementLabel.d.ts +0 -18
- package/dist/src/components/chart/LineChart.d.ts +0 -98
- package/dist/src/components/chart/MicroPieChart.d.ts +0 -18
- package/dist/src/components/chart/RankingChart.d.ts +0 -33
- package/dist/src/components/chart/RankingChartItem.d.ts +0 -7
- package/dist/src/components/chart/RankingChartTooltip.d.ts +0 -15
- package/dist/src/components/chart/WeekChart.d.ts +0 -41
- package/dist/src/components/chart/WeekChartItem.d.ts +0 -5
- package/dist/src/components/chart/WeekChartTooltip.d.ts +0 -19
- package/dist/src/components/chart/index.d.ts +0 -8
- package/dist/src/components/chat/Chat.d.ts +0 -13
- package/dist/src/components/chat/ChatMessage.d.ts +0 -35
- package/dist/src/components/chat/index.d.ts +0 -2
- package/dist/src/components/chip/Chip.d.ts +0 -1002
- package/dist/src/components/chip/ChipList.d.ts +0 -14
- package/dist/src/components/chip/MenuChip.d.ts +0 -56
- package/dist/src/components/chip/index.d.ts +0 -3
- package/dist/src/components/dialog/ConfirmationDialog.d.ts +0 -54
- package/dist/src/components/dialog/Dialog.d.ts +0 -16
- package/dist/src/components/dialog/index.d.ts +0 -2
- package/dist/src/components/divider/Divider.d.ts +0 -18
- package/dist/src/components/divider/index.d.ts +0 -1
- package/dist/src/components/drawer/Drawer.d.ts +0 -9
- package/dist/src/components/drawer/InputDrawer.d.ts +0 -41
- package/dist/src/components/drawer/index.d.ts +0 -2
- package/dist/src/components/formatter/CompactNumberFormatter.d.ts +0 -13
- package/dist/src/components/formatter/CurrencyFormatter.d.ts +0 -21
- package/dist/src/components/formatter/DateFormatter.d.ts +0 -18
- package/dist/src/components/formatter/NumberFormatter.d.ts +0 -17
- package/dist/src/components/formatter/PercentageFormatter.d.ts +0 -17
- package/dist/src/components/formatter/index.d.ts +0 -5
- package/dist/src/components/header/Header.d.ts +0 -33
- package/dist/src/components/header/HeaderSubtitle.d.ts +0 -13
- package/dist/src/components/header/HeaderTitle.d.ts +0 -13
- package/dist/src/components/header/index.d.ts +0 -3
- package/dist/src/components/icon/Icon.d.ts +0 -47
- package/dist/src/components/icon/StackedIcons.d.ts +0 -13
- package/dist/src/components/icon/SvgIcon.theme.d.ts +0 -2
- package/dist/src/components/icon/icons.d.ts +0 -1953
- package/dist/src/components/icon/index.d.ts +0 -1
- package/dist/src/components/image/ImageEditor.d.ts +0 -12
- package/dist/src/components/image/index.d.ts +0 -1
- package/dist/src/components/index.d.ts +0 -35
- package/dist/src/components/info/InfoBox.d.ts +0 -10
- package/dist/src/components/info/index.d.ts +0 -1
- package/dist/src/components/input/Autocomplete.d.ts +0 -118
- package/dist/src/components/input/CalendarDay.d.ts +0 -17
- package/dist/src/components/input/CalendarMonth.d.ts +0 -19
- package/dist/src/components/input/CalendarScrollPicker.d.ts +0 -17
- package/dist/src/components/input/CategorizedPicker.d.ts +0 -22
- package/dist/src/components/input/Checkbox.d.ts +0 -39
- package/dist/src/components/input/CodeEditor.d.ts +0 -29
- package/dist/src/components/input/CodeEditorPopup.d.ts +0 -18
- package/dist/src/components/input/ColorPicker.d.ts +0 -62
- package/dist/src/components/input/DateIntervalPicker.d.ts +0 -84
- package/dist/src/components/input/DateIntervalPickerInputs.d.ts +0 -18
- package/dist/src/components/input/DateIntervalPickerList.d.ts +0 -35
- package/dist/src/components/input/DateIntervalPickerPopover.d.ts +0 -32
- package/dist/src/components/input/DatePicker.d.ts +0 -59
- package/dist/src/components/input/DatePickerPopover.d.ts +0 -10
- package/dist/src/components/input/DatePickerStatic.d.ts +0 -9
- package/dist/src/components/input/DaysOfWeekPicker.d.ts +0 -11
- package/dist/src/components/input/DaysOfWeekRow.d.ts +0 -3
- package/dist/src/components/input/DebouncedTextField.d.ts +0 -18
- package/dist/src/components/input/InputHelperText.d.ts +0 -29
- package/dist/src/components/input/InputLabel.d.ts +0 -47
- package/dist/src/components/input/ItemSelector.d.ts +0 -27
- package/dist/src/components/input/NumberField.d.ts +0 -106
- package/dist/src/components/input/PageSelector.d.ts +0 -30
- package/dist/src/components/input/PhoneField.d.ts +0 -43
- package/dist/src/components/input/Radio.d.ts +0 -49
- package/dist/src/components/input/Select.d.ts +0 -89
- package/dist/src/components/input/SelectPopover.d.ts +0 -107
- package/dist/src/components/input/SelectPopoverItem.d.ts +0 -17
- package/dist/src/components/input/Switch.d.ts +0 -22
- package/dist/src/components/input/Switch.theme.d.ts +0 -2
- package/dist/src/components/input/TextEditor.d.ts +0 -123
- package/dist/src/components/input/TextField.d.ts +0 -156
- package/dist/src/components/input/TextFieldContainer.d.ts +0 -95
- package/dist/src/components/input/TimeField.d.ts +0 -20
- package/dist/src/components/input/TimezoneSelector.d.ts +0 -7
- package/dist/src/components/input/UploadClickableArea.d.ts +0 -14
- package/dist/src/components/input/index.d.ts +0 -26
- package/dist/src/components/layout/Box.d.ts +0 -2
- package/dist/src/components/layout/Collapse.d.ts +0 -5
- package/dist/src/components/layout/CollapsiblePanel.d.ts +0 -48
- package/dist/src/components/layout/CollapsiblePanelSwitcher.d.ts +0 -87
- package/dist/src/components/layout/Container.d.ts +0 -5
- package/dist/src/components/layout/Container.theme.d.ts +0 -2
- package/dist/src/components/layout/Grid.d.ts +0 -8
- package/dist/src/components/layout/LazyLoad.d.ts +0 -5
- package/dist/src/components/layout/PageScrollContext.d.ts +0 -5
- package/dist/src/components/layout/PageWithHeader.d.ts +0 -13
- package/dist/src/components/layout/PageWithNavbar.d.ts +0 -13
- package/dist/src/components/layout/PageWithSidePanel.d.ts +0 -17
- package/dist/src/components/layout/PageWithToolBox.d.ts +0 -17
- package/dist/src/components/layout/PageWithToolbar.d.ts +0 -18
- package/dist/src/components/layout/Paper.d.ts +0 -13
- package/dist/src/components/layout/SidePanel.d.ts +0 -7
- package/dist/src/components/layout/Stack.d.ts +0 -2
- package/dist/src/components/layout/Stepper.d.ts +0 -23
- package/dist/src/components/layout/ToolBox.d.ts +0 -12
- package/dist/src/components/layout/index.d.ts +0 -17
- package/dist/src/components/list/BaseListItem.d.ts +0 -70
- package/dist/src/components/list/List.d.ts +0 -5
- package/dist/src/components/list/ListItem.d.ts +0 -16
- package/dist/src/components/list/ListItemButton.d.ts +0 -42
- package/dist/src/components/list/ListItemText.d.ts +0 -17
- package/dist/src/components/list/index.d.ts +0 -3
- package/dist/src/components/loader/Loader.d.ts +0 -32
- package/dist/src/components/loader/index.d.ts +0 -1
- package/dist/src/components/navbar/Navbar.d.ts +0 -41
- package/dist/src/components/navbar/NavbarButton.d.ts +0 -39
- package/dist/src/components/navbar/NavbarHeader.d.ts +0 -12
- package/dist/src/components/navbar/NavbarLogo.d.ts +0 -16
- package/dist/src/components/navbar/index.d.ts +0 -4
- package/dist/src/components/overlay/DonutFocusOverlay.d.ts +0 -11
- package/dist/src/components/overlay/index.d.ts +0 -1
- package/dist/src/components/pager/Pager.d.ts +0 -31
- package/dist/src/components/pager/index.d.ts +0 -1
- package/dist/src/components/popover/Popover.d.ts +0 -26
- package/dist/src/components/popover/Popover.theme.d.ts +0 -2
- package/dist/src/components/popover/PopoverActions.d.ts +0 -21
- package/dist/src/components/popover/index.d.ts +0 -2
- package/dist/src/components/progress/CircularProgress.d.ts +0 -35
- package/dist/src/components/progress/LinearProgress.d.ts +0 -19
- package/dist/src/components/progress/LinearProgress.theme.d.ts +0 -2
- package/dist/src/components/progress/index.d.ts +0 -2
- package/dist/src/components/scrollable/HorizontalScrollable.d.ts +0 -18
- package/dist/src/components/scrollable/index.d.ts +0 -1
- package/dist/src/components/skeleton/Skeleton.d.ts +0 -8
- package/dist/src/components/skeleton/index.d.ts +0 -1
- package/dist/src/components/snackbar/Snackbar.d.ts +0 -52
- package/dist/src/components/snackbar/SnackbarProvider.d.ts +0 -10
- package/dist/src/components/snackbar/enqueueSnackbar.d.ts +0 -27
- package/dist/src/components/snackbar/index.d.ts +0 -3
- package/dist/src/components/tab/TabButton.d.ts +0 -30
- package/dist/src/components/tab/TabContent.d.ts +0 -7
- package/dist/src/components/tab/Tabs.d.ts +0 -52
- package/dist/src/components/tab/Tabs.theme.d.ts +0 -2
- package/dist/src/components/tab/index.d.ts +0 -3
- package/dist/src/components/table/NestedTable.d.ts +0 -29
- package/dist/src/components/table/Table.d.ts +0 -5
- package/dist/src/components/table/Table.theme.d.ts +0 -2
- package/dist/src/components/table/TableBody.d.ts +0 -4
- package/dist/src/components/table/TableCell.d.ts +0 -20
- package/dist/src/components/table/TableCell.theme.d.ts +0 -2
- package/dist/src/components/table/TableCellCopy.d.ts +0 -10
- package/dist/src/components/table/TableDivider.d.ts +0 -3
- package/dist/src/components/table/TableHead.d.ts +0 -4
- package/dist/src/components/table/TableRow.d.ts +0 -9
- package/dist/src/components/table/TableSortLabel.d.ts +0 -8
- package/dist/src/components/table/index.d.ts +0 -9
- package/dist/src/components/toolbar/Toolbar.d.ts +0 -24
- package/dist/src/components/toolbar/ToolbarBreadcrumb.d.ts +0 -15
- package/dist/src/components/toolbar/ToolbarBreadcrumbButton.d.ts +0 -11
- package/dist/src/components/toolbar/ToolbarTitle.d.ts +0 -27
- package/dist/src/components/toolbar/index.d.ts +0 -4
- package/dist/src/components/tooltip/TextEllipsis.d.ts +0 -18
- package/dist/src/components/tooltip/TextEllipsisTooltip.d.ts +0 -27
- package/dist/src/components/tooltip/Tooltip.d.ts +0 -59
- package/dist/src/components/tooltip/Tooltip.theme.d.ts +0 -2
- package/dist/src/components/tooltip/TooltipMenu.d.ts +0 -35
- package/dist/src/components/tooltip/index.d.ts +0 -4
- package/dist/src/components/transition/Slide.d.ts +0 -3
- package/dist/src/components/transition/index.d.ts +0 -1
- package/dist/src/components/typography/TextMarker.d.ts +0 -32
- package/dist/src/components/typography/Typography.d.ts +0 -39
- package/dist/src/components/typography/index.d.ts +0 -2
- package/dist/src/components/widget/Widget.d.ts +0 -7
- package/dist/src/components/widget/WidgetActions.d.ts +0 -8
- package/dist/src/components/widget/WidgetLegendItem.d.ts +0 -65
- package/dist/src/components/widget/WidgetTitle.d.ts +0 -23
- package/dist/src/components/widget/index.d.ts +0 -4
- package/dist/src/components/window/MinimizableWindow.d.ts +0 -98
- package/dist/src/components/window/index.d.ts +0 -1
- package/dist/src/contexts/IntlContext.d.ts +0 -7
- package/dist/src/contexts/index.d.ts +0 -1
- package/dist/src/hooks/index.d.ts +0 -3
- package/dist/src/hooks/useDebouncedCallback.d.ts +0 -1
- package/dist/src/hooks/useFormatters.d.ts +0 -8
- package/dist/src/hooks/useResizeObserver.d.ts +0 -7
- package/dist/src/i18n/TranslationKey.d.ts +0 -11
- package/dist/src/i18n/en.d.ts +0 -202
- package/dist/src/i18n/es.d.ts +0 -202
- package/dist/src/i18n/fr.d.ts +0 -202
- package/dist/src/i18n/it.d.ts +0 -202
- package/dist/src/i18n/pt.d.ts +0 -202
- package/dist/src/i18n/translate.d.ts +0 -4
- package/dist/src/index.d.ts +0 -6
- package/dist/src/models/ComparisonInterval.d.ts +0 -1
- package/dist/src/models/DateInputFormat.d.ts +0 -4
- package/dist/src/models/DateInterval.d.ts +0 -1
- package/dist/src/models/SimpleDate.d.ts +0 -8
- package/dist/src/propTypes/IncrementLabel.d.ts +0 -15
- package/dist/src/propTypes/index.d.ts +0 -1
- package/dist/src/stories/alert/Alert.stories.d.ts +0 -6
- package/dist/src/stories/avatar/Avatar.stories.d.ts +0 -31
- package/dist/src/stories/avatar/AvatarCard.stories.d.ts +0 -8
- package/dist/src/stories/avatar/AvatarMultiple.stories.d.ts +0 -13
- package/dist/src/stories/button/BadgeToggleButton.stories.d.ts +0 -5
- package/dist/src/stories/button/Button.stories.d.ts +0 -33
- package/dist/src/stories/button/ButtonGroup.stories.d.ts +0 -6
- package/dist/src/stories/button/ButtonWithActions.stories.d.ts +0 -45
- package/dist/src/stories/button/IconButton.stories.d.ts +0 -17
- package/dist/src/stories/button/IconToggleButton.stories.d.ts +0 -15
- package/dist/src/stories/button/MenuButton.stories.d.ts +0 -13
- package/dist/src/stories/button/MenuIconButton.stories.d.ts +0 -23
- package/dist/src/stories/button/ToggleButton.stories.d.ts +0 -6
- package/dist/src/stories/button/ToggleButtonGroup.stories.d.ts +0 -6
- package/dist/src/stories/button/UploadButton.stories.d.ts +0 -11
- package/dist/src/stories/card/Card.stories.d.ts +0 -6
- package/dist/src/stories/card/CardActions.stories.d.ts +0 -6
- package/dist/src/stories/card/CardChips.stories.d.ts +0 -6
- package/dist/src/stories/card/CardDescription.stories.d.ts +0 -6
- package/dist/src/stories/card/CardImage.stories.d.ts +0 -6
- package/dist/src/stories/card/CardStatus.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTable.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTitle.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTitleWithIcon.stories.d.ts +0 -6
- package/dist/src/stories/card/EnhancedCard.stories.d.ts +0 -6
- package/dist/src/stories/chart/BarChart.stories.d.ts +0 -9
- package/dist/src/stories/chart/DonutChart.stories.d.ts +0 -11
- package/dist/src/stories/chart/FunnelChart.stories.d.ts +0 -9
- package/dist/src/stories/chart/IncrementLabel.stories.d.ts +0 -7
- package/dist/src/stories/chart/LineChart.stories.d.ts +0 -10
- package/dist/src/stories/chart/MicroPieChart.stories.d.ts +0 -6
- package/dist/src/stories/chart/RankingChart.stories.d.ts +0 -8
- package/dist/src/stories/chart/WeekChart.stories.d.ts +0 -9
- package/dist/src/stories/chat/Chat.stories.d.ts +0 -7
- package/dist/src/stories/chat/ChatMessage.stories.d.ts +0 -8
- package/dist/src/stories/chip/Chip.stories.d.ts +0 -131
- package/dist/src/stories/chip/ChipList.stories.d.ts +0 -6
- package/dist/src/stories/chip/MenuChip.stories.d.ts +0 -13
- package/dist/src/stories/dialog/ConformationDialog.stories.d.ts +0 -7
- package/dist/src/stories/dialog/Dialog.stories.d.ts +0 -7
- package/dist/src/stories/divider/Divider.stories.d.ts +0 -6
- package/dist/src/stories/drawer/Drawer.stories.d.ts +0 -6
- package/dist/src/stories/drawer/InputDrawer.stories.d.ts +0 -6
- package/dist/src/stories/formatter/CompactNumberFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/CurrencyFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/DateFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/NumberFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/PercentageFormatter.stories.d.ts +0 -6
- package/dist/src/stories/header/Header.stories.d.ts +0 -6
- package/dist/src/stories/header/HeaderSubtitle.stories.d.ts +0 -6
- package/dist/src/stories/header/HeaderTitle.stories.d.ts +0 -6
- package/dist/src/stories/icon/Icon.stories.d.ts +0 -12
- package/dist/src/stories/icon/StackedIcons.stories.d.ts +0 -6
- package/dist/src/stories/image/ImageEditor.stories.d.ts +0 -6
- package/dist/src/stories/info/InfoBox.stories.d.ts +0 -6
- package/dist/src/stories/input/Autocomplete.stories.d.ts +0 -11
- package/dist/src/stories/input/CategorizedPicker.stories.d.ts +0 -9
- package/dist/src/stories/input/Checkbox.stories.d.ts +0 -6
- package/dist/src/stories/input/CodeEditor.stories.d.ts +0 -6
- package/dist/src/stories/input/ColorPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DateIntervalPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DatePicker.stories.d.ts +0 -13
- package/dist/src/stories/input/DaysOfWeekPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DebouncedTextField.stories.d.ts +0 -8
- package/dist/src/stories/input/InputHelperText.stories.d.ts +0 -11
- package/dist/src/stories/input/InputLabel.stories.d.ts +0 -13
- package/dist/src/stories/input/ItemSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/NumberField.stories.d.ts +0 -18
- package/dist/src/stories/input/PageSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/PhoneField.stories.d.ts +0 -11
- package/dist/src/stories/input/Radio.stories.d.ts +0 -6
- package/dist/src/stories/input/Select.stories.d.ts +0 -23
- package/dist/src/stories/input/SelectPopover.stories.d.ts +0 -9
- package/dist/src/stories/input/Switch.stories.d.ts +0 -6
- package/dist/src/stories/input/TextEditor.stories.d.ts +0 -6
- package/dist/src/stories/input/TextField.stories.d.ts +0 -10
- package/dist/src/stories/input/TextFieldContainer.stories.d.ts +0 -20
- package/dist/src/stories/input/TimeField.stories.d.ts +0 -6
- package/dist/src/stories/input/TimezoneSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/UploadClickableArea.stories.d.ts +0 -5
- package/dist/src/stories/layout/CollapsiblePanel.stories.d.ts +0 -6
- package/dist/src/stories/layout/CollapsiblePanelSwitcher.stories.d.ts +0 -7
- package/dist/src/stories/layout/Container.stories.d.ts +0 -6
- package/dist/src/stories/layout/Grid.stories.d.ts +0 -6
- package/dist/src/stories/layout/LazyLoad.stories.d.ts +0 -6
- package/dist/src/stories/layout/PageWIthNavbar.stories.d.ts +0 -10
- package/dist/src/stories/layout/PageWIthSidePanel.stories.d.ts +0 -8
- package/dist/src/stories/layout/PageWIthToolBox.stories.d.ts +0 -8
- package/dist/src/stories/layout/PageWithHeader.stories.d.ts +0 -6
- package/dist/src/stories/layout/PageWithToolbar.stories.d.ts +0 -6
- package/dist/src/stories/layout/Paper.stories.d.ts +0 -6
- package/dist/src/stories/layout/SidePanel.stories.d.ts +0 -6
- package/dist/src/stories/layout/Stepper.stories.d.ts +0 -6
- package/dist/src/stories/layout/ToolBox.stories.d.ts +0 -6
- package/dist/src/stories/list/List.stories.d.ts +0 -6
- package/dist/src/stories/list/ListItem.stories.d.ts +0 -28
- package/dist/src/stories/list/ListItemButton.stories.d.ts +0 -57
- package/dist/src/stories/loader/Loader.stories.d.ts +0 -8
- package/dist/src/stories/navbar/Navbar.stories.d.ts +0 -6
- package/dist/src/stories/overlay/DonutFocusOverlay.stories.d.ts +0 -6
- package/dist/src/stories/pager/Pager.stories.d.ts +0 -6
- package/dist/src/stories/popover/Popover.stories.d.ts +0 -6
- package/dist/src/stories/progress/CircularProgress.stories.d.ts +0 -9
- package/dist/src/stories/progress/LinearProgress.stories.d.ts +0 -9
- package/dist/src/stories/scrollable/HorizontalScrollable.stories.d.ts +0 -6
- package/dist/src/stories/skeleton/Skeleton.stories.d.ts +0 -33
- package/dist/src/stories/snackbar/Snackbar.stories.d.ts +0 -10
- package/dist/src/stories/tab/TabButton.stories.d.ts +0 -5
- package/dist/src/stories/tab/Tabs.stories.d.ts +0 -5
- package/dist/src/stories/table/NestedTable.stories.d.ts +0 -6
- package/dist/src/stories/table/Table.stories.d.ts +0 -7
- package/dist/src/stories/text-ellipsis/TextEllipsis.stories.d.ts +0 -6
- package/dist/src/stories/toolbar/Toolbar.stories.d.ts +0 -9
- package/dist/src/stories/toolbar/ToolbarBreadcrumb.stories.d.ts +0 -6
- package/dist/src/stories/toolbar/ToolbarTitle.stories.d.ts +0 -6
- package/dist/src/stories/tooltip/Tooltip.stories.d.ts +0 -7
- package/dist/src/stories/tooltip/TooltipMenu.stories.d.ts +0 -6
- package/dist/src/stories/typography/TextMarker.stories.d.ts +0 -6
- package/dist/src/stories/typography/Typography.stories.d.ts +0 -11
- package/dist/src/stories/utils/StoryUtilities.d.ts +0 -2
- package/dist/src/stories/widget/Widget.stories.d.ts +0 -6
- package/dist/src/stories/widget/WidgetActions.stories.d.ts +0 -6
- package/dist/src/stories/widget/WidgetLegendItem.stories.d.ts +0 -7
- package/dist/src/stories/widget/WidgetTitle.stories.d.ts +0 -6
- package/dist/src/stories/window/MinimizableWindow.stories.d.ts +0 -25
- package/dist/src/theme/Animations.d.ts +0 -3
- package/dist/src/theme/Breakpoints.d.ts +0 -11
- package/dist/src/theme/Colors.d.ts +0 -90
- package/dist/src/theme/GlobalStyles.d.ts +0 -3
- package/dist/src/theme/Palettes.d.ts +0 -4
- package/dist/src/theme/Shadows.d.ts +0 -2
- package/dist/src/theme/Theme.d.ts +0 -1
- package/dist/src/theme/Typography.d.ts +0 -97
- package/dist/src/theme/index.d.ts +0 -7
- package/dist/src/utils/ChartUtils.d.ts +0 -23
- package/dist/src/utils/CurrencyFormatter.d.ts +0 -1
- package/dist/src/utils/DateUtils.d.ts +0 -45
- package/dist/src/utils/NumberFormatter.d.ts +0 -2
- package/dist/src/utils/PercentageFormatter.d.ts +0 -1
- package/dist/src/utils/PhoneUtils.d.ts +0 -11
- package/dist/src/utils/RegExpUtils.d.ts +0 -1
- package/dist/src/utils/ResizeObserverUtils.d.ts +0 -1
- package/dist/src/utils/index.d.ts +0 -5
- package/dist/test/Setup.d.ts +0 -1
- package/dist/test/TestUtils.d.ts +0 -3
- package/dist/test/unit/components/button/Button.spec.d.ts +0 -1
- package/dist/test/unit/components/button/MenuButton.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/CurrencyFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/DateFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/NumberFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/PercentageFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/input/DateIntervalPicker.spec.d.ts +0 -1
- package/dist/test/unit/components/input/DatePicker.spec.d.ts +0 -1
- package/dist/test/unit/components/input/NumberField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/PhoneField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/TextField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/__mocks__/react-virtualized-auto-sizer.d.ts +0 -4
- package/dist/test/unit/components/list/ListItemButton.spec.d.ts +0 -1
- package/dist/test/unit/components/tab/Tabs.spec.d.ts +0 -1
- package/dist/test/unit/components/tooltop/Tooltip.spec.d.ts +0 -1
- package/dist/test/unit/components/widget/WidgetLegendItem.spec.d.ts +0 -1
- package/dist/test/unit/i18n/translate.spec.d.ts +0 -1
- package/dist/test/unit/utils/DateUtils.spec.d.ts +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SxProps } from '@mui/material';
|
|
3
|
-
import { IconId } from '../icon/Icon';
|
|
4
|
-
import { TypographyProps } from '../typography/Typography';
|
|
5
|
-
export type IncrementLabelProps = {
|
|
6
|
-
label: string;
|
|
7
|
-
typographyVariant: Extract<TypographyProps['variant'], 'h5' | 'caption' | 'body2' | 'overline'>;
|
|
8
|
-
color?: string;
|
|
9
|
-
backgroundColor?: string;
|
|
10
|
-
iconId?: IconId;
|
|
11
|
-
iconSize?: 'XS' | 'S' | 'M';
|
|
12
|
-
/**
|
|
13
|
-
* The `SxProps` can be either object or function
|
|
14
|
-
*/
|
|
15
|
-
sx?: SxProps;
|
|
16
|
-
};
|
|
17
|
-
declare const IncrementLabel: ({ label, typographyVariant, color, backgroundColor, iconId, iconSize, sx }: IncrementLabelProps) => JSX.Element;
|
|
18
|
-
export default IncrementLabel;
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import './EchartsConfig';
|
|
3
|
-
import { CategorizedChartProps } from './CategorizedChartProps';
|
|
4
|
-
import { IconId } from '../icon/Icon';
|
|
5
|
-
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
6
|
-
export type LineChartProps = CategorizedChartProps & {
|
|
7
|
-
/**
|
|
8
|
-
* The series to display in the chart.
|
|
9
|
-
*/
|
|
10
|
-
series: {
|
|
11
|
-
/**
|
|
12
|
-
* The name of the series.
|
|
13
|
-
*/
|
|
14
|
-
name: string;
|
|
15
|
-
comparisonName?: string;
|
|
16
|
-
/**
|
|
17
|
-
* The values to display in the chart for this series.
|
|
18
|
-
* The values must be in the same order and quantity as the categories.
|
|
19
|
-
*/
|
|
20
|
-
data: {
|
|
21
|
-
/**
|
|
22
|
-
* The main value to display in the chart for this serie.
|
|
23
|
-
*/
|
|
24
|
-
value: number;
|
|
25
|
-
/**
|
|
26
|
-
* The value as text to be shown in tooltip
|
|
27
|
-
*/
|
|
28
|
-
tooltipValue: string;
|
|
29
|
-
/**
|
|
30
|
-
* The category label to be shown in tooltip. If not supplied, it will use the X axis label
|
|
31
|
-
*/
|
|
32
|
-
tooltipCategoryLabel?: string;
|
|
33
|
-
/**
|
|
34
|
-
* The type of increment to format the styles of increment in tooltip
|
|
35
|
-
*/
|
|
36
|
-
tooltipIncrementType?: IncrementLabelType;
|
|
37
|
-
/**
|
|
38
|
-
* The label to be used as increment in tooltip
|
|
39
|
-
*/
|
|
40
|
-
tooltipIncrementLabel?: string;
|
|
41
|
-
/**
|
|
42
|
-
* The comparison value to be used in this series. It will display a second line with dashed style.
|
|
43
|
-
*/
|
|
44
|
-
comparisonValue?: number;
|
|
45
|
-
/**
|
|
46
|
-
* The value as text for comparison value to be shown in tooltip
|
|
47
|
-
*/
|
|
48
|
-
tooltipComparisonValue?: string;
|
|
49
|
-
}[];
|
|
50
|
-
/**
|
|
51
|
-
* The color to use for the main serie.
|
|
52
|
-
*/
|
|
53
|
-
color: string;
|
|
54
|
-
/**
|
|
55
|
-
* The identifier and text of the group for this serie to be used in tooltip
|
|
56
|
-
*/
|
|
57
|
-
tooltipGroupTitle?: string;
|
|
58
|
-
tooltipIconId?: IconId;
|
|
59
|
-
/**
|
|
60
|
-
* The yAxis for this serie
|
|
61
|
-
*/
|
|
62
|
-
yAxisIndex: number;
|
|
63
|
-
}[];
|
|
64
|
-
/**
|
|
65
|
-
* Option to disable the display of series names.
|
|
66
|
-
*/
|
|
67
|
-
disableSeriesNames?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* Option to disable the display of axes.
|
|
70
|
-
*/
|
|
71
|
-
disableAxes?: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Option to disable split lines on X axe.
|
|
74
|
-
*/
|
|
75
|
-
disableSplitLine?: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* Option to enable full grid on the chart.
|
|
78
|
-
*/
|
|
79
|
-
fullGrid?: boolean;
|
|
80
|
-
/**
|
|
81
|
-
* Font size to format the label of the Y axis.
|
|
82
|
-
*/
|
|
83
|
-
axisFontSize?: string;
|
|
84
|
-
/**
|
|
85
|
-
* Color to format the label of the Y axis.
|
|
86
|
-
*/
|
|
87
|
-
axisFontColor?: string;
|
|
88
|
-
/**
|
|
89
|
-
* Option to set the position of the Y axis when there is only one.
|
|
90
|
-
*/
|
|
91
|
-
yAxisPosition?: 'left' | 'right';
|
|
92
|
-
};
|
|
93
|
-
/**
|
|
94
|
-
* A line chart component to display numeric data grouped by categories and series.
|
|
95
|
-
* Commonly, categories use to be sorted dates.
|
|
96
|
-
*/
|
|
97
|
-
declare const LineChart: ({ style, isLoading, series, categories, yAxisLabelFormatter, ySecondaryAxisLabelFormatter, onClick, disableSeriesNames, disableAxes, disableSplitLine, fullGrid, axisFontSize, axisFontColor, yAxisPosition }: LineChartProps) => JSX.Element;
|
|
98
|
-
export default LineChart;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import './EchartsConfig';
|
|
3
|
-
export type MicroPieChartProps = {
|
|
4
|
-
/**
|
|
5
|
-
* The color of the pie chart
|
|
6
|
-
*/
|
|
7
|
-
color?: string;
|
|
8
|
-
/**
|
|
9
|
-
* A value between 0 and 100. Any value less than 0 will be represented as an empty pie chart,
|
|
10
|
-
* and any value greater than 100 will be represented as full pie chart
|
|
11
|
-
*/
|
|
12
|
-
percentage: number;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* A minimum pie chart component to adorn a single percentage.
|
|
16
|
-
*/
|
|
17
|
-
declare const MicroPieChart: ({ color, percentage }: MicroPieChartProps) => JSX.Element;
|
|
18
|
-
export default MicroPieChart;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import './EchartsConfig';
|
|
3
|
-
import { RankingChartItemProps } from './RankingChartItem';
|
|
4
|
-
export type RankingChartProps = {
|
|
5
|
-
/**
|
|
6
|
-
* The css style to apply to the chart container.
|
|
7
|
-
* Use this to set specific with, padding, background color, etc.
|
|
8
|
-
*/
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
/**
|
|
11
|
-
* The groups of items to show in the chart. Every group will display
|
|
12
|
-
* all its items together.
|
|
13
|
-
*/
|
|
14
|
-
series: {
|
|
15
|
-
/**
|
|
16
|
-
* The name of the group of items.
|
|
17
|
-
*/
|
|
18
|
-
name: string;
|
|
19
|
-
/**
|
|
20
|
-
* The items for this group.
|
|
21
|
-
*/
|
|
22
|
-
items: Omit<RankingChartItemProps, 'isLoading'>[];
|
|
23
|
-
}[];
|
|
24
|
-
/**
|
|
25
|
-
* Whether to show the skeleton or not.
|
|
26
|
-
*/
|
|
27
|
-
isLoading?: boolean;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* A ranking chart component to display groups of series of data displayed from top down to bottom.
|
|
31
|
-
*/
|
|
32
|
-
declare const RankingChart: ({ style, series, isLoading }: RankingChartProps) => JSX.Element;
|
|
33
|
-
export default RankingChart;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { RankingChartTooltipProps } from './RankingChartTooltip';
|
|
3
|
-
export type RankingChartItemProps = RankingChartTooltipProps & {
|
|
4
|
-
value: string;
|
|
5
|
-
};
|
|
6
|
-
declare const RankingChartItem: ({ label, value, incrementLabelValue, incrementLabelType, metrics }: RankingChartItemProps) => JSX.Element;
|
|
7
|
-
export default RankingChartItem;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
3
|
-
export type RankingChartTooltipProps = {
|
|
4
|
-
label: string;
|
|
5
|
-
incrementLabelValue?: string;
|
|
6
|
-
incrementLabelType?: IncrementLabelType;
|
|
7
|
-
metrics: {
|
|
8
|
-
percentage: number;
|
|
9
|
-
color: string;
|
|
10
|
-
label: string;
|
|
11
|
-
value: string;
|
|
12
|
-
}[];
|
|
13
|
-
};
|
|
14
|
-
declare const RankingChartTooltip: ({ label, metrics, incrementLabelType, incrementLabelValue }: RankingChartTooltipProps) => JSX.Element;
|
|
15
|
-
export default RankingChartTooltip;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import './EchartsConfig';
|
|
3
|
-
import { WeekChartItemProps } from './WeekChartItem';
|
|
4
|
-
export type WeekChartProps = {
|
|
5
|
-
/**
|
|
6
|
-
* The css style to apply to the chart container.
|
|
7
|
-
* Use this to set specific with, padding, background color, etc.
|
|
8
|
-
*/
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
/**
|
|
11
|
-
* The days to show in the chart.
|
|
12
|
-
*/
|
|
13
|
-
days: {
|
|
14
|
-
/**
|
|
15
|
-
* The name of the day.
|
|
16
|
-
*/
|
|
17
|
-
label: string;
|
|
18
|
-
/**
|
|
19
|
-
* The list of hours in this day
|
|
20
|
-
*/
|
|
21
|
-
hours: {
|
|
22
|
-
/**
|
|
23
|
-
* The label to represent the hour of the day
|
|
24
|
-
*/
|
|
25
|
-
label: string;
|
|
26
|
-
/**
|
|
27
|
-
* The metric related data for this individual hour of day
|
|
28
|
-
*/
|
|
29
|
-
metrics: WeekChartItemProps['metrics'];
|
|
30
|
-
}[];
|
|
31
|
-
}[];
|
|
32
|
-
/**
|
|
33
|
-
* Whether to show the skeleton or not.
|
|
34
|
-
*/
|
|
35
|
-
isLoading?: boolean;
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* A week chart component to display data grouped by day of week and hour of day.
|
|
39
|
-
*/
|
|
40
|
-
declare const WeekChart: ({ style, days, isLoading }: WeekChartProps) => JSX.Element;
|
|
41
|
-
export default WeekChart;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
3
|
-
export type WeekChartTooltipProps = {
|
|
4
|
-
label: string;
|
|
5
|
-
metrics: {
|
|
6
|
-
percentage: number;
|
|
7
|
-
color: string;
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
comparisonPercentage?: number;
|
|
11
|
-
comparisonColor?: string;
|
|
12
|
-
comparisonLabel?: string;
|
|
13
|
-
comparisonValue?: string;
|
|
14
|
-
incrementLabelType?: IncrementLabelType;
|
|
15
|
-
incrementLabelValue?: string;
|
|
16
|
-
}[];
|
|
17
|
-
};
|
|
18
|
-
declare const WeekChartTooltip: ({ label, metrics }: WeekChartTooltipProps) => JSX.Element;
|
|
19
|
-
export default WeekChartTooltip;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default as BarChart, BarChartProps } from './BarChart';
|
|
2
|
-
export { default as LineChart, LineChartProps } from './LineChart';
|
|
3
|
-
export { default as RankingChart, RankingChartProps } from './RankingChart';
|
|
4
|
-
export { default as DonutChart, DonutChartProps } from './DonutChart';
|
|
5
|
-
export { default as FunnelChart, FunnelChartProps } from './FunnelChart';
|
|
6
|
-
export { default as WeekChart, WeekChartProps } from './WeekChart';
|
|
7
|
-
export { default as MicroPieChart, MicroPieChartProps } from './MicroPieChart';
|
|
8
|
-
export { default as IncrementLabel, IncrementLabelProps } from './IncrementLabel';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export type ChatProps = React.PropsWithChildren<{
|
|
3
|
-
/**
|
|
4
|
-
* Header to place at the beginning of the chat
|
|
5
|
-
*/
|
|
6
|
-
header?: React.ReactNode;
|
|
7
|
-
}>;
|
|
8
|
-
/**
|
|
9
|
-
* Shows a list of chat message, in a vertical layout.
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
declare const Chat: ({ children, header }: ChatProps) => JSX.Element;
|
|
13
|
-
export default Chat;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export type ChatMessageProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Message type, messages send by user will be outgoing and responses will be incoming.
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
|
-
messageType: 'incoming' | 'outgoing';
|
|
8
|
-
/**
|
|
9
|
-
* Chat message children.
|
|
10
|
-
*/
|
|
11
|
-
children: React.ReactNode;
|
|
12
|
-
/**
|
|
13
|
-
* Adornment components to be placed at the right of the chat when messageType is incoming
|
|
14
|
-
* or at the left of the chat message when messageType is outgoing
|
|
15
|
-
*/
|
|
16
|
-
adornment?: React.ReactNode;
|
|
17
|
-
/**
|
|
18
|
-
* If supplied some text, an InputHelperText component will be shown just after the input.
|
|
19
|
-
*/
|
|
20
|
-
errorText?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Elements to show on options
|
|
23
|
-
*/
|
|
24
|
-
optionsBar?: React.ReactNode;
|
|
25
|
-
/**
|
|
26
|
-
* Text to the cancelable button tooltip. If not provided, cancelable button will not display
|
|
27
|
-
*/
|
|
28
|
-
cancelableButtonText?: string;
|
|
29
|
-
/**
|
|
30
|
-
* When cancelable button is clicked
|
|
31
|
-
*/
|
|
32
|
-
onCancelableButtonClicked?: () => void;
|
|
33
|
-
};
|
|
34
|
-
declare const ChatMessage: React.ForwardRefExoticComponent<ChatMessageProps & React.RefAttributes<unknown>>;
|
|
35
|
-
export default ChatMessage;
|