@mailstep/design-system 0.8.26-beta.4 → 0.8.26-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/ui/Blocks/CommonGrid/CommonGrid.d.ts +3 -4
- package/ui/Blocks/CommonGrid/CommonGridContainer.d.ts +2 -3
- package/ui/Blocks/CommonGrid/HoC/withProps.d.ts +1 -2
- package/ui/Blocks/CommonGrid/HoC/withReduxActions.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/ActionHead/ActionHead.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownMenu.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownSelect.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ActionHead/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ButtonMore/ButtonMore.d.ts +2 -2
- package/ui/Blocks/CommonGrid/components/ButtonMore/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ColumnFilterCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/ColumnTitle/ColumnTitle.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/ColumnTitle/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ColumnTitle.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/ControlButtons/ControlButtons.d.ts +3 -3
- package/ui/Blocks/CommonGrid/components/ControlButtons/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ControlButtons/styles.d.ts +4 -4
- package/ui/Blocks/CommonGrid/components/DataCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/DataRow.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/DropdownButton/DropdownButton.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/DropdownButton/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ExtraControlButtons/ExtraControlButtons.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/ExtraControlButtons/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/FilterDropdown.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/FilterRow.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/Filters/ActionsFilter/ActionsFilter.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/Filters/ActionsFilter/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/BooleanSelect/BooleanSelect.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/BooleanSelect/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/DatePickerRange.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/utils/pickerRangeToString.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/GridSelect/GridSelect.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/Filters/GridSelect/guards.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/GridSelect/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/NumberRange/NumberRange.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/Filters/NumberRange/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/NumberRange/types.d.ts +0 -1
- package/ui/Blocks/CommonGrid/components/Filters/TextRange/TextRange.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/Filters/TextRange/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Filters/TextRange/types.d.ts +0 -1
- package/ui/Blocks/CommonGrid/components/FloatingButton/FloatingButton.d.ts +4 -5
- package/ui/Blocks/CommonGrid/components/FloatingButton/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/GridInfo/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/GridModals/index.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/GridStatus/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/GroupRow.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/HeadCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/HeadRow.d.ts +3 -4
- package/ui/Blocks/CommonGrid/components/IconList/IconList.d.ts +5 -6
- package/ui/Blocks/CommonGrid/components/IconList/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/ManageColumnForm.d.ts +4 -4
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/components/ManageColumnRow.d.ts +3 -3
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/styles.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/utils.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/MobileFilterModal.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/MobileOverlayWrapper.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/MobileSortModal.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/OversizedScroll.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/PresetsModalBody/components/TagRemove.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/PresetsModalBody/index.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/QuickFilter/QuickFilter.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/QuickFilter/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Resize.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/Table.d.ts +8 -8
- package/ui/Blocks/CommonGrid/components/TablePagination/TablePagination.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/TablePagination/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/gridCells/BoolIcon.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/ButtonInCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/Date.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/DateTime.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/EnumInCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/HoverBubble.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/IconButtonInCell.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/gridCells/ImageCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/LinkInCell.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/gridCells/RemoveItem.d.ts +4 -5
- package/ui/Blocks/CommonGrid/components/gridCells/RowActionsCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/StringJoin.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/SwitchInCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/gridCells/ToggleCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/components/icons/Edit.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/icons/EyeOpen.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/icons/Sorting.d.ts +1 -2
- package/ui/Blocks/CommonGrid/components/utils.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useAddFilter.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/useColumnSizes.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/useCreatePreset.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useDeletePreset.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useEditReadAsColumn.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/useFloatingButton.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useGridActionTrigger.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useGridAutoRowsPerPage.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useManageColumn.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/usePresetFileHandlers.d.ts +2 -3
- package/ui/Blocks/CommonGrid/hooks/useQuickFilter.d.ts +2 -3
- package/ui/Blocks/CommonGrid/hooks/useRowsKeyControls.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/useSelectPreset.d.ts +0 -1
- package/ui/Blocks/CommonGrid/hooks/useToggleAllCheckbox.d.ts +1 -2
- package/ui/Blocks/CommonGrid/hooks/useUxReset.d.ts +0 -1
- package/ui/Blocks/CommonGrid/index.d.ts +6 -7
- package/ui/Blocks/CommonGrid/store/index.d.ts +1 -2
- package/ui/Blocks/CommonGrid/store/migrateState.d.ts +0 -1
- package/ui/Blocks/CommonGrid/storybook/components/ComplexCell.d.ts +2 -3
- package/ui/Blocks/CommonGrid/storybook/components/EnumCellExample.d.ts +2 -3
- package/ui/Blocks/CommonGrid/storybook/stories/withForcedCheckboxes.stories.d.ts +0 -1
- package/ui/Blocks/CommonGrid/storybook/utils/columnDefinition.d.ts +1 -2
- package/ui/Blocks/CommonGrid/storybook/utils/utils.d.ts +2 -3
- package/ui/Blocks/CommonGrid/styles.d.ts +9 -9
- package/ui/Blocks/CommonGrid/types.d.ts +1 -2
- package/ui/Blocks/CommonGrid/utils/getExtendedExtraControlButtons.d.ts +1 -2
- package/ui/Blocks/CommonGrid/utils/index.d.ts +1 -2
- package/ui/Blocks/CornerDialog/CornerDialog.d.ts +2 -3
- package/ui/Blocks/CornerDialog/index.d.ts +0 -1
- package/ui/Blocks/CornerDialog/stories/CornerDialog.stories.d.ts +1 -2
- package/ui/Blocks/CornerDialog/styles.d.ts +6 -6
- package/ui/Blocks/CornerDialog/types.d.ts +1 -2
- package/ui/Blocks/CornerDialog/utils.d.ts +0 -1
- package/ui/Blocks/Header/components/MenuItems/components/MenuItem/index.d.ts +2 -3
- package/ui/Blocks/Header/components/MenuItems/index.d.ts +2 -3
- package/ui/Blocks/Header/components/MenuItems/styles.d.ts +2 -2
- package/ui/Blocks/Header/components/UserMenu/components/UserInfo/index.d.ts +1 -2
- package/ui/Blocks/Header/components/UserMenu/components/UserInfo/styles.d.ts +2 -2
- package/ui/Blocks/Header/components/UserMenu/index.d.ts +2 -3
- package/ui/Blocks/Header/components/UserMenu/styles.d.ts +3 -3
- package/ui/Blocks/Header/index.d.ts +5 -6
- package/ui/Blocks/Header/stories/Header.stories.d.ts +6 -7
- package/ui/Blocks/Header/styles.d.ts +4 -4
- package/ui/Blocks/Header/utils/languageItems.d.ts +1 -2
- package/ui/Blocks/HidePrint/HidePrint.d.ts +1 -2
- package/ui/Blocks/ImageList/ImageList.d.ts +2 -3
- package/ui/Blocks/ImageList/components/AddPhoto/index.d.ts +2 -3
- package/ui/Blocks/ImageList/components/AddPhoto/styles.d.ts +2 -2
- package/ui/Blocks/ImageList/components/CloseButton/index.d.ts +1 -2
- package/ui/Blocks/ImageList/components/CloseButton/styles.d.ts +1 -1
- package/ui/Blocks/ImageList/components/ImageElement/index.d.ts +1 -2
- package/ui/Blocks/ImageList/components/ImageElement/styles.d.ts +3 -3
- package/ui/Blocks/ImageList/components/ImageTag/index.d.ts +1 -2
- package/ui/Blocks/ImageList/components/ImageTag/styles.d.ts +1 -1
- package/ui/Blocks/ImageList/hooks/useOnElementClick.d.ts +1 -2
- package/ui/Blocks/ImageList/index.d.ts +1 -2
- package/ui/Blocks/ImageList/stories/ImageList.stories.d.ts +1 -2
- package/ui/Blocks/ImageList/styles.d.ts +2 -2
- package/ui/Blocks/ImageList/types.d.ts +1 -2
- package/ui/Blocks/LanguageSwitch/LanguageSwitch.d.ts +2 -3
- package/ui/Blocks/LanguageSwitch/index.d.ts +1 -2
- package/ui/Blocks/LanguageSwitch/stories/LanguageSwith.stories.d.ts +1 -2
- package/ui/Blocks/LanguageSwitch/styles.d.ts +3 -3
- package/ui/Blocks/LanguageSwitch/types.d.ts +0 -1
- package/ui/Blocks/LightBox/LightBox.d.ts +2 -3
- package/ui/Blocks/LightBox/hooks/useLightBox.d.ts +1 -2
- package/ui/Blocks/LightBox/index.d.ts +0 -1
- package/ui/Blocks/LightBox/stories/LightBox.stories.d.ts +1 -2
- package/ui/Blocks/LightBox/styles.d.ts +4 -4
- package/ui/Blocks/LoginPage/LoginPage.d.ts +2 -3
- package/ui/Blocks/LoginPage/components/LoginForm.d.ts +0 -1
- package/ui/Blocks/LoginPage/components/SocialLinks.d.ts +4 -5
- package/ui/Blocks/LoginPage/index.d.ts +1 -2
- package/ui/Blocks/LoginPage/styles.d.ts +7 -8
- package/ui/Blocks/LoginPage/types.d.ts +4 -5
- package/ui/Blocks/Modal/Modal.d.ts +2 -3
- package/ui/Blocks/Modal/hooks/useClickOutside.d.ts +2 -3
- package/ui/Blocks/Modal/hooks/useModal.d.ts +0 -1
- package/ui/Blocks/Modal/index.d.ts +0 -1
- package/ui/Blocks/Modal/stories/Modal.stories.d.ts +1 -2
- package/ui/Blocks/Modal/styles.d.ts +8 -9
- package/ui/Blocks/Modal/types.d.ts +1 -2
- package/ui/Blocks/Modal/utils.d.ts +0 -1
- package/ui/Blocks/Popover/index.d.ts +3 -4
- package/ui/Blocks/Scheduler/Scheduler.d.ts +2 -3
- package/ui/Blocks/Scheduler/components/BookedTimeSlots/index.d.ts +2 -3
- package/ui/Blocks/Scheduler/components/BookedTimeSlots/styles.d.ts +3 -3
- package/ui/Blocks/Scheduler/components/CurrentTimeMarker/index.d.ts +1 -2
- package/ui/Blocks/Scheduler/components/CurrentTimeMarker/styles.d.ts +3 -3
- package/ui/Blocks/Scheduler/components/DateChanger/index.d.ts +2 -3
- package/ui/Blocks/Scheduler/components/DateChanger/styles.d.ts +2 -2
- package/ui/Blocks/Scheduler/components/Groups/index.d.ts +2 -3
- package/ui/Blocks/Scheduler/components/Groups/styles.d.ts +3 -3
- package/ui/Blocks/Scheduler/components/TimeSlots/hooks/useRangeSelection.d.ts +1 -2
- package/ui/Blocks/Scheduler/components/TimeSlots/hooks/useScroll.d.ts +0 -1
- package/ui/Blocks/Scheduler/components/TimeSlots/index.d.ts +2 -3
- package/ui/Blocks/Scheduler/components/TimeSlots/styles.d.ts +4 -4
- package/ui/Blocks/Scheduler/hooks/useChangeDate.d.ts +2 -3
- package/ui/Blocks/Scheduler/stories/Scheduler.stories.d.ts +1 -2
- package/ui/Blocks/Scheduler/styles.d.ts +2 -2
- package/ui/Blocks/Scheduler/types.d.ts +1 -2
- package/ui/Blocks/Scheduler/utils/isActiveTime.d.ts +0 -1
- package/ui/Blocks/SideMenu/MenuItem.d.ts +2 -3
- package/ui/Blocks/SideMenu/SideMenu.d.ts +2 -3
- package/ui/Blocks/SideMenu/components/Footer.d.ts +3 -4
- package/ui/Blocks/SideMenu/components/SubitemTooltip.d.ts +2 -3
- package/ui/Blocks/SideMenu/context/LeftMenuContext.d.ts +1 -2
- package/ui/Blocks/SideMenu/hooks/useOutsideHover.d.ts +0 -1
- package/ui/Blocks/SideMenu/index.d.ts +1 -2
- package/ui/Blocks/SideMenu/stories/SideMenu.stories.d.ts +1 -1
- package/ui/Blocks/SideMenu/styles.d.ts +15 -16
- package/ui/Blocks/SideMenu/types.d.ts +1 -2
- package/ui/Blocks/Stepper/Stepper.d.ts +2 -3
- package/ui/Blocks/Stepper/components/StepCircle/index.d.ts +1 -2
- package/ui/Blocks/Stepper/components/StepCircle/styles.d.ts +1 -1
- package/ui/Blocks/Stepper/components/StepItem/index.d.ts +1 -2
- package/ui/Blocks/Stepper/components/StepItem/styles.d.ts +3 -3
- package/ui/Blocks/Stepper/stories/Stepper.stories.d.ts +1 -2
- package/ui/Blocks/Stepper/styles.d.ts +2 -2
- package/ui/Blocks/Stepper/types.d.ts +1 -2
- package/ui/Blocks/Table/Table.d.ts +0 -1
- package/ui/Blocks/Table/stories/Table.stories.d.ts +4 -4
- package/ui/Blocks/Tabs/TabContent.d.ts +2 -3
- package/ui/Blocks/Tabs/Tabs.d.ts +2 -3
- package/ui/Blocks/Tabs/hooks/useTabs.d.ts +0 -1
- package/ui/Blocks/Tabs/index.d.ts +0 -1
- package/ui/Blocks/Tabs/stories/Tabs.stories.d.ts +1 -2
- package/ui/Blocks/Tabs/styles.d.ts +5 -5
- package/ui/Blocks/Tabs/types.d.ts +1 -2
- package/ui/Elements/Alert/Alert.d.ts +0 -1
- package/ui/Elements/Alert/index.d.ts +1 -2
- package/ui/Elements/Alert/stories/Alert.stories.d.ts +2 -3
- package/ui/Elements/Alert/styles.d.ts +9 -9
- package/ui/Elements/Alert/types.d.ts +1 -2
- package/ui/Elements/AsyncSelect/AsyncSelect.d.ts +4 -5
- package/ui/Elements/AsyncSelect/index.d.ts +1 -2
- package/ui/Elements/AsyncSelect/stories/AsyncSelect.stories.d.ts +1 -1
- package/ui/Elements/Avatar/Avatar.d.ts +2 -3
- package/ui/Elements/Avatar/index.d.ts +0 -1
- package/ui/Elements/Avatar/stories/Avatar.stories.d.ts +2 -3
- package/ui/Elements/Badge/Badge.d.ts +1 -2
- package/ui/Elements/Badge/index.d.ts +1 -2
- package/ui/Elements/Badge/stories/Badge.stories.d.ts +2 -3
- package/ui/Elements/BarChartSymbol/BarChartSymbol.d.ts +0 -1
- package/ui/Elements/BarChartSymbol/stories/BarChartSymbol.stories.d.ts +2 -3
- package/ui/Elements/BarChartSymbol/styles.d.ts +1 -1
- package/ui/Elements/BorderedBox/BorderedBox.d.ts +2 -3
- package/ui/Elements/BorderedBox/index.d.ts +1 -2
- package/ui/Elements/BorderedBox/stories/BorderedBox.stories.d.ts +2 -3
- package/ui/Elements/Button/Button.d.ts +2 -3
- package/ui/Elements/Button/index.d.ts +1 -2
- package/ui/Elements/Button/stories/Button.stories.d.ts +2 -3
- package/ui/Elements/Button/styles.d.ts +4 -4
- package/ui/Elements/Button/types.d.ts +1 -2
- package/ui/Elements/Card/Card.d.ts +0 -1
- package/ui/Elements/Card/index.d.ts +1 -2
- package/ui/Elements/Card/stories/Card.stories.d.ts +2 -3
- package/ui/Elements/Card/styles.d.ts +1 -2
- package/ui/Elements/CheckedCircle/index.d.ts +1 -2
- package/ui/Elements/CheckedCircle/storries/CheckedCircle.stories.d.ts +2 -3
- package/ui/Elements/CheckedCircle/styles.d.ts +1 -1
- package/ui/Elements/DatePicker/DatePicker.d.ts +8 -4
- package/ui/Elements/DatePicker/Datetime/DateTime.d.ts +3 -4
- package/ui/Elements/DatePicker/Datetime/components/DateRepeater.d.ts +2 -3
- package/ui/Elements/DatePicker/Datetime/components/FooterRow.d.ts +1 -1
- package/ui/Elements/DatePicker/Datetime/components/FooterRowLabel.d.ts +1 -1
- package/ui/Elements/DatePicker/Datetime/components/TimeInput.d.ts +1 -1
- package/ui/Elements/DatePicker/Datetime/components/Timepicker.d.ts +1 -2
- package/ui/Elements/DatePicker/Datetime/types.d.ts +2 -3
- package/ui/Elements/DatePicker/Datetime/views/DaysView.d.ts +1 -2
- package/ui/Elements/DatePicker/Datetime/views/MonthsView.d.ts +1 -2
- package/ui/Elements/DatePicker/Datetime/views/YearsView.d.ts +1 -2
- package/ui/Elements/DatePicker/index.d.ts +1 -2
- package/ui/Elements/DatePicker/styles.d.ts +1 -1
- package/ui/Elements/DatePicker/utils/constants.d.ts +0 -1
- package/ui/Elements/Dropdown/Dropdown.d.ts +2 -3
- package/ui/Elements/Dropdown/index.d.ts +1 -2
- package/ui/Elements/Dropdown/stories/Dropdown.stories.d.ts +2 -3
- package/ui/Elements/Dropdown/types.d.ts +0 -1
- package/ui/Elements/DropdownMenu/DropdownMenu.d.ts +2 -3
- package/ui/Elements/DropdownMenu/components/DefaultItem.d.ts +2 -3
- package/ui/Elements/DropdownMenu/components/MenuItem.d.ts +2 -3
- package/ui/Elements/DropdownMenu/components/MenuList.d.ts +2 -3
- package/ui/Elements/DropdownMenu/types.d.ts +1 -2
- package/ui/Elements/DropdownSelect/DropdownSelect.d.ts +3 -4
- package/ui/Elements/DropdownSelect/index.d.ts +1 -2
- package/ui/Elements/ErrorMessage/ErrorMessage.d.ts +2 -3
- package/ui/Elements/ErrorMessage/index.d.ts +1 -2
- package/ui/Elements/ErrorMessage/stories/ErrorMessage.stories.d.ts +2 -3
- package/ui/Elements/ErrorMessage/types.d.ts +0 -1
- package/ui/Elements/HighlightBox/HighlightBox.d.ts +1 -2
- package/ui/Elements/HighlightBox/index.d.ts +1 -2
- package/ui/Elements/Icon/BadgeIcon.d.ts +2 -3
- package/ui/Elements/Icon/Icon.d.ts +4 -5
- package/ui/Elements/Icon/icons/Add.d.ts +1 -2
- package/ui/Elements/Icon/icons/AddPhoto.d.ts +0 -1
- package/ui/Elements/Icon/icons/Admin.d.ts +0 -1
- package/ui/Elements/Icon/icons/ArrowDown.d.ts +1 -2
- package/ui/Elements/Icon/icons/ArrowForward.d.ts +1 -2
- package/ui/Elements/Icon/icons/ArrowUp.d.ts +1 -2
- package/ui/Elements/Icon/icons/ArrowUpRightDownLeft.d.ts +1 -2
- package/ui/Elements/Icon/icons/ArrowsLeftRight.d.ts +1 -2
- package/ui/Elements/Icon/icons/ArrowsUpDown.d.ts +1 -2
- package/ui/Elements/Icon/icons/BarcodeScan.d.ts +0 -1
- package/ui/Elements/Icon/icons/Box.d.ts +0 -1
- package/ui/Elements/Icon/icons/Calendar.d.ts +0 -1
- package/ui/Elements/Icon/icons/Cancel.d.ts +0 -1
- package/ui/Elements/Icon/icons/CheckedBox.d.ts +1 -2
- package/ui/Elements/Icon/icons/CircleHalfStroke.d.ts +1 -2
- package/ui/Elements/Icon/icons/Company.d.ts +0 -1
- package/ui/Elements/Icon/icons/Complaint.d.ts +1 -2
- package/ui/Elements/Icon/icons/Consolidation.d.ts +1 -2
- package/ui/Elements/Icon/icons/Container.d.ts +1 -2
- package/ui/Elements/Icon/icons/Dashboard.d.ts +1 -2
- package/ui/Elements/Icon/icons/Desktop.d.ts +1 -2
- package/ui/Elements/Icon/icons/Dispatch.d.ts +1 -2
- package/ui/Elements/Icon/icons/EmptyRack.d.ts +0 -1
- package/ui/Elements/Icon/icons/Expeditions.d.ts +1 -2
- package/ui/Elements/Icon/icons/Filter.d.ts +2 -3
- package/ui/Elements/Icon/icons/FlagCZ.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagEL.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagESP.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagHU.d.ts +2 -3
- package/ui/Elements/Icon/icons/FlagITA.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagNL.d.ts +2 -3
- package/ui/Elements/Icon/icons/FlagRUS.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagSVK.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagUK.d.ts +1 -2
- package/ui/Elements/Icon/icons/FlagUSA.d.ts +1 -2
- package/ui/Elements/Icon/icons/Foldable.d.ts +2 -3
- package/ui/Elements/Icon/icons/Fragile.d.ts +1 -2
- package/ui/Elements/Icon/icons/Gift.d.ts +1 -2
- package/ui/Elements/Icon/icons/Group.d.ts +0 -1
- package/ui/Elements/Icon/icons/HamburgerMenu.d.ts +1 -2
- package/ui/Elements/Icon/icons/HelpCircle1.d.ts +1 -2
- package/ui/Elements/Icon/icons/HorizontalLines.d.ts +0 -1
- package/ui/Elements/Icon/icons/ImagePlaceholder.d.ts +0 -1
- package/ui/Elements/Icon/icons/Income.d.ts +1 -2
- package/ui/Elements/Icon/icons/Info.d.ts +1 -2
- package/ui/Elements/Icon/icons/Integrations.d.ts +0 -1
- package/ui/Elements/Icon/icons/Inventory.d.ts +1 -2
- package/ui/Elements/Icon/icons/Inventory2.d.ts +1 -2
- package/ui/Elements/Icon/icons/Layout.d.ts +2 -3
- package/ui/Elements/Icon/icons/Link.d.ts +0 -1
- package/ui/Elements/Icon/icons/Liquid.d.ts +2 -3
- package/ui/Elements/Icon/icons/Location.d.ts +1 -2
- package/ui/Elements/Icon/icons/Logout1.d.ts +1 -2
- package/ui/Elements/Icon/icons/MachinePackingForbidden.d.ts +2 -3
- package/ui/Elements/Icon/icons/MakePhoto.d.ts +1 -2
- package/ui/Elements/Icon/icons/MenuItems.d.ts +1 -2
- package/ui/Elements/Icon/icons/Message.d.ts +1 -2
- package/ui/Elements/Icon/icons/MobileCancel.d.ts +1 -2
- package/ui/Elements/Icon/icons/MobilePhone.d.ts +2 -3
- package/ui/Elements/Icon/icons/Moon.d.ts +1 -2
- package/ui/Elements/Icon/icons/Notification2.d.ts +1 -2
- package/ui/Elements/Icon/icons/OpenBox.d.ts +0 -1
- package/ui/Elements/Icon/icons/Pallet.d.ts +1 -2
- package/ui/Elements/Icon/icons/Plus1.d.ts +1 -2
- package/ui/Elements/Icon/icons/Print.d.ts +1 -2
- package/ui/Elements/Icon/icons/Product.d.ts +0 -1
- package/ui/Elements/Icon/icons/Products.d.ts +1 -2
- package/ui/Elements/Icon/icons/Profile.d.ts +1 -2
- package/ui/Elements/Icon/icons/Puzzle1.d.ts +1 -2
- package/ui/Elements/Icon/icons/QRCode.d.ts +1 -2
- package/ui/Elements/Icon/icons/Rack.d.ts +0 -1
- package/ui/Elements/Icon/icons/Reload.d.ts +2 -3
- package/ui/Elements/Icon/icons/Return.d.ts +1 -2
- package/ui/Elements/Icon/icons/Rows.d.ts +0 -1
- package/ui/Elements/Icon/icons/Settings2.d.ts +1 -2
- package/ui/Elements/Icon/icons/ShieldUser.d.ts +2 -3
- package/ui/Elements/Icon/icons/ShoppingBag.d.ts +1 -2
- package/ui/Elements/Icon/icons/Sort.d.ts +2 -3
- package/ui/Elements/Icon/icons/Sun.d.ts +1 -2
- package/ui/Elements/Icon/icons/ThreeDots.d.ts +0 -1
- package/ui/Elements/Icon/icons/ToastError.d.ts +0 -1
- package/ui/Elements/Icon/icons/ToastSuccess.d.ts +0 -1
- package/ui/Elements/Icon/icons/Transfer.d.ts +1 -2
- package/ui/Elements/Icon/icons/TrashBin.d.ts +0 -1
- package/ui/Elements/Icon/icons/Truck.d.ts +1 -2
- package/ui/Elements/Icon/icons/TwoBoxes.d.ts +1 -2
- package/ui/Elements/Icon/icons/TwoCheckedBoxes.d.ts +1 -2
- package/ui/Elements/Icon/icons/TwoUsers.d.ts +1 -2
- package/ui/Elements/Icon/icons/UserCowboy.d.ts +2 -3
- package/ui/Elements/Icon/icons/Valuable.d.ts +2 -3
- package/ui/Elements/Icon/icons/Weight.d.ts +1 -2
- package/ui/Elements/Icon/index.d.ts +1 -2
- package/ui/Elements/Icon/stories/BadgeIcon.stories.d.ts +4 -5
- package/ui/Elements/Icon/stories/Icon.stories.d.ts +2 -3
- package/ui/Elements/Icon/types.d.ts +1 -2
- package/ui/Elements/Image/Image.d.ts +2 -3
- package/ui/Elements/Image/index.d.ts +1 -2
- package/ui/Elements/Image/stories/Image.stories.d.ts +2 -3
- package/ui/Elements/Image/types.d.ts +1 -2
- package/ui/Elements/Label/Label.d.ts +2 -2
- package/ui/Elements/Label/index.d.ts +0 -1
- package/ui/Elements/Label/stories/Label.stories.d.ts +2 -3
- package/ui/Elements/Line/Line.d.ts +0 -1
- package/ui/Elements/Line/index.d.ts +1 -2
- package/ui/Elements/Line/stories/Line.stories.d.ts +2 -3
- package/ui/Elements/Line/types.d.ts +1 -2
- package/ui/Elements/Link/Link.d.ts +1 -2
- package/ui/Elements/Link/index.d.ts +1 -2
- package/ui/Elements/Link/stories/Link.stories.d.ts +2 -3
- package/ui/Elements/Logo/Logo.d.ts +2 -3
- package/ui/Elements/Logo/index.d.ts +1 -2
- package/ui/Elements/Logo/stories/Logo.stories.d.ts +2 -3
- package/ui/Elements/Pagination/Pagination.d.ts +1 -2
- package/ui/Elements/Pagination/index.d.ts +1 -2
- package/ui/Elements/Pagination/stories/Pagination.stories.d.ts +2 -3
- package/ui/Elements/Pagination/styled.d.ts +6 -6
- package/ui/Elements/Portal/index.d.ts +1 -2
- package/ui/Elements/ProgressBar/ProgressBar.d.ts +1 -2
- package/ui/Elements/ProgressBar/index.d.ts +1 -2
- package/ui/Elements/ProgressBar/stories/ProgressBar.stories.d.ts +2 -3
- package/ui/Elements/ProgressBar/styles.d.ts +3 -3
- package/ui/Elements/Select/Select.d.ts +2 -3
- package/ui/Elements/Select/components/CountMultiValue.d.ts +1 -2
- package/ui/Elements/Select/components/DropdownIndicator.d.ts +1 -2
- package/ui/Elements/Select/components/SelectAll.d.ts +2 -2
- package/ui/Elements/Select/components/SelectedIndicator.d.ts +1 -1
- package/ui/Elements/Select/components/SimplifiedOption.d.ts +1 -1
- package/ui/Elements/Select/index.d.ts +1 -2
- package/ui/Elements/Select/styles.d.ts +5 -6
- package/ui/Elements/Select/themes/index.d.ts +2 -3
- package/ui/Elements/Select/themes/selectStyles.d.ts +1 -2
- package/ui/Elements/Select/types.d.ts +3 -4
- package/ui/Elements/SimpleLink/SimpleLink.d.ts +2 -3
- package/ui/Elements/SimpleLink/index.d.ts +1 -2
- package/ui/Elements/SingleSelect/SingleSelect.d.ts +2 -3
- package/ui/Elements/SingleSelect/index.d.ts +1 -2
- package/ui/Elements/SpaceAround/SpaceAround.d.ts +2 -3
- package/ui/Elements/SpaceAround/index.d.ts +1 -2
- package/ui/Elements/SpaceAround/stories/SpaceAround.stories.d.ts +2 -3
- package/ui/Elements/Spinner/Spinner.d.ts +2 -3
- package/ui/Elements/Spinner/index.d.ts +1 -2
- package/ui/Elements/Spinner/stories/Spinner.stories.d.ts +2 -3
- package/ui/Elements/Spinner/styles.d.ts +2 -2
- package/ui/Elements/Table/Table.d.ts +6 -6
- package/ui/Elements/Table/stories/Table.stories.d.ts +1 -1
- package/ui/Elements/Tag/Tag.d.ts +2 -3
- package/ui/Elements/Tag/index.d.ts +1 -2
- package/ui/Elements/Tag/palettes.d.ts +1 -2
- package/ui/Elements/Tag/stories/Tag.stories.d.ts +2 -3
- package/ui/Elements/Text/Text.d.ts +2 -3
- package/ui/Elements/Text/index.d.ts +1 -2
- package/ui/Elements/Text/stories/Text.stories.d.ts +2 -3
- package/ui/Elements/Text/types.d.ts +0 -1
- package/ui/Elements/Toast/Toast.d.ts +1 -2
- package/ui/Elements/Toast/constants.d.ts +1 -2
- package/ui/Elements/Toast/index.d.ts +1 -2
- package/ui/Elements/Toast/stories/Toast.stories.d.ts +2 -3
- package/ui/Elements/Toast/styles.d.ts +5 -5
- package/ui/Elements/Toggle/Toggle.d.ts +2 -3
- package/ui/Elements/Toggle/index.d.ts +1 -2
- package/ui/Elements/Toggle/stories/Toggle.stories.d.ts +2 -3
- package/ui/Elements/Toggle/types.d.ts +0 -1
- package/ui/Elements/Tooltip/Tooltip.d.ts +2 -3
- package/ui/Elements/Tooltip/index.d.ts +1 -2
- package/ui/Elements/Tooltip/stories/Tooltip.stories.d.ts +2 -3
- package/ui/Elements/Typography/Typography.d.ts +2 -3
- package/ui/Elements/Typography/index.d.ts +0 -1
- package/ui/Elements/Typography/stories/Typography.stories.d.ts +1 -2
- package/ui/Forms/Checkbox/Checkbox.d.ts +2 -3
- package/ui/Forms/Checkbox/index.d.ts +1 -2
- package/ui/Forms/Checkbox/stories/Checkbox.stories.d.ts +1 -2
- package/ui/Forms/Checkbox/styles.d.ts +4 -4
- package/ui/Forms/Checkbox/types.d.ts +1 -2
- package/ui/Forms/Input/Input.d.ts +2 -3
- package/ui/Forms/Input/index.d.ts +0 -1
- package/ui/Forms/Input/stories/Input.stories.d.ts +2 -3
- package/ui/Forms/Input/styles.d.ts +9 -9
- package/ui/Forms/Input/types.d.ts +1 -2
- package/ui/Forms/RadioButton/RadioButton.d.ts +2 -3
- package/ui/Forms/RadioButton/index.d.ts +1 -2
- package/ui/Forms/RadioButton/stories/RadioButton.stories.d.ts +2 -3
- package/ui/Forms/RadioButton/styles.d.ts +6 -6
- package/ui/Forms/RadioButton/types.d.ts +0 -1
- package/ui/Forms/TextArea/TextArea.d.ts +2 -3
- package/ui/Forms/TextArea/index.d.ts +1 -2
- package/ui/Forms/TextArea/styles.d.ts +5 -5
- package/ui/ThemeProvider/ThemeProvider.d.ts +3 -4
- package/ui/ThemeProvider/index.d.ts +2 -3
- package/ui/ThemeProvider/themes/index.d.ts +1 -1
- package/ui/ThemeProvider/themes/light.d.ts +1 -2
- package/ui/ThemeProvider/types.d.ts +1 -2
- package/ui/index.d.ts +47 -48
- package/ui/utils/CreateRgba/createRgba.d.ts +0 -1
- package/ui/utils/KeyPress/KeyPress.d.ts +0 -1
- package/ui/utils/KeyPress/KeyPress.stories.d.ts +1 -2
- package/ui/utils/KeyPress/index.d.ts +1 -2
- package/ui/utils/index.d.ts +4 -5
- package/ui/utils/translations.d.ts +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailstep/design-system",
|
|
3
|
-
"version": "0.8.26-beta.
|
|
3
|
+
"version": "0.8.26-beta.5",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./ui/index.js",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"storybook": "storybook dev -p 6006",
|
|
15
|
-
"build": "rm -rf ./build && tsup &&
|
|
16
|
-
"build:win": "tsup &&
|
|
15
|
+
"build": "rm -rf ./build && tsup && tsc --emitDeclarationOnly && cp package.json build && cp README.md build",
|
|
16
|
+
"build:win": "tsup && tsc --emitDeclarationOnly && copy package.json build && copy README.md build",
|
|
17
17
|
"build-storybook": "storybook build",
|
|
18
18
|
"deploy": "npm run build && npm publish ./build",
|
|
19
19
|
"deploy:win": "npm run build:win && npm publish ./build",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { DragEndEvent } from '@dnd-kit/core';
|
|
3
|
-
import { CommonGridProps, FiltersConfig, ColumnDefinition } from './types';
|
|
4
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { DragEndEvent } from '@dnd-kit/core';
|
|
3
|
+
import type { CommonGridProps, FiltersConfig, ColumnDefinition } from './types';
|
|
5
4
|
type Props = CommonGridProps & {
|
|
6
5
|
filters?: FiltersConfig;
|
|
7
6
|
handleDragEnd: (item: DragEndEvent) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const withReduxActions: (gridName: string, prefix?: string) => import(
|
|
1
|
+
declare const withReduxActions: (gridName: string, prefix?: string) => import("react-redux").InferableComponentEnhancerWithProps<{}, {}>;
|
|
2
2
|
export default withReduxActions;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { GridActionsType, GridSelectorsType, OnBatchActionFn, RowProps, ActionColumn } from '../../types';
|
|
3
|
-
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type GridActionsType, type GridSelectorsType, type OnBatchActionFn, type RowProps, type ActionColumn } from '../../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
gridActions: GridActionsType;
|
|
6
5
|
gridSelectors: GridSelectorsType;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ColumnDefinition, GridActionsType, FiltersConfig, CustomComparators, Group, ActionColumn, UxState, RowProps } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { ColumnDefinition, GridActionsType, FiltersConfig, CustomComparators, Group, ActionColumn, UxState, RowProps } from '../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
onChange: Required<GridActionsType>['addFilter'];
|
|
6
5
|
value?: any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ColumnTitleComponentType } from '../../types';
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type ColumnTitleComponentType } from '../../types';
|
|
4
3
|
declare const ColumnTitle: React.FC<ColumnTitleComponentType>;
|
|
5
4
|
export default ColumnTitle;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ColumnTitleComponentType } from '../types';
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ColumnTitleComponentType } from '../types';
|
|
4
3
|
declare const _default: React.NamedExoticComponent<ColumnTitleComponentType>;
|
|
5
4
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Dispatch, FC } from 'react';
|
|
3
|
+
import { type CommonGridProps, type GridActionsType, type GridSelectorsType, type ColumnDefinition, type FiltersConfig } from '../../types';
|
|
4
4
|
type Props = {
|
|
5
5
|
extraControlButtons: CommonGridProps['extraControlButtons'];
|
|
6
6
|
gridActions: GridActionsType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const ControlButtonsContainer: import(
|
|
2
|
-
export declare const Left: import(
|
|
3
|
-
export declare const Right: import(
|
|
4
|
-
export declare const StyledColumnButton: import(
|
|
1
|
+
export declare const ControlButtonsContainer: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
2
|
+
export declare const Left: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
3
|
+
export declare const Right: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
4
|
+
export declare const StyledColumnButton: import("styled-components").StyledComponent<import("react").FC<import("../../../../Elements/Button/types").Props>, import("@xstyled/system").Theme, {}, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ColumnDefinition, RowProps, Group } from '../types';
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type ColumnDefinition, type RowProps, type Group } from '../types';
|
|
4
3
|
type DataCellPros = {
|
|
5
4
|
column: ColumnDefinition;
|
|
6
5
|
rowData: RowProps;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ColumnDefinition, RowProps, UxState, GridSelectorsType, Group } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { ColumnDefinition, RowProps, UxState, GridSelectorsType, Group } from '../types';
|
|
4
3
|
type DataRowProps = {
|
|
5
4
|
columns: ColumnDefinition[];
|
|
6
5
|
rowData: RowProps;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { ReactNode, FC } from 'react';
|
|
2
|
-
import { AppearanceValue } from '../../../../Elements/Button/types';
|
|
3
|
-
import { Item } from '../../types';
|
|
4
|
-
|
|
1
|
+
import { type ReactNode, type FC } from 'react';
|
|
2
|
+
import { type AppearanceValue } from '../../../../Elements/Button/types';
|
|
3
|
+
import { type Item } from '../../types';
|
|
5
4
|
type Props = {
|
|
6
5
|
label: string | ReactNode;
|
|
7
6
|
items: Item[];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { CommonGridProps, ExtraControlButton } from '../../types';
|
|
3
|
-
|
|
4
|
-
export declare const Row: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type CommonGridProps, type ExtraControlButton } from '../../types';
|
|
3
|
+
export declare const Row: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
5
4
|
type Props = {
|
|
6
5
|
extraControlButtons: CommonGridProps['extraControlButtons'];
|
|
7
6
|
targetPosition?: ExtraControlButton['position'];
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Settings, ColumnDefinition as ColumnDefinitionType, ActionColumn, GridActionsType, GridSelectorsType, Group, CustomComparators, FiltersConfig, UxState, RowProps } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { Settings, ColumnDefinition as ColumnDefinitionType, ActionColumn, GridActionsType, GridSelectorsType, Group, CustomComparators, FiltersConfig, UxState, RowProps } from '../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
columns: ColumnDefinitionType[];
|
|
6
5
|
actionColumn?: ActionColumn;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ActionColumn, GridActionsType, RowProps, UxState } from '../../../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { ActionColumn, GridActionsType, RowProps, UxState } from '../../../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
actionColumn?: ActionColumn;
|
|
6
5
|
rowsData?: RowProps[];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { DateTimeOthers } from '../../../../../Elements/DatePicker/Datetime/types';
|
|
3
|
-
import { FilterComponentProps } from '../../../types';
|
|
4
|
-
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import type { DateTimeOthers } from '../../../../../Elements/DatePicker/Datetime/types';
|
|
3
|
+
import type { FilterComponentProps } from '../../../types';
|
|
5
4
|
type InitialView = 'past' | 'future';
|
|
6
5
|
type DatePickerRangeProps = FilterComponentProps<Date[]> & {
|
|
7
6
|
filterTime?: number;
|
package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/utils/pickerRangeToString.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { DateTimeOthers } from '../../../../../../Elements/DatePicker/Datetime/types';
|
|
2
|
-
|
|
1
|
+
import type { DateTimeOthers } from '../../../../../../Elements/DatePicker/Datetime/types';
|
|
3
2
|
export declare const pickerRangeToString: (values?: Date[], others?: DateTimeOthers[]) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Option } from '../../../../../Elements/Select/types';
|
|
3
|
-
import { CommonGridProps } from '../../../types';
|
|
4
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import { type Option } from '../../../../../Elements/Select/types';
|
|
3
|
+
import { type CommonGridProps } from '../../../types';
|
|
5
4
|
type Props = {
|
|
6
5
|
onChange: (data: any) => void;
|
|
7
6
|
onAsyncLoadFilterOptions?: CommonGridProps['onAsyncLoadFilterOptions'];
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { FloatingButtonProps } from '../../types';
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const StyledCross: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import { type FloatingButtonProps } from '../../types';
|
|
3
|
+
export declare const StyledButton: import("styled-components").StyledComponent<"button", import("@xstyled/system").Theme, {}, never>;
|
|
4
|
+
export declare const StyledCross: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {
|
|
6
5
|
isOpen: boolean;
|
|
7
6
|
}, never>;
|
|
8
7
|
declare const FloatingButton: FC<FloatingButtonProps>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ColumnConfig, ColumnDefinition, GridActionsType, GridSelectorsType } from '../../types';
|
|
3
|
-
import { DragEndEvent } from '@dnd-kit/core';
|
|
4
|
-
|
|
1
|
+
import React, { type FC } from 'react';
|
|
2
|
+
import type { ColumnConfig, ColumnDefinition, GridActionsType, GridSelectorsType } from '../../types';
|
|
3
|
+
import type { DragEndEvent } from '@dnd-kit/core';
|
|
5
4
|
type ModalsProps = {
|
|
6
5
|
manageColumnFormVisible: boolean;
|
|
7
6
|
onCloseForm: () => void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ActionColumn, Group, ColumnDefinition, GridSelectorsType } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { ActionColumn, Group, ColumnDefinition, GridSelectorsType } from '../types';
|
|
4
3
|
type GroupRowProps = {
|
|
5
4
|
groups: Group[];
|
|
6
5
|
actionColumn?: ActionColumn;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Group, Settings, ColumnDefinition, SortingValueType } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { Group, Settings, ColumnDefinition, SortingValueType } from '../types';
|
|
4
3
|
type HeadCellProps = {
|
|
5
4
|
column: ColumnDefinition;
|
|
6
5
|
isDragDisabled: boolean;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { Settings, ColumnDefinition, GridSelectorsType, Group, CommonGridProps, GridActionsType } from '../types';
|
|
3
|
-
import { DragEndEvent } from '@dnd-kit/core';
|
|
4
|
-
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import type { Settings, ColumnDefinition, GridSelectorsType, Group, CommonGridProps, GridActionsType } from '../types';
|
|
3
|
+
import type { DragEndEvent } from '@dnd-kit/core';
|
|
5
4
|
type HeadRowProps = {
|
|
6
5
|
columns: ColumnDefinition[];
|
|
7
6
|
onAddSort: GridActionsType['addSorting'];
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const ListItemContent: import('styled-components').StyledComponent<"span", import('@xstyled/system').Theme, {
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
export declare const List: import("styled-components").StyledComponent<"ul", import("@xstyled/system").Theme, {}, never>;
|
|
3
|
+
export declare const ListItem: import("styled-components").StyledComponent<"li", import("@xstyled/system").Theme, {}, never>;
|
|
4
|
+
export declare const ListItemContent: import("styled-components").StyledComponent<"span", import("@xstyled/system").Theme, {
|
|
6
5
|
selected?: boolean;
|
|
7
6
|
}, never>;
|
|
8
|
-
export declare const ListItemIcon: import(
|
|
7
|
+
export declare const ListItemIcon: import("styled-components").StyledComponent<"span", import("@xstyled/system").Theme, {}, never>;
|
|
9
8
|
type Item = {
|
|
10
9
|
value: string;
|
|
11
10
|
icon?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FC } from 'react';
|
|
3
|
+
import type { ColumnConfig, CommonGridProps } from '../../types';
|
|
4
|
+
import type { DragEndEvent } from '@dnd-kit/core';
|
|
5
5
|
type ManageColumnProps = {
|
|
6
6
|
columns: CommonGridProps['columnsDefinitions'];
|
|
7
7
|
columnsConfigValues?: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FC } from 'react';
|
|
3
|
+
import type { ColumnConfig, ColumnDefinition } from '../../../types';
|
|
4
4
|
type ActionRowProps = {
|
|
5
5
|
column: ColumnDefinition;
|
|
6
6
|
columnsConfigValues: string[] | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const RowLayout: import(
|
|
1
|
+
export declare const RowLayout: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {
|
|
2
2
|
$isVisible: boolean;
|
|
3
3
|
transition?: string;
|
|
4
4
|
transform?: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ColumnDefinition } from '../../types';
|
|
3
|
-
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { type ColumnDefinition } from '../../types';
|
|
4
3
|
export declare const getTranslatedValue: (column?: ColumnDefinition | null) => ReactNode;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ColumnDefinition, GridActionsType, FiltersConfig, CustomComparators, ActionColumn, UxState, RowProps, GridSelectorsType } from '../types';
|
|
3
|
-
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import type { ColumnDefinition, GridActionsType, FiltersConfig, CustomComparators, ActionColumn, UxState, RowProps, GridSelectorsType } from '../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
isShown: boolean;
|
|
6
5
|
onClose: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MobileOverlayWrapper: import(
|
|
1
|
+
export declare const MobileOverlayWrapper: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { ColumnDefinition, GridActionsType, GridSelectorsType } from '../types';
|
|
3
|
-
|
|
1
|
+
import type { FC } from 'react';
|
|
2
|
+
import type { ColumnDefinition, GridActionsType, GridSelectorsType } from '../types';
|
|
4
3
|
type Props = {
|
|
5
4
|
isShown: boolean;
|
|
6
5
|
onClose: () => void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CommonGridProps } from '../types';
|
|
3
|
-
|
|
1
|
+
import React, { type FC } from 'react';
|
|
2
|
+
import type { CommonGridProps } from '../types';
|
|
4
3
|
type OversizedScrollProps = {
|
|
5
4
|
columnLayout: Required<CommonGridProps>['columnLayout'];
|
|
6
5
|
children: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TagRemove: import(
|
|
1
|
+
export declare const TagRemove: import("styled-components").StyledComponent<"div", import("@xstyled/system").Theme, {}, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { ChangeEvent, FC, MouseEvent, RefObject } from 'react';
|
|
2
|
-
import { Filtering, GridPresets } from '../../types';
|
|
3
|
-
|
|
1
|
+
import { type ChangeEvent, type FC, type MouseEvent, type RefObject } from 'react';
|
|
2
|
+
import { type Filtering, type GridPresets } from '../../types';
|
|
4
3
|
type PresetsModalBodyProps = {
|
|
5
4
|
onOpenCreatePresetModal: () => void;
|
|
6
5
|
gridPresets?: GridPresets;
|