@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
|
@@ -10,5 +10,5 @@ export type ChipListProps = React.PropsWithChildren<{
|
|
|
10
10
|
* Shows a list of chips, in a horizontal layout.
|
|
11
11
|
* If chips doesn't fit in the available space, they will be overflow to multiline.
|
|
12
12
|
*/
|
|
13
|
-
declare const ChipList: ({ chips }: ChipListProps) => JSX.Element;
|
|
13
|
+
declare const ChipList: ({ chips }: ChipListProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export default ChipList;
|
|
@@ -37,20 +37,20 @@ declare const MenuChip: React.ForwardRefExoticComponent<Omit<ChipProps, "childre
|
|
|
37
37
|
/**
|
|
38
38
|
* Whether the menu is opened or not.
|
|
39
39
|
*/
|
|
40
|
-
isOpen?: boolean
|
|
40
|
+
isOpen?: boolean;
|
|
41
41
|
/**
|
|
42
42
|
* To remove the icon on menu chip.
|
|
43
43
|
* @default false
|
|
44
44
|
*/
|
|
45
|
-
removeIcon?: boolean
|
|
45
|
+
removeIcon?: boolean;
|
|
46
46
|
/**
|
|
47
47
|
* To show menu on the top of de chip.
|
|
48
48
|
* @default bottom
|
|
49
49
|
*/
|
|
50
|
-
placement?: "
|
|
50
|
+
placement?: "top" | "bottom";
|
|
51
51
|
/**
|
|
52
52
|
* Called when the menuChip is closed by Escape key, Tab key or click outside.
|
|
53
53
|
*/
|
|
54
|
-
onClose?: (
|
|
54
|
+
onClose?: (reason: "backdropClick" | "escapeKeyDown" | "tabKeyDown") => void;
|
|
55
55
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
56
56
|
export default MenuChip;
|
|
@@ -50,5 +50,5 @@ export type ConfirmationDialogProps = Pick<DialogProps, 'title' | 'open' | 'chil
|
|
|
50
50
|
/**
|
|
51
51
|
* A dialog component to make a confirmation.
|
|
52
52
|
*/
|
|
53
|
-
declare const ConfirmationDialog: ({ onCancel, onAccept, acceptText, cancelText, acceptButtonDisabled, acceptButtonDisabledTooltipText, variant, children, footerChildren, buttonsLeftChildren, displayBorders, hideCancelButton, ...rest }: ConfirmationDialogProps) => JSX.Element;
|
|
53
|
+
declare const ConfirmationDialog: ({ onCancel, onAccept, acceptText, cancelText, acceptButtonDisabled, acceptButtonDisabledTooltipText, variant, children, footerChildren, buttonsLeftChildren, displayBorders, hideCancelButton, ...rest }: ConfirmationDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
54
54
|
export default ConfirmationDialog;
|
|
@@ -12,5 +12,5 @@ export type DialogProps = Pick<MuiDialogProps, 'open' | 'sx' | 'children' | 'Tra
|
|
|
12
12
|
closeable?: boolean;
|
|
13
13
|
onClose: () => void;
|
|
14
14
|
};
|
|
15
|
-
declare const Dialog: ({ title, sx, open, children, size, noPadding, noPaddingTitle, fullScreen, wrapChildren, closeable, onClose, ...rest }: DialogProps) => JSX.Element;
|
|
15
|
+
declare const Dialog: ({ title, sx, open, children, size, noPadding, noPaddingTitle, fullScreen, wrapChildren, closeable, onClose, ...rest }: DialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export default Dialog;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DividerProps as MuiDividerProps } from '@mui/material';
|
|
3
2
|
export type DividerProps = Pick<MuiDividerProps, 'orientation' | 'flexItem' | 'sx'> & {
|
|
4
3
|
/**
|
|
@@ -14,5 +13,5 @@ export type DividerProps = Pick<MuiDividerProps, 'orientation' | 'flexItem' | 's
|
|
|
14
13
|
/**
|
|
15
14
|
* A divider component to show a thin line to divide sections, paragraphs or anything.
|
|
16
15
|
*/
|
|
17
|
-
declare const Divider: ({ sx, variant, color, ...rest }: DividerProps) => JSX.Element;
|
|
16
|
+
declare const Divider: ({ sx, variant, color, ...rest }: DividerProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
export default Divider;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DrawerProps as MuiDrawerProps } from '@mui/material/Drawer';
|
|
3
2
|
export type DrawerProps = Omit<MuiDrawerProps, 'anchor'>;
|
|
4
3
|
/**
|
|
5
4
|
* Navigation drawers (or "sidebars") provide access to destinations and app functionality, such as switching accounts.
|
|
6
5
|
* They can either be permanently on-screen or controlled by a navigation menu icon.
|
|
7
6
|
*/
|
|
8
|
-
declare const Drawer: ({ ...props }: DrawerProps) => JSX.Element;
|
|
7
|
+
declare const Drawer: ({ ...props }: DrawerProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default Drawer;
|
|
@@ -37,5 +37,5 @@ export type InputDrawerProps = {
|
|
|
37
37
|
/**
|
|
38
38
|
* Custom Drawer with an icon, tittle and subtitle.
|
|
39
39
|
*/
|
|
40
|
-
declare const InputDrawer: ({ open, close, onClose, title, children, buttons, cancelButtonText }: InputDrawerProps) => JSX.Element;
|
|
40
|
+
declare const InputDrawer: ({ open, close, onClose, title, children, buttons, cancelButtonText }: InputDrawerProps) => import("react/jsx-runtime").JSX.Element;
|
|
41
41
|
export default InputDrawer;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type CompactNumberFormatterProps = {
|
|
3
2
|
/**
|
|
4
3
|
* Number to format
|
|
@@ -9,5 +8,5 @@ export type CompactNumberFormatterProps = {
|
|
|
9
8
|
* Formats a number to a shorten format like 1.5K or 4.5M.
|
|
10
9
|
* It will use locale from the context.
|
|
11
10
|
*/
|
|
12
|
-
declare const CompactNumberFormatter: ({ value }: CompactNumberFormatterProps) => JSX.Element;
|
|
11
|
+
declare const CompactNumberFormatter: ({ value }: CompactNumberFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default CompactNumberFormatter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type CurrencyFormatterProps = {
|
|
3
2
|
/**
|
|
4
3
|
* Amount to format
|
|
@@ -17,5 +16,5 @@ export type CurrencyFormatterProps = {
|
|
|
17
16
|
* Component to format any currency amount.
|
|
18
17
|
* It will use locale and currency from the context.
|
|
19
18
|
*/
|
|
20
|
-
declare const CurrencyFormatter: ({ value, notation, currency }: CurrencyFormatterProps) => JSX.Element;
|
|
19
|
+
declare const CurrencyFormatter: ({ value, notation, currency }: CurrencyFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
export default CurrencyFormatter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DateTimeFormat } from '../../utils';
|
|
3
2
|
export type DateFormatterProps = {
|
|
4
3
|
/**
|
|
@@ -14,5 +13,5 @@ export type DateFormatterProps = {
|
|
|
14
13
|
* Component to format any date to the given format.
|
|
15
14
|
* It will use locale and timezone from the context.
|
|
16
15
|
*/
|
|
17
|
-
declare const DateFormatter: ({ date, format }: DateFormatterProps) => JSX.Element;
|
|
16
|
+
declare const DateFormatter: ({ date, format }: DateFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
export default DateFormatter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type NumberFormatterProps = {
|
|
3
2
|
/**
|
|
4
3
|
* Number to format
|
|
@@ -13,5 +12,5 @@ export type NumberFormatterProps = {
|
|
|
13
12
|
* Component to format any number.
|
|
14
13
|
* It will use locale from the context.
|
|
15
14
|
*/
|
|
16
|
-
declare const NumberFormatter: ({ value, fractionSize }: NumberFormatterProps) => JSX.Element;
|
|
15
|
+
declare const NumberFormatter: ({ value, fractionSize }: NumberFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export default NumberFormatter;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type PercentageFormatterProps = {
|
|
3
2
|
/**
|
|
4
3
|
* Value to format
|
|
@@ -13,5 +12,5 @@ export type PercentageFormatterProps = {
|
|
|
13
12
|
* Component to format any currency amount.
|
|
14
13
|
* It will use locale and currency from the context.
|
|
15
14
|
*/
|
|
16
|
-
declare const PercentageFormatter: ({ value, fractionSize }: PercentageFormatterProps) => JSX.Element;
|
|
15
|
+
declare const PercentageFormatter: ({ value, fractionSize }: PercentageFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export default PercentageFormatter;
|
|
@@ -29,5 +29,5 @@ export type HeaderProps = React.PropsWithChildren<{
|
|
|
29
29
|
* automatically looks like elevated (the same than `isElevated={true}`).
|
|
30
30
|
* If title gets truncated (with ellipsis), a Tooltip will be shown (using TextEllipsisTooltip component)
|
|
31
31
|
*/
|
|
32
|
-
declare const Header: ({ title, subtitle, iconId, isElevated, actions, children }: HeaderProps) => JSX.Element;
|
|
32
|
+
declare const Header: ({ title, subtitle, iconId, isElevated, actions, children }: HeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
33
|
export default Header;
|
|
@@ -9,5 +9,5 @@ export type HeaderSubtitleProps = {
|
|
|
9
9
|
* The subtitle for a Header component. It automatically handles show a tooltip if the subtitle
|
|
10
10
|
* gets clipped with ellipsis
|
|
11
11
|
*/
|
|
12
|
-
declare const HeaderSubtitle: ({ text }: HeaderSubtitleProps) => JSX.Element;
|
|
12
|
+
declare const HeaderSubtitle: ({ text }: HeaderSubtitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default HeaderSubtitle;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type HeaderTitleProps = {
|
|
3
2
|
/**
|
|
4
3
|
* The title to display.
|
|
@@ -9,5 +8,5 @@ export type HeaderTitleProps = {
|
|
|
9
8
|
* The title for a Header component. It automatically handles show a tooltip if the title
|
|
10
9
|
* gets clipped with ellipsis
|
|
11
10
|
*/
|
|
12
|
-
declare const HeaderTitle: ({ text }: HeaderTitleProps) => JSX.Element;
|
|
11
|
+
declare const HeaderTitle: ({ text }: HeaderTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default HeaderTitle;
|
|
@@ -38,10 +38,10 @@ declare const Icon: React.ForwardRefExoticComponent<Pick<SvgIconProps, "sx"> & {
|
|
|
38
38
|
/**
|
|
39
39
|
* The size of the icon to display.
|
|
40
40
|
*/
|
|
41
|
-
size?: "
|
|
41
|
+
size?: "XXS" | "XS" | "S" | "M" | "L" | "XL" | "XXL";
|
|
42
42
|
/**
|
|
43
43
|
* Classes of this icon
|
|
44
44
|
*/
|
|
45
|
-
className?: string
|
|
45
|
+
className?: string;
|
|
46
46
|
} & React.RefAttributes<SVGSVGElement>>;
|
|
47
47
|
export default Icon;
|
|
@@ -9,5 +9,5 @@ export type StackedIconsProps = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Stack 2 or 3 icons together one over the other and slightly moved to the right.
|
|
11
11
|
*/
|
|
12
|
-
declare const StackedIcons: ({ children }: StackedIconsProps) => JSX.Element;
|
|
12
|
+
declare const StackedIcons: ({ children }: StackedIconsProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default StackedIcons;
|
|
@@ -114,5 +114,9 @@ export type AutocompleteProps<T extends string, Multiple extends boolean | undef
|
|
|
114
114
|
*/
|
|
115
115
|
ref?: React.Ref<HTMLInputElement>;
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
/**
|
|
118
|
+
* Powered TextField with the ability to select from a predefined list of options, allowing to select one or multiple values.
|
|
119
|
+
*/
|
|
120
|
+
declare const Autocomplete: <T extends string, Multiple extends boolean | undefined = undefined, Value = AutocompleteValue<T, Multiple>>({ variant, value, multiple, textFieldProps, options, disabled, mode, isCaseSensitive, isDiacriticSensitive, onChange, renderLabel, isLoading, onSearch, loadingText, noOptionsText, allowFreeText, addNewValueText, closeOnSelect, maxValueLength, maxValues, maxValuesText, limitValueTags, onClose, onOpen, disableClear }: AutocompleteProps<T, Multiple, Value>, ref: React.Ref<HTMLInputElement>) => import("react/jsx-runtime").JSX.Element;
|
|
121
|
+
declare const _default: typeof Autocomplete;
|
|
118
122
|
export default _default;
|
|
@@ -13,5 +13,5 @@ export type CalendarDayProps = React.PropsWithChildren<{
|
|
|
13
13
|
};
|
|
14
14
|
allowKeyboardNavigation?: boolean;
|
|
15
15
|
}>;
|
|
16
|
-
declare const CalendarDay: ({ children, disabled, onClick, backgroundHighlight, foregroundHighlight, allowKeyboardNavigation }: CalendarDayProps) => JSX.Element;
|
|
16
|
+
declare const CalendarDay: ({ children, disabled, onClick, backgroundHighlight, foregroundHighlight, allowKeyboardNavigation }: CalendarDayProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export default CalendarDay;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SimpleDate } from '../../models/SimpleDate';
|
|
3
2
|
type Selection = {
|
|
4
3
|
startDate: SimpleDate;
|
|
@@ -15,5 +14,5 @@ export type CalendarMonthProps = {
|
|
|
15
14
|
onSelect?: (day: number) => void;
|
|
16
15
|
allowKeyboardNavigation?: boolean;
|
|
17
16
|
};
|
|
18
|
-
declare const CalendarMonth: ({ minDate, maxDate, year, month, selections, intersectionColor, onSelect, allowKeyboardNavigation }: CalendarMonthProps) => JSX.Element;
|
|
17
|
+
declare const CalendarMonth: ({ minDate, maxDate, year, month, selections, intersectionColor, onSelect, allowKeyboardNavigation }: CalendarMonthProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default CalendarMonth;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SimpleDate } from '../../models/SimpleDate';
|
|
3
2
|
type Selection = {
|
|
4
3
|
startDate: SimpleDate;
|
|
@@ -13,5 +12,5 @@ export type CalendarScrollPickerProps = {
|
|
|
13
12
|
focusedDate: SimpleDate | null;
|
|
14
13
|
onSelect?: (date: SimpleDate) => void;
|
|
15
14
|
};
|
|
16
|
-
declare const CalendarScrollPicker: ({ minDate, maxDate, selections, intersectionColor, focusedDate, onSelect }: CalendarScrollPickerProps) => JSX.Element;
|
|
15
|
+
declare const CalendarScrollPicker: ({ minDate, maxDate, selections, intersectionColor, focusedDate, onSelect }: CalendarScrollPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
16
|
export default CalendarScrollPicker;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SxProps } from '@mui/material';
|
|
3
2
|
export type BaseOption = {
|
|
4
3
|
id: string;
|
|
@@ -18,5 +17,5 @@ export type CategorizedPickerProps<T> = {
|
|
|
18
17
|
dataTestId?: string;
|
|
19
18
|
onChange: (value: T) => void;
|
|
20
19
|
};
|
|
21
|
-
declare const CategorizedPicker: <T extends BaseOption>({ value, options, categories, placeholder, disabled, sx, dataTestId, onChange }: CategorizedPickerProps<T>) => JSX.Element;
|
|
20
|
+
declare const CategorizedPicker: <T extends BaseOption>({ value, options, categories, placeholder, disabled, sx, dataTestId, onChange }: CategorizedPickerProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
22
21
|
export default CategorizedPicker;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CheckboxProps as MuiCheckboxProps } from '@mui/material/Checkbox';
|
|
3
2
|
export type CheckboxProps = Pick<MuiCheckboxProps, 'checked' | 'tabIndex' | 'indeterminate'> & {
|
|
4
3
|
/**
|
|
@@ -35,5 +34,5 @@ export type CheckboxProps = Pick<MuiCheckboxProps, 'checked' | 'tabIndex' | 'ind
|
|
|
35
34
|
* If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches.
|
|
36
35
|
* If you have a single option, avoid using a checkbox and use an on/off switch instead.
|
|
37
36
|
*/
|
|
38
|
-
declare const Checkbox: ({ label, disabled, labelPlacement, checked, indeterminate, inputClass, onChange, tabIndex }: CheckboxProps) => JSX.Element;
|
|
37
|
+
declare const Checkbox: ({ label, disabled, labelPlacement, checked, indeterminate, inputClass, onChange, tabIndex }: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
39
38
|
export default Checkbox;
|
|
@@ -25,5 +25,11 @@ export type CodeEditorProps<T extends LanguageId> = ReactCodeMirrorProps & {
|
|
|
25
25
|
config?: Parameters<typeof linter>[1];
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
/**
|
|
29
|
+
* This is a code editor that allows users to write code in multiple languages with a user-friendly interface.
|
|
30
|
+
* The following languages are supported: html.
|
|
31
|
+
* The functionality of the editor can be extended through plugins and customizations.
|
|
32
|
+
*/
|
|
33
|
+
declare const CodeEditor: <T extends LanguageId>({ extensions, placeholder, language, languageOptions, lintGutterConfig, linterOptions, ...rest }: CodeEditorProps<T>, ref: React.Ref<ReactCodeMirrorRef>) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
declare const _default: typeof CodeEditor;
|
|
29
35
|
export default _default;
|
|
@@ -14,5 +14,5 @@ export type CodeEditorPopupProps = Pick<CodeEditorProps<'html'>, 'value' | 'onCh
|
|
|
14
14
|
hasErrors: boolean;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
-
declare const CodeEditorPopup: ({ value, open, readonly, codeEditorSubtitle, messageNode, linterFunction, onCopyToClipboard, onChange, onAccept, onCancel }: CodeEditorPopupProps) => JSX.Element;
|
|
17
|
+
declare const CodeEditorPopup: ({ value, open, readonly, codeEditorSubtitle, messageNode, linterFunction, onCopyToClipboard, onChange, onAccept, onCancel }: CodeEditorPopupProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
export default CodeEditorPopup;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DateInterval } from '../../models/DateInterval';
|
|
3
2
|
import { ComparisonInterval } from '../../models/ComparisonInterval';
|
|
4
3
|
export type DateIntervalValues = {
|
|
@@ -80,5 +79,5 @@ export type DateIntervalPickerProps = {
|
|
|
80
79
|
/**
|
|
81
80
|
* Date interval picker component, which allows to select an interval between two Dates.
|
|
82
81
|
*/
|
|
83
|
-
declare const DateIntervalPicker: ({ interval, startDate, endDate, color, maxSelectableDays, disabled, allowCompare, comparisonInterval, comparisonStartDate, comparisonEndDate, comparisonColor, intersectionColor, minDate, maxDate, allowedIntervals, onChange }: DateIntervalPickerProps) => JSX.Element;
|
|
82
|
+
declare const DateIntervalPicker: ({ interval, startDate, endDate, color, maxSelectableDays, disabled, allowCompare, comparisonInterval, comparisonStartDate, comparisonEndDate, comparisonColor, intersectionColor, minDate, maxDate, allowedIntervals, onChange }: DateIntervalPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
84
83
|
export default DateIntervalPicker;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type FocusableInputDate = 'startDate' | 'endDate' | 'comparisonStartDate' | 'comparisonEndDate';
|
|
3
2
|
export type DateIntervalPickerInputsProps = {
|
|
4
3
|
startDate: string;
|
|
@@ -14,5 +13,5 @@ export type DateIntervalPickerInputsProps = {
|
|
|
14
13
|
onFocus: (focusableInput: FocusableInputDate) => void;
|
|
15
14
|
onBlur: (focusableInput: FocusableInputDate, value: string) => void;
|
|
16
15
|
};
|
|
17
|
-
declare const DateIntervalPickerInputs: ({ startDate, endDate, comparisonStartDate, comparisonEndDate, placeholder, highlightedInput, color, comparisonColor, isComparing, onChange, onFocus, onBlur }: DateIntervalPickerInputsProps) => JSX.Element;
|
|
16
|
+
declare const DateIntervalPickerInputs: ({ startDate, endDate, comparisonStartDate, comparisonEndDate, placeholder, highlightedInput, color, comparisonColor, isComparing, onChange, onFocus, onBlur }: DateIntervalPickerInputsProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
export default DateIntervalPickerInputs;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ComparisonInterval } from '../../models/ComparisonInterval';
|
|
3
2
|
import { DateInterval } from '../../models/DateInterval';
|
|
4
3
|
export declare const dateIntervals: {
|
|
@@ -31,5 +30,5 @@ export type DateIntervalPickerListProps = {
|
|
|
31
30
|
onChangeIsComparing: (isComparing: boolean) => void;
|
|
32
31
|
allowedIntervals?: DateInterval[];
|
|
33
32
|
};
|
|
34
|
-
declare const DateIntervalPickerList: ({ mainInterval, comparisonInterval, allowCompare, isComparing, maxSelectableDays, onSelectMain, onSelectComparison, onChangeIsComparing, allowedIntervals }: DateIntervalPickerListProps) => JSX.Element;
|
|
33
|
+
declare const DateIntervalPickerList: ({ mainInterval, comparisonInterval, allowCompare, isComparing, maxSelectableDays, onSelectMain, onSelectComparison, onChangeIsComparing, allowedIntervals }: DateIntervalPickerListProps) => import("react/jsx-runtime").JSX.Element;
|
|
35
34
|
export default DateIntervalPickerList;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DateInterval } from '../../models/DateInterval';
|
|
3
2
|
import { ComparisonInterval } from '../../models/ComparisonInterval';
|
|
4
3
|
export type DateIntervalPickerPopoverProps = {
|
|
@@ -28,5 +27,5 @@ export type DateIntervalPickerPopoverProps = {
|
|
|
28
27
|
}) => void;
|
|
29
28
|
onCancel: () => void;
|
|
30
29
|
};
|
|
31
|
-
declare const DateIntervalPickerPopover: ({ interval, startDate, endDate, color, maxSelectableDays, allowCompare, comparisonInterval, comparisonStartDate, comparisonEndDate, comparisonColor, intersectionColor, anchorEl, minDate, maxDate, allowedIntervals, onApply, onCancel }: DateIntervalPickerPopoverProps) => JSX.Element;
|
|
30
|
+
declare const DateIntervalPickerPopover: ({ interval, startDate, endDate, color, maxSelectableDays, allowCompare, comparisonInterval, comparisonStartDate, comparisonEndDate, comparisonColor, intersectionColor, anchorEl, minDate, maxDate, allowedIntervals, onApply, onCancel }: DateIntervalPickerPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
31
|
export default DateIntervalPickerPopover;
|
|
@@ -30,30 +30,30 @@ export type DatePickerProps = Omit<TextFieldProps, 'value' | 'onChange' | 'type'
|
|
|
30
30
|
* An input component which uses a vitamined TextField with a popover to allow user
|
|
31
31
|
* to pick a Date (without time component)
|
|
32
32
|
*/
|
|
33
|
-
declare const DatePicker: React.ForwardRefExoticComponent<Omit<TextFieldProps, "
|
|
33
|
+
declare const DatePicker: React.ForwardRefExoticComponent<Omit<TextFieldProps, "type" | "onBlur" | "onChange" | "onKeyDown" | "onScroll" | "value" | "maxLength"> & {
|
|
34
34
|
/**
|
|
35
35
|
* The value handled by this DatePicker
|
|
36
36
|
*/
|
|
37
|
-
value?: Date | null
|
|
37
|
+
value?: Date | null;
|
|
38
38
|
/**
|
|
39
39
|
* Called on every change
|
|
40
40
|
*/
|
|
41
|
-
onChange?: (
|
|
41
|
+
onChange?: (date: Date | null) => void;
|
|
42
42
|
/**
|
|
43
43
|
* Called when inner TextField emit blur event
|
|
44
44
|
*/
|
|
45
|
-
onBlur?: TextFieldProps[
|
|
45
|
+
onBlur?: TextFieldProps["onBlur"];
|
|
46
46
|
/**
|
|
47
47
|
* Called when inner TextField emit keyDown event
|
|
48
48
|
*/
|
|
49
|
-
onKeyDown?: TextFieldProps[
|
|
49
|
+
onKeyDown?: TextFieldProps["onKeyDown"];
|
|
50
50
|
/**
|
|
51
51
|
* The minimum date available for selection
|
|
52
52
|
*/
|
|
53
|
-
minDate?: Date | null
|
|
53
|
+
minDate?: Date | null;
|
|
54
54
|
/**
|
|
55
55
|
* The maximum date available for selection
|
|
56
56
|
*/
|
|
57
|
-
maxDate?: Date | null
|
|
57
|
+
maxDate?: Date | null;
|
|
58
58
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
59
59
|
export default DatePicker;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { PopoverProps } from '../popover/Popover';
|
|
3
2
|
export type DatePickerPopoverProps = Pick<PopoverProps, 'anchorEl' | 'onClose'> & {
|
|
4
3
|
value?: Date | null;
|
|
@@ -6,5 +5,5 @@ export type DatePickerPopoverProps = Pick<PopoverProps, 'anchorEl' | 'onClose'>
|
|
|
6
5
|
minDate?: Date | null;
|
|
7
6
|
maxDate?: Date | null;
|
|
8
7
|
};
|
|
9
|
-
declare const DatePickerPopover: ({ value, onSelect, minDate, maxDate, ...rest }: DatePickerPopoverProps) => JSX.Element;
|
|
8
|
+
declare const DatePickerPopover: ({ value, onSelect, minDate, maxDate, ...rest }: DatePickerPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export default DatePickerPopover;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type DatePickerStaticProps = {
|
|
3
2
|
value?: Date | null;
|
|
4
3
|
onSelect: (date: Date | null) => void;
|
|
5
4
|
minDate?: Date | null;
|
|
6
5
|
maxDate?: Date | null;
|
|
7
6
|
};
|
|
8
|
-
declare const DatePickerStatic: ({ value, onSelect, minDate, maxDate }: DatePickerStaticProps) => JSX.Element;
|
|
7
|
+
declare const DatePickerStatic: ({ value, onSelect, minDate, maxDate }: DatePickerStaticProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default DatePickerStatic;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type DaysOfWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
|
|
3
2
|
export type DaysOfWeekPickerProps = {
|
|
4
3
|
/**
|
|
@@ -7,5 +6,5 @@ export type DaysOfWeekPickerProps = {
|
|
|
7
6
|
value: DaysOfWeek[];
|
|
8
7
|
onChange: (newValue: DaysOfWeek[]) => void;
|
|
9
8
|
};
|
|
10
|
-
declare const DaysOfWeekPicker: ({ value, onChange }: DaysOfWeekPickerProps) => JSX.Element;
|
|
9
|
+
declare const DaysOfWeekPicker: ({ value, onChange }: DaysOfWeekPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export default DaysOfWeekPicker;
|
|
@@ -13,6 +13,6 @@ declare const DebouncedTextField: React.ForwardRefExoticComponent<TextFieldProps
|
|
|
13
13
|
/**
|
|
14
14
|
* The time in ms that the debounce takes to trigger.
|
|
15
15
|
*/
|
|
16
|
-
debounce?: number
|
|
16
|
+
debounce?: number;
|
|
17
17
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
18
18
|
export default DebouncedTextField;
|
|
@@ -18,12 +18,12 @@ declare const InputHelperText: React.ForwardRefExoticComponent<{
|
|
|
18
18
|
/**
|
|
19
19
|
* The severity of this text
|
|
20
20
|
*/
|
|
21
|
-
severity?: "
|
|
21
|
+
severity?: "info" | "error";
|
|
22
22
|
/**
|
|
23
23
|
* Styles to custom main Box component
|
|
24
24
|
*/
|
|
25
|
-
sx?: SxProps
|
|
25
|
+
sx?: SxProps;
|
|
26
26
|
} & {
|
|
27
|
-
children?: React.ReactNode;
|
|
27
|
+
children?: React.ReactNode | undefined;
|
|
28
28
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
29
29
|
export default InputHelperText;
|
|
@@ -28,20 +28,20 @@ declare const InputLabel: React.ForwardRefExoticComponent<{
|
|
|
28
28
|
* The `for` native attribute. Set here the `id` of the related
|
|
29
29
|
* form field associated to this label.
|
|
30
30
|
*/
|
|
31
|
-
htmlFor?: string
|
|
31
|
+
htmlFor?: string;
|
|
32
32
|
/**
|
|
33
33
|
* Styles to custom <label> component
|
|
34
34
|
*/
|
|
35
|
-
sx?: SxProps
|
|
35
|
+
sx?: SxProps;
|
|
36
36
|
/**
|
|
37
37
|
* The severity of this label
|
|
38
38
|
*/
|
|
39
|
-
severity?: "
|
|
39
|
+
severity?: "info" | "error";
|
|
40
40
|
/**
|
|
41
41
|
* Show an info icon with the text as tooltip
|
|
42
42
|
*/
|
|
43
|
-
infoText?: string
|
|
43
|
+
infoText?: string;
|
|
44
44
|
} & {
|
|
45
|
-
children?: React.ReactNode;
|
|
45
|
+
children?: React.ReactNode | undefined;
|
|
46
46
|
} & React.RefAttributes<HTMLLabelElement>>;
|
|
47
47
|
export default InputLabel;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SelectPopoverProps } from './SelectPopover';
|
|
3
2
|
export type ItemSelectorItem = {
|
|
4
3
|
id: string;
|
|
@@ -23,5 +22,5 @@ export type ItemSelectorProps<T extends ItemSelectorItem> = {
|
|
|
23
22
|
onClose?: () => void;
|
|
24
23
|
onLoadMore?: (searchText: string) => void;
|
|
25
24
|
} & Pick<SelectPopoverProps, 'applyButtonText' | 'emptyListPlaceholder' | 'hasMore' | 'isLoading' | 'isLoadingSubtitle2' | 'maxSelectedItems' | 'onSearch' | 'requiredSelectedItemsToApply' | 'disableApplyWithoutChanges' | 'popoverWidth'>;
|
|
26
|
-
declare const ItemSelector: <T extends ItemSelectorItem>({ items, selectedItems, maxSelectedItems, variant, placeholder, disabled, helperText, isError, limitItemChips, itemChipWidth, isLoading, isLoadingSubtitle2, hasMore, applyButtonText, emptyListPlaceholder, requiredSelectedItemsToApply, disableApplyWithoutChanges, popoverWidth, renderChipLabel, renderItem, onChange, onLoadMore, onSearch, onClose }: ItemSelectorProps<T>) => JSX.Element;
|
|
25
|
+
declare const ItemSelector: <T extends ItemSelectorItem>({ items, selectedItems, maxSelectedItems, variant, placeholder, disabled, helperText, isError, limitItemChips, itemChipWidth, isLoading, isLoadingSubtitle2, hasMore, applyButtonText, emptyListPlaceholder, requiredSelectedItemsToApply, disableApplyWithoutChanges, popoverWidth, renderChipLabel, renderItem, onChange, onLoadMore, onSearch, onClose }: ItemSelectorProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
27
26
|
export default ItemSelector;
|
|
@@ -56,51 +56,51 @@ export type NumberFieldProps = Omit<TextFieldProps, 'value' | 'onChange' | 'mult
|
|
|
56
56
|
* The exposed `ref` property is the refference to the native <input> element,
|
|
57
57
|
* typed as React.Ref<HTMLInputElement>
|
|
58
58
|
*/
|
|
59
|
-
declare const NumberField: React.ForwardRefExoticComponent<Omit<TextFieldProps, "
|
|
59
|
+
declare const NumberField: React.ForwardRefExoticComponent<Omit<TextFieldProps, "type" | "onChange" | "onScroll" | "defaultValue" | "value" | "multiline"> & {
|
|
60
60
|
/**
|
|
61
61
|
* The numeric value of this input.
|
|
62
62
|
*/
|
|
63
|
-
value?: number | null
|
|
63
|
+
value?: number | null;
|
|
64
64
|
/**
|
|
65
65
|
* The numerical set to which the field belongs.
|
|
66
66
|
* * @default integer
|
|
67
67
|
*/
|
|
68
|
-
type?: "
|
|
68
|
+
type?: "integer" | "decimal";
|
|
69
69
|
/**
|
|
70
70
|
* Called when value is changed internally (both with user typing or
|
|
71
71
|
* by using arrowUp/arrowDown keyboard keys)
|
|
72
72
|
*/
|
|
73
|
-
onChange?: (
|
|
73
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>, value: number | null) => void;
|
|
74
74
|
/**
|
|
75
75
|
* number of decimal places to which the number is rounded (only for the "decimal" type)
|
|
76
76
|
* @default 0
|
|
77
77
|
*/
|
|
78
|
-
fractionDigits?: number
|
|
78
|
+
fractionDigits?: number;
|
|
79
79
|
/**
|
|
80
80
|
* Maximum value allowed
|
|
81
81
|
*/
|
|
82
|
-
maxValue?: number
|
|
82
|
+
maxValue?: number;
|
|
83
83
|
/**
|
|
84
84
|
* Minimum value allowed
|
|
85
85
|
*/
|
|
86
|
-
minValue?: number
|
|
86
|
+
minValue?: number;
|
|
87
87
|
/**
|
|
88
88
|
* Number to be added or removed to the value on every arrowUp/arrowDown when input has focus
|
|
89
89
|
* @default 1
|
|
90
90
|
*/
|
|
91
|
-
step?: number
|
|
91
|
+
step?: number;
|
|
92
92
|
/**
|
|
93
93
|
* If true, the stepper buttons will be shown
|
|
94
94
|
* @default false
|
|
95
95
|
*/
|
|
96
|
-
withStepperButtons?: boolean
|
|
96
|
+
withStepperButtons?: boolean;
|
|
97
97
|
/**
|
|
98
98
|
* Tooltip for the increase stepper button when it is disabled
|
|
99
99
|
*/
|
|
100
|
-
stepUpDisabledTooltip?: string
|
|
100
|
+
stepUpDisabledTooltip?: string;
|
|
101
101
|
/**
|
|
102
102
|
* Tooltip for the decrease stepper button when it is disabled
|
|
103
103
|
*/
|
|
104
|
-
stepDownDisabledTooltip?: string
|
|
104
|
+
stepDownDisabledTooltip?: string;
|
|
105
105
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
106
106
|
export default NumberField;
|
|
@@ -25,19 +25,19 @@ export type PhoneFieldProps = Omit<TextFieldProps, 'multiline' | 'onChange' | 'r
|
|
|
25
25
|
* The exposed `ref` property is the refference to the native <input> element,
|
|
26
26
|
* typed as React.Ref<HTMLInputElement>
|
|
27
27
|
*/
|
|
28
|
-
declare const PhoneField: React.ForwardRefExoticComponent<Omit<TextFieldProps, "
|
|
28
|
+
declare const PhoneField: React.ForwardRefExoticComponent<Omit<TextFieldProps, "type" | "onChange" | "onScroll" | "defaultValue" | "rows" | "multiline"> & {
|
|
29
29
|
/**
|
|
30
30
|
* Called when the value changes
|
|
31
31
|
*/
|
|
32
|
-
onChange?: (
|
|
32
|
+
onChange?: (value: string) => void;
|
|
33
33
|
/**
|
|
34
34
|
* Country code to be used by default if this field is firstly rendered with an empty value.
|
|
35
35
|
* It must be a code of 1, 2, 3 or 4 digits available in PhoneUtils.ts file.
|
|
36
36
|
*/
|
|
37
|
-
defaultCountryCode?: string
|
|
37
|
+
defaultCountryCode?: string;
|
|
38
38
|
/**
|
|
39
39
|
* Country code select props
|
|
40
40
|
*/
|
|
41
|
-
codeSelectProps?: SelectProps<string, false>[
|
|
41
|
+
codeSelectProps?: SelectProps<string, false>["sx"];
|
|
42
42
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
43
43
|
export default PhoneField;
|
|
@@ -85,5 +85,11 @@ export type SelectProps<T extends string | number | undefined, Multiple extends
|
|
|
85
85
|
onOpen?: () => void;
|
|
86
86
|
};
|
|
87
87
|
export declare const BootstrapInput: import("@emotion/styled").StyledComponent<import("@mui/material/InputBase").InputBaseProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
88
|
-
|
|
88
|
+
/**
|
|
89
|
+
* Show a Select component, wich can be used to pick a single option or multiple options.
|
|
90
|
+
* If `multiple=true`, then value and onChange parameter are an array of values.
|
|
91
|
+
* The Select component value type can be restricted to any type that extends `string | number | undefined`.
|
|
92
|
+
*/
|
|
93
|
+
declare const Select: <T extends string | number | undefined = string | number | undefined, Multiple extends boolean | undefined = undefined, Value = SelectValue<T, Multiple>>({ variant, placeholder, children, onChange, onClose, options, multiple, value, virtualized, virtualizedProps, className, paperClassName, size, sx, renderValue, menuZIndex, menuColors, menuMaxHeight, dataTest, open, onOpen, ...rest }: SelectProps<T, Multiple, Value>, ref: React.Ref<HTMLSelectElement>) => import("react/jsx-runtime").JSX.Element;
|
|
94
|
+
declare const _default: typeof Select;
|
|
89
95
|
export default _default;
|
|
@@ -103,5 +103,5 @@ export type SelectPopoverProps = Pick<PopoverProps, 'anchorEl'> & {
|
|
|
103
103
|
/**
|
|
104
104
|
* SelectPopover is a components that renders a complex selector with DataDisplayItems and is multiselectable, infinite scroll and search input.
|
|
105
105
|
*/
|
|
106
|
-
declare const SelectPopover: ({ onApply, onCancel, onLoadMore, onSearch, debounce, multiple, hasMore, isLoading, isLoadingSubtitle2, requiredSelectedItemsToApply, searchPlaceholder, items, anchorEl, itemsColorStyles, selectedItemsIds, popoverWidth, disableRestoreFocus, applyButtonText, maxSelectedItems, keepCurrentSelectionOnSearch, emptyListPlaceholder, disableApplyWithoutChanges }: SelectPopoverProps) => JSX.Element;
|
|
106
|
+
declare const SelectPopover: ({ onApply, onCancel, onLoadMore, onSearch, debounce, multiple, hasMore, isLoading, isLoadingSubtitle2, requiredSelectedItemsToApply, searchPlaceholder, items, anchorEl, itemsColorStyles, selectedItemsIds, popoverWidth, disableRestoreFocus, applyButtonText, maxSelectedItems, keepCurrentSelectionOnSearch, emptyListPlaceholder, disableApplyWithoutChanges }: SelectPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
107
107
|
export default SelectPopover;
|