@consta/uikit 5.14.0 → 5.15.0
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/TextFieldCanary/index.d.ts +1 -0
- package/TextFieldCanary/index.js +1 -0
- package/__internal__/src/components/Attachment/Attachment.d.ts +5 -5
- package/__internal__/src/components/Attachment/index.d.ts +1 -1
- package/__internal__/src/components/Attachment/types.d.ts +22 -22
- package/__internal__/src/components/AttachmentDeprecated/AttachmentDeprecated.d.ts +5 -5
- package/__internal__/src/components/AttachmentDeprecated/index.d.ts +2 -2
- package/__internal__/src/components/AttachmentDeprecated/types.d.ts +21 -21
- package/__internal__/src/components/AutoComplete/AutoComplete.d.ts +3 -3
- package/__internal__/src/components/AutoComplete/helpers.d.ts +50 -50
- package/__internal__/src/components/AutoComplete/index.d.ts +1 -1
- package/__internal__/src/components/AutoComplete/types.d.ts +62 -62
- package/__internal__/src/components/AutoComplete/types.js.map +1 -1
- package/__internal__/src/components/AutoComplete/useAutoComplete.d.ts +51 -51
- package/__internal__/src/components/AutoComplete/useAutoComplete.js +1 -1
- package/__internal__/src/components/AutoComplete/useAutoComplete.js.map +1 -1
- package/__internal__/src/components/AutoCompleteCanary/AutoComplete.d.ts +3 -3
- package/__internal__/src/components/AutoCompleteCanary/AutoCompleteTypeText/AutoCompleteTypeText.d.ts +2 -2
- package/__internal__/src/components/AutoCompleteCanary/AutoCompleteTypeText/index.d.ts +1 -1
- package/__internal__/src/components/AutoCompleteCanary/AutoCompleteTypeTextArray/AutoCompleteTypeTextArray.d.ts +2 -2
- package/__internal__/src/components/AutoCompleteCanary/AutoCompleteTypeTextArray/index.d.ts +1 -1
- package/__internal__/src/components/AutoCompleteCanary/helpers.d.ts +47 -47
- package/__internal__/src/components/AutoCompleteCanary/index.d.ts +2 -2
- package/__internal__/src/components/AutoCompleteCanary/types.d.ts +58 -58
- package/__internal__/src/components/AutoCompleteCanary/types.js.map +1 -1
- package/__internal__/src/components/AutoCompleteCanary/useAutoComplete.d.ts +47 -47
- package/__internal__/src/components/AutoCompleteCanary/useAutoComplete.js +1 -1
- package/__internal__/src/components/AutoCompleteCanary/useAutoComplete.js.map +1 -1
- package/__internal__/src/components/AutoCompleteCanary/useRenderItemDefault.d.ts +4 -4
- package/__internal__/src/components/Avatar/Avatar.d.ts +20 -20
- package/__internal__/src/components/Avatar/index.d.ts +1 -1
- package/__internal__/src/components/AvatarGroup/AvatarGroup.d.ts +4 -4
- package/__internal__/src/components/AvatarGroup/AvatarGroup.js.map +1 -1
- package/__internal__/src/components/AvatarGroup/helpers.d.ts +269 -269
- package/__internal__/src/components/AvatarGroup/index.d.ts +1 -1
- package/__internal__/src/components/AvatarGroup/types.d.ts +25 -25
- package/__internal__/src/components/Badge/Badge.css +1 -1
- package/__internal__/src/components/Badge/Badge.d.ts +3 -3
- package/__internal__/src/components/Badge/Badge.js +1 -1
- package/__internal__/src/components/Badge/Badge.js.map +1 -1
- package/__internal__/src/components/Badge/cn.d.ts +1 -1
- package/__internal__/src/components/Badge/guardStatus.d.ts +2 -2
- package/__internal__/src/components/Badge/index.d.ts +3 -3
- package/__internal__/src/components/Badge/maps.d.ts +9 -9
- package/__internal__/src/components/Badge/maps.js +1 -1
- package/__internal__/src/components/Badge/maps.js.map +1 -1
- package/__internal__/src/components/Badge/types.d.ts +31 -31
- package/__internal__/src/components/BadgeGroup/BadgeGroup.d.ts +4 -4
- package/__internal__/src/components/BadgeGroup/helper.d.ts +34 -34
- package/__internal__/src/components/BadgeGroup/index.d.ts +1 -1
- package/__internal__/src/components/BadgeGroup/types.d.ts +51 -51
- package/__internal__/src/components/BookmarkTabs/BookmarkTabs.d.ts +4 -4
- package/__internal__/src/components/BookmarkTabs/BookmarkTabs.js.map +1 -1
- package/__internal__/src/components/BookmarkTabs/BookmarkTabsTab/BookmarkTabsTab.d.ts +4 -4
- package/__internal__/src/components/BookmarkTabs/BookmarkTabsTab/index.d.ts +1 -1
- package/__internal__/src/components/BookmarkTabs/helper.d.ts +279 -279
- package/__internal__/src/components/BookmarkTabs/index.d.ts +3 -3
- package/__internal__/src/components/BookmarkTabs/types.d.ts +91 -91
- package/__internal__/src/components/BookmarkTabs/useBookmarkTabs.d.ts +24 -24
- package/__internal__/src/components/Breadcrumbs/Breadcrumbs.d.ts +5 -5
- package/__internal__/src/components/Breadcrumbs/BreadcrumbsFitModeDropdown/BreadcrumbsFitModeDropdown.d.ts +4 -4
- package/__internal__/src/components/Breadcrumbs/BreadcrumbsFitModeScroll/BreadcrumbsFitModeScroll.d.ts +4 -4
- package/__internal__/src/components/Breadcrumbs/BreadcrumbsItem/BreadcrumbsItem.css +1 -1
- package/__internal__/src/components/Breadcrumbs/BreadcrumbsItem/BreadcrumbsItem.d.ts +4 -4
- package/__internal__/src/components/Breadcrumbs/BreadcrumbsMore/BreadcrumbsMore.d.ts +14 -14
- package/__internal__/src/components/Breadcrumbs/helpers.d.ts +279 -279
- package/__internal__/src/components/Breadcrumbs/index.d.ts +1 -1
- package/__internal__/src/components/Breadcrumbs/types.d.ts +85 -85
- package/__internal__/src/components/Breadcrumbs/useElements.d.ts +14 -14
- package/__internal__/src/components/Button/Button.d.ts +37 -37
- package/__internal__/src/components/Button/index.d.ts +1 -1
- package/__internal__/src/components/Card/Card.d.ts +20 -20
- package/__internal__/src/components/Card/index.d.ts +1 -1
- package/__internal__/src/components/Checkbox/Checkbox.css +1 -1
- package/__internal__/src/components/Checkbox/Checkbox.d.ts +42 -42
- package/__internal__/src/components/Checkbox/index.d.ts +1 -1
- package/__internal__/src/components/CheckboxDeprecated/Checkbox.css +2 -2
- package/__internal__/src/components/CheckboxDeprecated/CheckboxDeprecated.d.ts +42 -42
- package/__internal__/src/components/CheckboxDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/CheckboxGroup/CheckboxGroup.d.ts +5 -5
- package/__internal__/src/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/__internal__/src/components/CheckboxGroup/helper.d.ts +275 -275
- package/__internal__/src/components/CheckboxGroup/index.d.ts +1 -1
- package/__internal__/src/components/CheckboxGroup/types.d.ts +53 -53
- package/__internal__/src/components/Chips/Chips.d.ts +3 -3
- package/__internal__/src/components/Chips/ChipsChoice/ChipsChoice.d.ts +4 -4
- package/__internal__/src/components/Chips/ChipsChoice/index.d.ts +2 -2
- package/__internal__/src/components/Chips/ChipsChoice/types.d.ts +30 -30
- package/__internal__/src/components/Chips/ChipsItem/ChipsItem.d.ts +3 -3
- package/__internal__/src/components/Chips/ChipsItem/index.d.ts +1 -1
- package/__internal__/src/components/Chips/helpers.d.ts +43 -43
- package/__internal__/src/components/Chips/index.d.ts +4 -4
- package/__internal__/src/components/Chips/types.d.ts +73 -73
- package/__internal__/src/components/ChoiceGroup/ChoiceGroup.d.ts +5 -5
- package/__internal__/src/components/ChoiceGroup/Item/ChoiceGroup-Item.d.ts +13 -13
- package/__internal__/src/components/ChoiceGroup/helper.d.ts +279 -279
- package/__internal__/src/components/ChoiceGroup/index.d.ts +1 -1
- package/__internal__/src/components/ChoiceGroup/types.d.ts +68 -68
- package/__internal__/src/components/Collapse/Collapse.d.ts +7 -7
- package/__internal__/src/components/Collapse/CollapseIcon/CollapseIcon.d.ts +4 -4
- package/__internal__/src/components/Collapse/index.d.ts +1 -1
- package/__internal__/src/components/Collapse/types.d.ts +59 -59
- package/__internal__/src/components/Collapse/types.js.map +1 -1
- package/__internal__/src/components/CollapseGroup/CollapseGroup.d.ts +3 -3
- package/__internal__/src/components/CollapseGroup/helpers.d.ts +132 -132
- package/__internal__/src/components/CollapseGroup/index.d.ts +1 -1
- package/__internal__/src/components/CollapseGroup/useChoice.d.ts +6 -6
- package/__internal__/src/components/Combobox/Combobox.d.ts +4 -4
- package/__internal__/src/components/Combobox/Combobox.js +1 -1
- package/__internal__/src/components/Combobox/Combobox.js.map +1 -1
- package/__internal__/src/components/Combobox/helpers.d.ts +191 -191
- package/__internal__/src/components/Combobox/helpers.js.map +1 -1
- package/__internal__/src/components/Combobox/index.d.ts +2 -2
- package/__internal__/src/components/ComboboxDeprecated/ComboboxDeprecated.d.ts +5 -5
- package/__internal__/src/components/ComboboxDeprecated/ComboboxDeprecated.js +1 -1
- package/__internal__/src/components/ComboboxDeprecated/ComboboxDeprecated.js.map +1 -1
- package/__internal__/src/components/ComboboxDeprecated/helpers.d.ts +182 -182
- package/__internal__/src/components/ComboboxDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenu.d.ts +4 -4
- package/__internal__/src/components/ContextMenu/ContextMenuLevel/ContextMenuLevel.d.ts +5 -5
- package/__internal__/src/components/ContextMenu/ContextMenuLevel/ContextMenuLevel.js +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevel/ContextMenuLevel.js.map +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevel/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevelWrapper/ContextMenuLevelWrapper.d.ts +4 -4
- package/__internal__/src/components/ContextMenu/ContextMenuLevelWrapper/ContextMenuLevelWrapper.js +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevelWrapper/ContextMenuLevelWrapper.js.map +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevelWrapper/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevels/ContextMenuLevels.d.ts +2 -2
- package/__internal__/src/components/ContextMenu/ContextMenuLevels/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuLevels/useSize.d.ts +2 -2
- package/__internal__/src/components/ContextMenu/ContextMenuWrapper/ContextMenuWrapper.css +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuWrapper/ContextMenuWrapper.d.ts +3 -3
- package/__internal__/src/components/ContextMenu/ContextMenuWrapper/ContextMenuWrapper.js +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuWrapper/ContextMenuWrapper.js.map +1 -1
- package/__internal__/src/components/ContextMenu/ContextMenuWrapper/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/helpers.d.ts +98 -98
- package/__internal__/src/components/ContextMenu/index.d.ts +1 -1
- package/__internal__/src/components/ContextMenu/types.d.ts +194 -194
- package/__internal__/src/components/ContextMenu/useMenuNavigation.d.ts +22 -22
- package/__internal__/src/components/DatePicker/DatePicker.d.ts +5 -5
- package/__internal__/src/components/DatePicker/DatePickerAdditionalControls/DatePickerAdditionalControls.d.ts +12 -12
- package/__internal__/src/components/DatePicker/DatePickerDropdown/DatePickerDropdown.css +1 -1
- package/__internal__/src/components/DatePicker/DatePickerDropdown/DatePickerDropdown.d.ts +34 -34
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDate/DatePickerFieldTypeDate.d.ts +39 -39
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDate/helpers.d.ts +55 -55
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateRange/DatePickerFieldTypeDateRange.d.ts +30 -30
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateRange/helpers.d.ts +35 -35
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateTime/DatePickerFieldTypeDateTime.d.ts +42 -42
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateTime/helpers.d.ts +61 -61
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateTimeRange/DatePickerFieldTypeDateTimeRange.d.ts +30 -30
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeDateTimeRange/helpers.d.ts +35 -35
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeMonth/DatePickerFieldTypeMonth.d.ts +39 -39
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeMonth/helpers.d.ts +55 -55
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeMonthRange/DatePickerFieldTypeMonthRange.d.ts +30 -30
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeMonthRange/helpers.d.ts +35 -35
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeTime/DatePickerFieldTypeTime.d.ts +42 -42
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeTime/helpers.d.ts +61 -61
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeYear/DatePickerFieldTypeYear.d.ts +39 -39
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeYear/helpers.d.ts +55 -55
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeYearRange/DatePickerFieldTypeYearRange.d.ts +30 -30
- package/__internal__/src/components/DatePicker/DatePickerFieldTypeYearRange/helpers.d.ts +35 -35
- package/__internal__/src/components/DatePicker/DatePickerMixRangeField/DatePickerMixRangeField.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeDate/DatePickerTypeDate.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeDateRange/DatePickerTypeDateRange.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeDateRange/DatePickerTypeDateRange.js +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeDateRange/DatePickerTypeDateRange.js.map +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeDateTime/DatePickerTypeDateTime.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeDateTimeRange/DatePickerTypeDateTimeRange.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeDateTimeRange/DatePickerTypeDateTimeRange.js +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeDateTimeRange/DatePickerTypeDateTimeRange.js.map +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeMonth/DatePickerTypeMonth.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeMonthRange/DatePickerTypeMonthRange.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeMonthRange/DatePickerTypeMonthRange.js +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeMonthRange/DatePickerTypeMonthRange.js.map +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeTime/DatePickerTypeTime.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeYear/DatePickerTypeYear.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeYearRange/DatePickerTypeYearRange.d.ts +2 -2
- package/__internal__/src/components/DatePicker/DatePickerTypeYearRange/DatePickerTypeYearRange.js +1 -1
- package/__internal__/src/components/DatePicker/DatePickerTypeYearRange/DatePickerTypeYearRange.js.map +1 -1
- package/__internal__/src/components/DatePicker/getChangeFnRange.d.ts +11 -11
- package/__internal__/src/components/DatePicker/helpers.d.ts +32 -32
- package/__internal__/src/components/DatePicker/index.d.ts +1 -1
- package/__internal__/src/components/DatePicker/types.d.ts +111 -111
- package/__internal__/src/components/DatePicker/useCalendarVisible.d.ts +14 -14
- package/__internal__/src/components/DatePicker/useCurrentVisibleDate.d.ts +5 -5
- package/__internal__/src/components/DateTime/DateTime.d.ts +4 -4
- package/__internal__/src/components/DateTime/DateTime100YearSlider/DateTime100YearSlider.d.ts +14 -14
- package/__internal__/src/components/DateTime/DateTime10YearSlider/DateTime10YearSlider.d.ts +14 -14
- package/__internal__/src/components/DateTime/DateTime10Years/DateTime10Years.css +1 -1
- package/__internal__/src/components/DateTime/DateTime10Years/DateTime10Years.d.ts +13 -13
- package/__internal__/src/components/DateTime/DateTimeCell/DateTimeCell.css +1 -1
- package/__internal__/src/components/DateTime/DateTimeCell/DateTimeCell.d.ts +10 -10
- package/__internal__/src/components/DateTime/DateTimeGrid/DateTimeGrid.d.ts +16 -16
- package/__internal__/src/components/DateTime/DateTimeItem/DateTimeItem.d.ts +14 -14
- package/__internal__/src/components/DateTime/DateTimeLabel/DateTimeLabel.d.ts +11 -11
- package/__internal__/src/components/DateTime/DateTimeMonth/DateTimeMonth.css +1 -1
- package/__internal__/src/components/DateTime/DateTimeMonth/DateTimeMonth.d.ts +14 -14
- package/__internal__/src/components/DateTime/DateTimeSlider/DateTimeSlider.d.ts +24 -24
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/DateTimeTimeColumn.css +1 -1
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/DateTimeTimeColumn.d.ts +17 -17
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/DateTimeTimeColumn.js +1 -1
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/DateTimeTimeColumn.js.map +1 -1
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/useScrollToElement/useScrollToElement.d.ts +4 -4
- package/__internal__/src/components/DateTime/DateTimeTimeColumn/useScrollToElement/useScrollToElement.js.map +1 -1
- package/__internal__/src/components/DateTime/DateTimeToggler/DateTimeToggler.d.ts +12 -12
- package/__internal__/src/components/DateTime/DateTimeTypeDate/DateTimeTypeDate.d.ts +2 -2
- package/__internal__/src/components/DateTime/DateTimeTypeDateTime/DateTimeTypeDateTime.d.ts +3 -3
- package/__internal__/src/components/DateTime/DateTimeTypeDateTime/useOnChange.d.ts +8 -8
- package/__internal__/src/components/DateTime/DateTimeTypeMonth/DateTimeTypeMonth.d.ts +2 -2
- package/__internal__/src/components/DateTime/DateTimeTypeTime/DateTimeTypeTime.css +1 -1
- package/__internal__/src/components/DateTime/DateTimeTypeTime/DateTimeTypeTime.d.ts +3 -3
- package/__internal__/src/components/DateTime/DateTimeTypeTime/DateTimeTypeTime.js.map +1 -1
- package/__internal__/src/components/DateTime/DateTimeTypeTime/helpers.d.ts +18 -18
- package/__internal__/src/components/DateTime/DateTimeTypeYear/DateTimeTypeYear.d.ts +2 -2
- package/__internal__/src/components/DateTime/DateTimeYear/DateTimeYear.css +1 -1
- package/__internal__/src/components/DateTime/DateTimeYear/DateTimeYear.d.ts +13 -13
- package/__internal__/src/components/DateTime/DateTimeYearSlider/DateTimeYearSlider.d.ts +14 -14
- package/__internal__/src/components/DateTime/helpers/getDaysOfMonth.d.ts +24 -24
- package/__internal__/src/components/DateTime/helpers/getHandleSelectDate.d.ts +11 -11
- package/__internal__/src/components/DateTime/helpers/getMonthsOfYear.d.ts +24 -24
- package/__internal__/src/components/DateTime/helpers/getSliderValueRange.d.ts +2 -2
- package/__internal__/src/components/DateTime/helpers/getSliderValueRange.js +1 -1
- package/__internal__/src/components/DateTime/helpers/getSliderValueRange.js.map +1 -1
- package/__internal__/src/components/DateTime/helpers/getYearsOfDecade.d.ts +24 -24
- package/__internal__/src/components/DateTime/helpers/index.d.ts +35 -35
- package/__internal__/src/components/DateTime/helpers/isDateInRange.d.ts +4 -4
- package/__internal__/src/components/DateTime/helpers/isEqualDay.d.ts +1 -1
- package/__internal__/src/components/DateTime/helpers/isEqualMount.d.ts +1 -1
- package/__internal__/src/components/DateTime/helpers/isEqualYear.d.ts +1 -1
- package/__internal__/src/components/DateTime/helpers/types.d.ts +56 -56
- package/__internal__/src/components/DateTime/helpers/useCurrentVisibleDate.d.ts +16 -16
- package/__internal__/src/components/DateTime/index.d.ts +1 -1
- package/__internal__/src/components/DateTime/mixs/DateTimeMixLayout/DateTimeMixLayout.d.ts +2 -2
- package/__internal__/src/components/DateTime/mixs/index.d.ts +1 -1
- package/__internal__/src/components/DragNDropField/DragNDropField.d.ts +14 -14
- package/__internal__/src/components/DragNDropField/DragNDropField.js +1 -1
- package/__internal__/src/components/DragNDropField/DragNDropField.js.map +1 -1
- package/__internal__/src/components/DragNDropField/DragNDropFieldContent/DragNDropFieldContent.d.ts +3 -3
- package/__internal__/src/components/DragNDropField/DragNDropFieldContent/formatFileRequirements.d.ts +3 -3
- package/__internal__/src/components/DragNDropField/DragNDropFieldTooltip/DragNDropFieldTooltip.d.ts +8 -8
- package/__internal__/src/components/DragNDropField/formatAccept.d.ts +3 -3
- package/__internal__/src/components/DragNDropField/formatAccept.js.map +1 -1
- package/__internal__/src/components/DragNDropField/formatFileSize.d.ts +2 -2
- package/__internal__/src/components/DragNDropField/getErrorsList.d.ts +3 -3
- package/__internal__/src/components/DragNDropField/index.d.ts +1 -1
- package/__internal__/src/components/DragNDropField/locale.d.ts +30 -30
- package/__internal__/src/components/DragNDropField/locale.js +1 -1
- package/__internal__/src/components/DragNDropField/locale.js.map +1 -1
- package/__internal__/src/components/DragNDropField/types.d.ts +31 -31
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldCanary.d.ts +17 -17
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldCanary.js +1 -1
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldCanary.js.map +1 -1
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldContent/DragNDropFieldContent.d.ts +4 -4
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldContent/formatFileRequirements.d.ts +2 -2
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldContent/index.d.ts +1 -1
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldInformer/DragNDropFieldInformer.d.ts +4 -4
- package/__internal__/src/components/DragNDropFieldCanary/DragNDropFieldInformer/index.d.ts +1 -1
- package/__internal__/src/components/DragNDropFieldCanary/formatFileSize.d.ts +2 -2
- package/__internal__/src/components/DragNDropFieldCanary/getErrorsList.d.ts +3 -3
- package/__internal__/src/components/DragNDropFieldCanary/index.d.ts +3 -3
- package/__internal__/src/components/DragNDropFieldCanary/locale.d.ts +4 -4
- package/__internal__/src/components/DragNDropFieldCanary/renderChildren.d.ts +3 -0
- package/__internal__/src/components/DragNDropFieldCanary/renderChildren.js +2 -0
- package/__internal__/src/components/DragNDropFieldCanary/renderChildren.js.map +1 -0
- package/__internal__/src/components/DragNDropFieldCanary/types.d.ts +81 -81
- package/__internal__/src/components/EventInterceptor/EventInterceptor.d.ts +23 -23
- package/__internal__/src/components/EventInterceptor/eventInterceptorMap.d.ts +2 -2
- package/__internal__/src/components/EventInterceptor/index.d.ts +1 -1
- package/__internal__/src/components/EventInterceptor/propsHandlers/useButtonEventHandler.d.ts +5 -5
- package/__internal__/src/components/EventInterceptor/propsHandlers/useCheckboxEventsHandler.d.ts +45 -45
- package/__internal__/src/components/EventInterceptor/propsHandlers/useSelectEventsHandler.d.ts +4 -4
- package/__internal__/src/components/EventInterceptor/propsHandlers/useSnackBarEventsHandler.d.ts +3 -3
- package/__internal__/src/components/EventInterceptor/propsHandlers/useTextFieldEventsHandler.d.ts +38 -38
- package/__internal__/src/components/EventInterceptor/types.d.ts +1 -1
- package/__internal__/src/components/EventInterceptor/usePropsHandler.d.ts +3 -3
- package/__internal__/src/components/FieldCaption/FieldCaption.d.ts +6 -6
- package/__internal__/src/components/FieldCaption/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/FieldArrayValueInlineControl.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/FieldArrayValueInlineControl.js +1 -1
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/FieldArrayValueInlineControl.js.map +1 -1
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/cnFieldArrayValueInlineControl.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/index.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/types.d.ts +27 -26
- package/__internal__/src/components/FieldComponents/FieldArrayValueInlineControl/types.js.map +1 -1
- package/__internal__/src/components/FieldComponents/FieldArrayValueItem/FieldArrayValueItem.d.ts +13 -13
- package/__internal__/src/components/FieldComponents/FieldArrayValueItem/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldButton/FieldButton.d.ts +7 -7
- package/__internal__/src/components/FieldComponents/FieldButton/cnFieldButton.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldButton/index.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldButtonStyleReset/cnFieldButtonStyleReset.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldButtonStyleReset/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldCaption/FieldCaption.d.ts +6 -6
- package/__internal__/src/components/FieldComponents/FieldCaption/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldClearButton/FieldClearButton.d.ts +9 -9
- package/__internal__/src/components/FieldComponents/FieldClearButton/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldComponents.d.ts +15 -15
- package/__internal__/src/components/FieldComponents/FieldControlLayout/FieldControlLayout.css +1 -1
- package/__internal__/src/components/FieldComponents/FieldControlLayout/FieldControlLayout.d.ts +3 -3
- package/__internal__/src/components/FieldComponents/FieldControlLayout/FieldControlLayout.js +1 -1
- package/__internal__/src/components/FieldComponents/FieldControlLayout/FieldControlLayout.js.map +1 -1
- package/__internal__/src/components/FieldComponents/FieldControlLayout/cnFieldControlLayout.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldControlLayout/helpers.d.ts +9 -9
- package/__internal__/src/components/FieldComponents/FieldControlLayout/helpers.js.map +1 -1
- package/__internal__/src/components/FieldComponents/FieldControlLayout/index.d.ts +3 -3
- package/__internal__/src/components/FieldComponents/FieldControlLayout/maps.d.ts +24 -24
- package/__internal__/src/components/FieldComponents/FieldControlLayout/types.d.ts +16 -16
- package/__internal__/src/components/FieldComponents/FieldCounter/FieldCounter.d.ts +11 -11
- package/__internal__/src/components/FieldComponents/FieldCounter/cnFieldCounter.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldCounter/index.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldIcon/FieldIcon.d.ts +4 -4
- package/__internal__/src/components/FieldComponents/FieldIcon/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldInput/FieldInput.d.ts +7 -7
- package/__internal__/src/components/FieldComponents/FieldInput/cnFieldInput.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldInput/index.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldLabel/FieldLabel.d.ts +11 -11
- package/__internal__/src/components/FieldComponents/FieldLabel/cnFieldLabel.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldLabel/index.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldToggleVisiblePasswordButton/FieldToggleVisiblePasswordButton.d.ts +10 -10
- package/__internal__/src/components/FieldComponents/FieldToggleVisiblePasswordButton/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/FieldWrapper/FieldWrapper.d.ts +20 -20
- package/__internal__/src/components/FieldComponents/FieldWrapper/FieldWrapper.js +1 -1
- package/__internal__/src/components/FieldComponents/FieldWrapper/FieldWrapper.js.map +1 -1
- package/__internal__/src/components/FieldComponents/FieldWrapper/cnFieldWrapper.d.ts +2 -2
- package/__internal__/src/components/FieldComponents/FieldWrapper/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/index.d.ts +1 -1
- package/__internal__/src/components/FieldComponents/renderSide.d.ts +4 -4
- package/__internal__/src/components/FieldComponents/types.d.ts +4 -4
- package/__internal__/src/components/FieldGroup/FieldGroup.d.ts +10 -10
- package/__internal__/src/components/FieldGroup/getForm.d.ts +2 -2
- package/__internal__/src/components/FieldGroup/index.d.ts +1 -1
- package/__internal__/src/components/FieldGroup/types.d.ts +18 -18
- package/__internal__/src/components/FieldLabel/FieldLabel.d.ts +10 -10
- package/__internal__/src/components/FieldLabel/index.d.ts +1 -1
- package/__internal__/src/components/File/File.d.ts +14 -14
- package/__internal__/src/components/File/index.d.ts +1 -1
- package/__internal__/src/components/FileField/FileField.d.ts +19 -19
- package/__internal__/src/components/FileField/index.d.ts +1 -1
- package/__internal__/src/components/Grid/Grid.d.ts +4 -4
- package/__internal__/src/components/Grid/GridItem/GridItem.d.ts +4 -4
- package/__internal__/src/components/Grid/GridItem/index.d.ts +1 -1
- package/__internal__/src/components/Grid/helpers.d.ts +5 -5
- package/__internal__/src/components/Grid/helpers.js.map +1 -1
- package/__internal__/src/components/Grid/index.d.ts +3 -3
- package/__internal__/src/components/Grid/types.d.ts +35 -35
- package/__internal__/src/components/GridDeprecated/GridDeprecated.d.ts +33 -33
- package/__internal__/src/components/GridDeprecated/GridItem/GridItem.d.ts +22 -22
- package/__internal__/src/components/GridDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/GridDeprecated/useBreakpoints.d.ts +37 -37
- package/__internal__/src/components/Informer/Informer.css +1 -1
- package/__internal__/src/components/Informer/Informer.d.ts +25 -25
- package/__internal__/src/components/Informer/Informer.js +1 -1
- package/__internal__/src/components/Informer/Informer.js.map +1 -1
- package/__internal__/src/components/Informer/index.d.ts +1 -1
- package/__internal__/src/components/Layout/Layout.d.ts +23 -23
- package/__internal__/src/components/Layout/index.d.ts +1 -1
- package/__internal__/src/components/Layout/useFixed.d.ts +29 -29
- package/__internal__/src/components/Layout/useFixed.js +1 -1
- package/__internal__/src/components/Layout/useFixed.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListAddItem/ListAddItem.d.ts +3 -3
- package/__internal__/src/components/ListCanary/ListAddItem/ListAddItem.js +1 -1
- package/__internal__/src/components/ListCanary/ListAddItem/ListAddItem.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListAddItem/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/ListBox/ListBox.d.ts +3 -3
- package/__internal__/src/components/ListCanary/ListBox/ListBox.js +1 -1
- package/__internal__/src/components/ListCanary/ListBox/ListBox.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListBox/cnListBox.d.ts +2 -2
- package/__internal__/src/components/ListCanary/ListBox/index.d.ts +3 -3
- package/__internal__/src/components/ListCanary/ListBox/index.js +1 -1
- package/__internal__/src/components/ListCanary/ListBox/index.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListBox/{mapVerticalSpase.d.ts → mapVerticalSpace.d.ts} +3 -3
- package/__internal__/src/components/ListCanary/ListBox/mapVerticalSpace.js +2 -0
- package/__internal__/src/components/ListCanary/ListBox/mapVerticalSpace.js.map +1 -0
- package/__internal__/src/components/ListCanary/ListCanary.d.ts +3 -3
- package/__internal__/src/components/ListCanary/ListCanary.js +1 -1
- package/__internal__/src/components/ListCanary/ListCanary.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListDivider/ListDivider.d.ts +5 -5
- package/__internal__/src/components/ListCanary/ListDivider/ListDivider.js +1 -1
- package/__internal__/src/components/ListCanary/ListDivider/ListDivider.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListDivider/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/ListGroupLabel/ListGroupLabel.d.ts +5 -5
- package/__internal__/src/components/ListCanary/ListGroupLabel/ListGroupLabel.js +1 -1
- package/__internal__/src/components/ListCanary/ListGroupLabel/ListGroupLabel.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListGroupLabel/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/ListItem/ListItem.d.ts +4 -4
- package/__internal__/src/components/ListCanary/ListItem/ListItem.js +1 -1
- package/__internal__/src/components/ListCanary/ListItem/ListItem.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListItem/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/ListItemGrid/ListItemGrid.d.ts +6 -6
- package/__internal__/src/components/ListCanary/ListItemGrid/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/ListLoader/ListLoader.d.ts +10 -10
- package/__internal__/src/components/ListCanary/ListLoader/ListLoader.js +1 -1
- package/__internal__/src/components/ListCanary/ListLoader/ListLoader.js.map +1 -1
- package/__internal__/src/components/ListCanary/ListLoader/index.d.ts +1 -1
- package/__internal__/src/components/ListCanary/helper.d.ts +57 -57
- package/__internal__/src/components/ListCanary/index.d.ts +11 -11
- package/__internal__/src/components/ListCanary/maps.d.ts +10 -10
- package/__internal__/src/components/ListCanary/maps.js +1 -1
- package/__internal__/src/components/ListCanary/maps.js.map +1 -1
- package/__internal__/src/components/ListCanary/renderHeader.d.ts +4 -4
- package/__internal__/src/components/ListCanary/renderHeader.js.map +1 -1
- package/__internal__/src/components/ListCanary/types.d.ts +134 -134
- package/__internal__/src/components/ListCanary/types.js.map +1 -1
- package/__internal__/src/components/Loader/Loader.d.ts +10 -10
- package/__internal__/src/components/Loader/index.d.ts +1 -1
- package/__internal__/src/components/Loader/types.d.ts +10 -10
- package/__internal__/src/components/LoaderDeprecated/LoaderDeprecated.d.ts +14 -14
- package/__internal__/src/components/LoaderDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/Modal/Modal.d.ts +26 -26
- package/__internal__/src/components/Modal/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/Pagination.d.ts +3 -3
- package/__internal__/src/components/Pagination/Pagination.js.map +1 -1
- package/__internal__/src/components/Pagination/PaginationArrow/PaginationArrow.d.ts +11 -11
- package/__internal__/src/components/Pagination/PaginationArrow/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/PaginationItem/PaginationItem.d.ts +4 -4
- package/__internal__/src/components/Pagination/PaginationItem/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/PaginationList/PaginationList.css +1 -1
- package/__internal__/src/components/Pagination/PaginationList/PaginationList.d.ts +3 -3
- package/__internal__/src/components/Pagination/PaginationList/PaginationList.js +1 -1
- package/__internal__/src/components/Pagination/PaginationList/PaginationList.js.map +1 -1
- package/__internal__/src/components/Pagination/PaginationList/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/PaginationNumberInput/PaginationNumberInput.d.ts +10 -10
- package/__internal__/src/components/Pagination/PaginationNumberInput/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/PaginationSizeCalculateHelper/PaginationSizeCalculateHelper.d.ts +7 -7
- package/__internal__/src/components/Pagination/PaginationSizeCalculateHelper/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/helpers.d.ts +16 -16
- package/__internal__/src/components/Pagination/helpers.js.map +1 -1
- package/__internal__/src/components/Pagination/index.d.ts +1 -1
- package/__internal__/src/components/Pagination/types.d.ts +128 -128
- package/__internal__/src/components/Pagination/usePaginationItems.d.ts +20 -20
- package/__internal__/src/components/Pagination/usePaginationItems.js.map +1 -1
- package/__internal__/src/components/Pagination/usePaginationKeys.d.ts +10 -10
- package/__internal__/src/components/PaginationDeprecated/PaginationDeprecated.d.ts +45 -45
- package/__internal__/src/components/PaginationDeprecated/helpers.d.ts +10 -10
- package/__internal__/src/components/PaginationDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/Picture/Picture.d.ts +3 -3
- package/__internal__/src/components/Picture/helper.d.ts +10 -10
- package/__internal__/src/components/Picture/index.d.ts +1 -1
- package/__internal__/src/components/Picture/types.d.ts +14 -14
- package/__internal__/src/components/Popover/Popover.d.ts +44 -44
- package/__internal__/src/components/Popover/Popover.js +1 -1
- package/__internal__/src/components/Popover/Popover.js.map +1 -1
- package/__internal__/src/components/Popover/helpers.d.ts +32 -32
- package/__internal__/src/components/Popover/helpers.js +1 -1
- package/__internal__/src/components/Popover/helpers.js.map +1 -1
- package/__internal__/src/components/Popover/index.d.ts +2 -2
- package/__internal__/src/components/Popover/usePopoverReposition.d.ts +8 -8
- package/__internal__/src/components/Popover/usePopoverReposition.js.map +1 -1
- package/__internal__/src/components/PortalWithTheme/PortalWithTheme.d.ts +8 -8
- package/__internal__/src/components/PortalWithTheme/PortalWithTheme.js.map +1 -1
- package/__internal__/src/components/PortalWithTheme/PortalWithThemeContext/PortalWithThemeContext.d.ts +19 -19
- package/__internal__/src/components/PortalWithTheme/PortalWithThemeContext/PortalWithThemeContext.js.map +1 -1
- package/__internal__/src/components/PortalWithTheme/index.d.ts +1 -1
- package/__internal__/src/components/ProgressLine/ProgressLine.d.ts +3 -3
- package/__internal__/src/components/ProgressLine/helpers.d.ts +275 -275
- package/__internal__/src/components/ProgressLine/helpers.js.map +1 -1
- package/__internal__/src/components/ProgressLine/index.d.ts +1 -1
- package/__internal__/src/components/ProgressLine/types.d.ts +16 -16
- package/__internal__/src/components/ProgressLine/types.js.map +1 -1
- package/__internal__/src/components/ProgressSpin/ProgressSpin.d.ts +18 -18
- package/__internal__/src/components/ProgressSpin/index.d.ts +1 -1
- package/__internal__/src/components/ProgressStepBar/ProgressStepBar.d.ts +4 -4
- package/__internal__/src/components/ProgressStepBar/ProgressStepBarItem/ProgressStepBarItem.d.ts +3 -3
- package/__internal__/src/components/ProgressStepBar/ProgressStepBarLine/ProgressStepBarLine.d.ts +10 -10
- package/__internal__/src/components/ProgressStepBar/helpers.d.ts +121 -121
- package/__internal__/src/components/ProgressStepBar/helpers.js.map +1 -1
- package/__internal__/src/components/ProgressStepBar/index.d.ts +1 -1
- package/__internal__/src/components/Radio/Radio.d.ts +41 -41
- package/__internal__/src/components/Radio/index.d.ts +1 -1
- package/__internal__/src/components/RadioGroup/RadioGroup.d.ts +5 -5
- package/__internal__/src/components/RadioGroup/helper.d.ts +273 -273
- package/__internal__/src/components/RadioGroup/index.d.ts +1 -1
- package/__internal__/src/components/RadioGroup/types.d.ts +45 -45
- package/__internal__/src/components/Responses/Responses.d.ts +24 -24
- package/__internal__/src/components/Responses/createResponses.d.ts +12 -12
- package/__internal__/src/components/Responses/index.d.ts +1 -1
- package/__internal__/src/components/Responses403/Responses403.d.ts +2 -2
- package/__internal__/src/components/Responses403/index.d.ts +2 -2
- package/__internal__/src/components/Responses404/Responses404.d.ts +2 -2
- package/__internal__/src/components/Responses404/index.d.ts +2 -2
- package/__internal__/src/components/Responses500/Responses500.d.ts +2 -2
- package/__internal__/src/components/Responses500/index.d.ts +2 -2
- package/__internal__/src/components/Responses503/Responses503.d.ts +2 -2
- package/__internal__/src/components/Responses503/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesConnectionError/ResponsesConnectionError.d.ts +2 -2
- package/__internal__/src/components/ResponsesConnectionError/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesDeleted/ResponsesDeleted.d.ts +2 -2
- package/__internal__/src/components/ResponsesDeleted/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesEmptyBox/ResponsesEmptyBox.d.ts +2 -2
- package/__internal__/src/components/ResponsesEmptyBox/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesEmptyPockets/ResponsesEmptyPockets.d.ts +2 -2
- package/__internal__/src/components/ResponsesEmptyPockets/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesExit/ResponsesExit.d.ts +2 -2
- package/__internal__/src/components/ResponsesExit/index.d.ts +1 -1
- package/__internal__/src/components/ResponsesNothingFound/ResponsesNothingFound.d.ts +2 -2
- package/__internal__/src/components/ResponsesNothingFound/index.d.ts +2 -2
- package/__internal__/src/components/ResponsesSuccess/ResponsesSuccess.d.ts +2 -2
- package/__internal__/src/components/ResponsesSuccess/index.d.ts +2 -2
- package/__internal__/src/components/Select/Select.d.ts +4 -4
- package/__internal__/src/components/Select/helpers.d.ts +159 -159
- package/__internal__/src/components/Select/helpers.js.map +1 -1
- package/__internal__/src/components/Select/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectContainer/SelectContainer.d.ts +20 -20
- package/__internal__/src/components/SelectComponents/SelectContainer/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectCreateButton/SelectCreateButton.d.ts +15 -15
- package/__internal__/src/components/SelectComponents/SelectCreateButton/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectDropdown/SelectDropdown.d.ts +41 -41
- package/__internal__/src/components/SelectComponents/SelectDropdown/SelectDropdown.js +1 -1
- package/__internal__/src/components/SelectComponents/SelectDropdown/SelectDropdown.js.map +1 -1
- package/__internal__/src/components/SelectComponents/SelectDropdown/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectGroupLabel/SelectGroupLabel.d.ts +10 -10
- package/__internal__/src/components/SelectComponents/SelectGroupLabel/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectItem/SelectItem.d.ts +17 -17
- package/__internal__/src/components/SelectComponents/SelectItem/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectItemAll/SelectItemAll.d.ts +14 -14
- package/__internal__/src/components/SelectComponents/SelectItemAll/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectLoader/SelectLoader.d.ts +3 -3
- package/__internal__/src/components/SelectComponents/SelectLoader/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/SelectValueTag/SelectValueTag.d.ts +12 -12
- package/__internal__/src/components/SelectComponents/SelectValueTag/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/cnSelect.d.ts +3 -3
- package/__internal__/src/components/SelectComponents/helpers.d.ts +4 -4
- package/__internal__/src/components/SelectComponents/helpers.js +1 -1
- package/__internal__/src/components/SelectComponents/helpers.js.map +1 -1
- package/__internal__/src/components/SelectComponents/types.d.ts +34 -34
- package/__internal__/src/components/SelectComponents/useSelect/helpers.d.ts +14 -14
- package/__internal__/src/components/SelectComponents/useSelect/index.d.ts +1 -1
- package/__internal__/src/components/SelectComponents/useSelect/useSelect.d.ts +86 -86
- package/__internal__/src/components/SelectComponents/useSelect/useSelect.js +1 -1
- package/__internal__/src/components/SelectComponents/useSelect/useSelect.js.map +1 -1
- package/__internal__/src/components/SelectComponentsDeprecated/SelectContainer/SelectContainer.d.ts +20 -20
- package/__internal__/src/components/SelectComponentsDeprecated/SelectCreateButton/SelectCreateButton.d.ts +15 -15
- package/__internal__/src/components/SelectComponentsDeprecated/SelectDropdown/SelectDropdown.d.ts +38 -38
- package/__internal__/src/components/SelectComponentsDeprecated/SelectDropdown/SelectDropdown.js +1 -1
- package/__internal__/src/components/SelectComponentsDeprecated/SelectDropdown/SelectDropdown.js.map +1 -1
- package/__internal__/src/components/SelectComponentsDeprecated/SelectGroupLabel/SelectGroupLabel.d.ts +10 -10
- package/__internal__/src/components/SelectComponentsDeprecated/SelectItem/SelectItem.d.ts +17 -17
- package/__internal__/src/components/SelectComponentsDeprecated/SelectItemAll/SelectSelectAll.d.ts +13 -13
- package/__internal__/src/components/SelectComponentsDeprecated/SelectLoader/SelectLoader.d.ts +9 -9
- package/__internal__/src/components/SelectComponentsDeprecated/SelectValueTag/SelectValueTag.d.ts +12 -12
- package/__internal__/src/components/SelectComponentsDeprecated/cnSelect.d.ts +3 -3
- package/__internal__/src/components/SelectComponentsDeprecated/helpers.d.ts +4 -4
- package/__internal__/src/components/SelectComponentsDeprecated/helpers.js +1 -1
- package/__internal__/src/components/SelectComponentsDeprecated/helpers.js.map +1 -1
- package/__internal__/src/components/SelectComponentsDeprecated/types.d.ts +33 -33
- package/__internal__/src/components/SelectDeprecated/SelectDeprecated.d.ts +4 -4
- package/__internal__/src/components/SelectDeprecated/helpers.d.ts +154 -154
- package/__internal__/src/components/SelectDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/Sidebar/Sidebar.d.ts +39 -39
- package/__internal__/src/components/Sidebar/index.d.ts +1 -1
- package/__internal__/src/components/Skeleton/Skeleton.d.ts +5 -5
- package/__internal__/src/components/Skeleton/SkeletonBrick/SkeletonBrick.d.ts +8 -8
- package/__internal__/src/components/Skeleton/SkeletonCircle/SkeletonCircle.d.ts +8 -8
- package/__internal__/src/components/Skeleton/SkeletonText/SkeletonText.d.ts +13 -13
- package/__internal__/src/components/Skeleton/index.d.ts +1 -1
- package/__internal__/src/components/Slider/Slider.d.ts +4 -4
- package/__internal__/src/components/Slider/Slider.js +1 -1
- package/__internal__/src/components/Slider/Slider.js.map +1 -1
- package/__internal__/src/components/Slider/SliderInput/SliderInput.d.ts +15 -15
- package/__internal__/src/components/Slider/SliderLine/SliderLine.d.ts +3 -3
- package/__internal__/src/components/Slider/SliderPoint/SliderPoint.d.ts +3 -3
- package/__internal__/src/components/Slider/helper.d.ts +93 -93
- package/__internal__/src/components/Slider/helper.js +1 -1
- package/__internal__/src/components/Slider/helper.js.map +1 -1
- package/__internal__/src/components/Slider/index.d.ts +1 -1
- package/__internal__/src/components/Slider/useSlider/helper.d.ts +42 -42
- package/__internal__/src/components/Slider/useSlider/helper.js +1 -1
- package/__internal__/src/components/Slider/useSlider/helper.js.map +1 -1
- package/__internal__/src/components/Slider/useSlider/useSlider.d.ts +3 -3
- package/__internal__/src/components/Slider/useSlider/useSlider.js +1 -1
- package/__internal__/src/components/Slider/useSlider/useSlider.js.map +1 -1
- package/__internal__/src/components/Slider/useSliderStationing.d.ts +15 -15
- package/__internal__/src/components/Slider/useSliderStationing.js.map +1 -1
- package/__internal__/src/components/SnackBar/SnackBar.d.ts +5 -5
- package/__internal__/src/components/SnackBar/SnackBarActionButton/SnackBarActionButton.d.ts +4 -4
- package/__internal__/src/components/SnackBar/SnackBarActionButton/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/SnackBarItem/SnackBarItem.d.ts +6 -6
- package/__internal__/src/components/SnackBar/SnackBarItem/SnackBarItem.js.map +1 -1
- package/__internal__/src/components/SnackBar/SnackBarItem/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/SnackBarLine/SnackBarLine.d.ts +4 -4
- package/__internal__/src/components/SnackBar/SnackBarLine/SnackBarLine.js.map +1 -1
- package/__internal__/src/components/SnackBar/SnackBarLine/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/SnackBarProgress/SnackBarProgress.css +1 -1
- package/__internal__/src/components/SnackBar/SnackBarProgress/SnackBarProgress.d.ts +4 -4
- package/__internal__/src/components/SnackBar/SnackBarProgress/SnackBarProgress.js +1 -1
- package/__internal__/src/components/SnackBar/SnackBarProgress/SnackBarProgress.js.map +1 -1
- package/__internal__/src/components/SnackBar/SnackBarProgress/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/SnackBarTimer/SnackBarTimer.d.ts +4 -4
- package/__internal__/src/components/SnackBar/SnackBarTimer/SnackBarTimer.js.map +1 -1
- package/__internal__/src/components/SnackBar/SnackBarTimer/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/helper.d.ts +292 -292
- package/__internal__/src/components/SnackBar/index.d.ts +1 -1
- package/__internal__/src/components/SnackBar/types.d.ts +98 -98
- package/__internal__/src/components/Spoiler/Spoiler.d.ts +5 -5
- package/__internal__/src/components/Spoiler/SpoilerButton/SpoilerButton.d.ts +4 -4
- package/__internal__/src/components/Spoiler/SpoilerButton/index.d.ts +1 -1
- package/__internal__/src/components/Spoiler/index.d.ts +3 -3
- package/__internal__/src/components/Spoiler/types.d.ts +49 -49
- package/__internal__/src/components/Spoiler/types.js +1 -1
- package/__internal__/src/components/Spoiler/types.js.map +1 -1
- package/__internal__/src/components/Steps/Steps.d.ts +5 -5
- package/__internal__/src/components/Steps/Steps.js.map +1 -1
- package/__internal__/src/components/Steps/StepsStep/StepsStep.d.ts +17 -17
- package/__internal__/src/components/Steps/StepsStep/StepsStep.js +1 -1
- package/__internal__/src/components/Steps/StepsStep/StepsStep.js.map +1 -1
- package/__internal__/src/components/Steps/helper.d.ts +269 -269
- package/__internal__/src/components/Steps/index.d.ts +1 -1
- package/__internal__/src/components/Steps/types.d.ts +34 -34
- package/__internal__/src/components/Steps/types.js.map +1 -1
- package/__internal__/src/components/Switch/Switch.d.ts +24 -24
- package/__internal__/src/components/Switch/index.d.ts +2 -2
- package/__internal__/src/components/Switch/types.d.ts +35 -35
- package/__internal__/src/components/SwitchGroup/SwitchGroup.d.ts +5 -5
- package/__internal__/src/components/SwitchGroup/helpers.d.ts +271 -271
- package/__internal__/src/components/SwitchGroup/index.d.ts +1 -1
- package/__internal__/src/components/SwitchGroup/types.d.ts +33 -33
- package/__internal__/src/components/Table/Cell/TableCell.d.ts +37 -37
- package/__internal__/src/components/Table/ChoiceGroupFilter/TableChoiceGroupFilter.d.ts +13 -13
- package/__internal__/src/components/Table/FilterContainer/TableFilterContainer.d.ts +12 -12
- package/__internal__/src/components/Table/FilterTooltip/TableFilterTooltip.d.ts +18 -18
- package/__internal__/src/components/Table/Header/TableHeader.d.ts +29 -29
- package/__internal__/src/components/Table/Header/TableHeader.js +1 -1
- package/__internal__/src/components/Table/Header/TableHeader.js.map +1 -1
- package/__internal__/src/components/Table/NumberFilter/TableNumberFilter.d.ts +8 -8
- package/__internal__/src/components/Table/Resizer/TableResizer.d.ts +23 -23
- package/__internal__/src/components/Table/Resizer/TableResizer.js.map +1 -1
- package/__internal__/src/components/Table/RowsCollapse/TableRowsCollapse.d.ts +12 -12
- package/__internal__/src/components/Table/SelectedOptionsList/TableSelectedOptionsList.d.ts +15 -15
- package/__internal__/src/components/Table/Table.css +1 -1
- package/__internal__/src/components/Table/Table.d.ts +153 -153
- package/__internal__/src/components/Table/Table.js +1 -1
- package/__internal__/src/components/Table/Table.js.map +1 -1
- package/__internal__/src/components/Table/TextFilter/TableTextFilter.d.ts +15 -15
- package/__internal__/src/components/Table/__mock__/data.mock.d.ts +410 -410
- package/__internal__/src/components/Table/__mock__/data.mock.js +1 -1
- package/__internal__/src/components/Table/__mock__/data.mock.js.map +1 -1
- package/__internal__/src/components/Table/filtering.d.ts +59 -59
- package/__internal__/src/components/Table/helpers.d.ts +78 -78
- package/__internal__/src/components/Table/helpers.js +1 -1
- package/__internal__/src/components/Table/helpers.js.map +1 -1
- package/__internal__/src/components/Table/index.d.ts +1 -1
- package/__internal__/src/components/Tabs/Tabs.d.ts +5 -5
- package/__internal__/src/components/Tabs/TabsFitModeDropdownWrapper/TabsFitModeDropdownWrapper.d.ts +4 -4
- package/__internal__/src/components/Tabs/TabsFitModeDropdownWrapper/useFittingItems.d.ts +12 -12
- package/__internal__/src/components/Tabs/TabsFitModeScrollWrapper/TabsFitModeScrollWrapper.d.ts +4 -4
- package/__internal__/src/components/Tabs/TabsFitModeScrollWrapper/__test__/helpers.test.d.ts +1 -1
- package/__internal__/src/components/Tabs/TabsFitModeScrollWrapper/__test__/helpers.test.js +1 -1
- package/__internal__/src/components/Tabs/TabsFitModeScrollWrapper/__test__/helpers.test.js.map +1 -1
- package/__internal__/src/components/Tabs/TabsLine/TabsLine.d.ts +12 -12
- package/__internal__/src/components/Tabs/TabsListWrapper/TabsListWrapper.d.ts +2 -2
- package/__internal__/src/components/Tabs/TabsListWrapper/index.d.ts +1 -1
- package/__internal__/src/components/Tabs/TabsMoreItems/TabsMoreItems.d.ts +3 -3
- package/__internal__/src/components/Tabs/TabsTab/TabsTab.d.ts +4 -4
- package/__internal__/src/components/Tabs/helpers.d.ts +852 -852
- package/__internal__/src/components/Tabs/index.d.ts +2 -2
- package/__internal__/src/components/Tabs/types.d.ts +140 -140
- package/__internal__/src/components/Tag/Tag.d.ts +70 -70
- package/__internal__/src/components/Tag/index.d.ts +1 -1
- package/__internal__/src/components/TagBase/TagBase.css +1 -1
- package/__internal__/src/components/TagBase/TagBase.d.ts +27 -27
- package/__internal__/src/components/TagBase/index.d.ts +1 -1
- package/__internal__/src/components/Text/Text.d.ts +48 -48
- package/__internal__/src/components/Text/index.d.ts +1 -1
- package/__internal__/src/components/TextDeprecated/TextDeprecated.d.ts +48 -48
- package/__internal__/src/components/TextDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/TextField/TextField.d.ts +8 -8
- package/__internal__/src/components/TextField/TextField.js +1 -1
- package/__internal__/src/components/TextField/TextField.js.map +1 -1
- package/__internal__/src/components/TextField/helpers.d.ts +9 -9
- package/__internal__/src/components/TextField/helpers.js.map +1 -1
- package/__internal__/src/components/TextField/index.d.ts +1 -1
- package/__internal__/src/components/TextField/types.d.ts +92 -92
- package/__internal__/src/components/TextFieldCanary/{TextField.d.ts → TextFieldCanary.d.ts} +2 -2
- package/__internal__/src/components/TextFieldCanary/{TextField.js → TextFieldCanary.js} +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldCanary.js.map +1 -0
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/TextFieldTypeNumber.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/TextFieldTypeNumber.js +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/TextFieldTypeNumber.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/cnTextFieldTypeNumber.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/helpers.d.ts +4 -4
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeNumber/index.d.ts +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypePassword/TextFieldTypePassword.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypePassword/TextFieldTypePassword.js +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypePassword/TextFieldTypePassword.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypePassword/index.d.ts +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeText/TextFieldTypeText.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeText/TextFieldTypeText.js +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeText/TextFieldTypeText.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeText/index.d.ts +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArea/TextFieldTypeTextArea.css +3 -3
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArea/TextFieldTypeTextArea.d.ts +4 -4
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArea/TextFieldTypeTextArea.js +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArea/TextFieldTypeTextArea.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArea/index.d.ts +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/TextFieldTypeTextArray.css +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/TextFieldTypeTextArray.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/TextFieldTypeTextArray.js +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/TextFieldTypeTextArray.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/cnTextFieldTypeTextArray.d.ts +2 -2
- package/__internal__/src/components/TextFieldCanary/TextFieldTypeTextArray/index.d.ts +1 -1
- package/__internal__/src/components/TextFieldCanary/index.d.ts +7 -7
- package/__internal__/src/components/TextFieldCanary/index.js +1 -1
- package/__internal__/src/components/TextFieldCanary/index.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/types.d.ts +86 -85
- package/__internal__/src/components/TextFieldCanary/types.js.map +1 -1
- package/__internal__/src/components/TextFieldCanary/useTextField.d.ts +27 -27
- package/__internal__/src/components/Theme/Theme.d.ts +33 -33
- package/__internal__/src/components/Theme/index.d.ts +1 -1
- package/__internal__/src/components/Theme/presets/presetGpnDark.d.ts +10 -10
- package/__internal__/src/components/Theme/presets/presetGpnDefault.d.ts +10 -10
- package/__internal__/src/components/Theme/presets/presetGpnDisplay.d.ts +11 -11
- package/__internal__/src/components/ThemeToggler/ThemeToggler.d.ts +4 -4
- package/__internal__/src/components/ThemeToggler/helpers.d.ts +275 -275
- package/__internal__/src/components/ThemeToggler/index.d.ts +1 -1
- package/__internal__/src/components/ThemeToggler/types.d.ts +46 -46
- package/__internal__/src/components/Timer/Timer.d.ts +15 -15
- package/__internal__/src/components/Timer/index.d.ts +1 -1
- package/__internal__/src/components/Tooltip/Tooltip.d.ts +4 -4
- package/__internal__/src/components/Tooltip/index.d.ts +2 -2
- package/__internal__/src/components/Tooltip/types.d.ts +24 -24
- package/__internal__/src/components/TooltipDeprecated/TooltipDeprecated.d.ts +24 -24
- package/__internal__/src/components/TooltipDeprecated/index.d.ts +1 -1
- package/__internal__/src/components/User/User.d.ts +36 -36
- package/__internal__/src/components/User/index.d.ts +1 -1
- package/__internal__/src/components/UserSelect/UserSelect.d.ts +5 -5
- package/__internal__/src/components/UserSelect/UserSelect.js +1 -1
- package/__internal__/src/components/UserSelect/UserSelect.js.map +1 -1
- package/__internal__/src/components/UserSelect/UserSelectItem/UserSelectItem.d.ts +14 -14
- package/__internal__/src/components/UserSelect/UserSelectItem/UserSelectItem.js +1 -1
- package/__internal__/src/components/UserSelect/UserSelectItem/UserSelectItem.js.map +1 -1
- package/__internal__/src/components/UserSelect/UserSelectValue/UserSelectValue.d.ts +15 -15
- package/__internal__/src/components/UserSelect/helpers.d.ts +193 -193
- package/__internal__/src/components/UserSelect/helpers.js.map +1 -1
- package/__internal__/src/components/UserSelect/index.d.ts +1 -1
- package/__internal__/src/components/UserSelectDeprecated/UserSelectDeprecated.d.ts +5 -5
- package/__internal__/src/components/UserSelectDeprecated/UserSelectDeprecated.js +1 -1
- package/__internal__/src/components/UserSelectDeprecated/UserSelectDeprecated.js.map +1 -1
- package/__internal__/src/components/UserSelectDeprecated/UserSelectItem/UserSelectItem.d.ts +17 -17
- package/__internal__/src/components/UserSelectDeprecated/UserSelectItem/UserSelectItem.js +1 -1
- package/__internal__/src/components/UserSelectDeprecated/UserSelectItem/UserSelectItem.js.map +1 -1
- package/__internal__/src/components/UserSelectDeprecated/UserSelectValue/UserSelectValue.d.ts +15 -15
- package/__internal__/src/components/UserSelectDeprecated/helpers.d.ts +184 -184
- package/__internal__/src/components/UserSelectDeprecated/index.d.ts +1 -1
- package/__internal__/src/docs/start/start.stand.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIcon/FileIcon.d.ts +13 -13
- package/__internal__/src/fileIcons/FileIconAvi/FileIconAvi.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconAvi/FileIconAvi_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconAvi/FileIconAvi_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconBmp/FileIconBmp.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconBmp/FileIconBmp_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconBmp/FileIconBmp_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconCsv/FileIconCsv.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconCsv/FileIconCsv_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconCsv/FileIconCsv_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconDoc/FileIconDoc.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconDoc/FileIconDoc_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconDoc/FileIconDoc_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconExe/FileIconExe.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconExe/FileIconExe_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconExe/FileIconExe_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconGif/FileIconGif.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconGif/FileIconGif_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconGif/FileIconGif_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconJpg/FileIconJpg.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconJpg/FileIconJpg_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconJpg/FileIconJpg_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconJson/FileIconJson.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconJson/FileIconJson_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconJson/FileIconJson_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconLoading/FileIconLoading.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconLoading/FileIconLoading_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconLoading/FileIconLoading_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMov/FileIconMov.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconMov/FileIconMov_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMov/FileIconMov_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMp3/FileIconMp3.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconMp3/FileIconMp3_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMp3/FileIconMp3_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMp4/FileIconMp4.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconMp4/FileIconMp4_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMp4/FileIconMp4_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMsg/FileIconMsg.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconMsg/FileIconMsg_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconMsg/FileIconMsg_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPdf/FileIconPdf.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconPdf/FileIconPdf_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPdf/FileIconPdf_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPng/FileIconPng.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconPng/FileIconPng_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPng/FileIconPng_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPpt/FileIconPpt.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconPpt/FileIconPpt_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconPpt/FileIconPpt_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconRar/FileIconRar.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconRar/FileIconRar_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconRar/FileIconRar_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconRtf/FileIconRtf.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconRtf/FileIconRtf_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconRtf/FileIconRtf_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconSvg/FileIconSvg.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconSvg/FileIconSvg_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconSvg/FileIconSvg_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconTiff/FileIconTiff.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconTiff/FileIconTiff_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconTiff/FileIconTiff_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconTxt/FileIconTxt.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconTxt/FileIconTxt_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconTxt/FileIconTxt_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconUndefined/FileIconUndefined.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconUndefined/FileIconUndefined_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconUndefined/FileIconUndefined_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconVsd/FileIconVsd.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconVsd/FileIconVsd_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconVsd/FileIconVsd_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconWav/FileIconWav.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconWav/FileIconWav_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconWav/FileIconWav_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconXls/FileIconXls.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconXls/FileIconXls_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconXls/FileIconXls_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconZip/FileIconZip.d.ts +2 -2
- package/__internal__/src/fileIcons/FileIconZip/FileIconZip_size_m.d.ts +3 -3
- package/__internal__/src/fileIcons/FileIconZip/FileIconZip_size_s.d.ts +3 -3
- package/__internal__/src/fileIcons/createFileIcon/createFileIcon.d.ts +10 -10
- package/__internal__/src/hocs/withTooltip/index.d.ts +1 -1
- package/__internal__/src/hocs/withTooltip/withTooltip.d.ts +28 -28
- package/__internal__/src/hocs/withTooltip/withTooltip.js.map +1 -1
- package/__internal__/src/hooks/useBreakpoints/addPrefix.d.ts +1 -1
- package/__internal__/src/hooks/useBreakpoints/getLastPoint.d.ts +1 -1
- package/__internal__/src/hooks/useBreakpoints/index.d.ts +5 -5
- package/__internal__/src/hooks/useBreakpoints/mapping.d.ts +3 -3
- package/__internal__/src/hooks/useBreakpoints/types.d.ts +2 -2
- package/__internal__/src/hooks/useBreakpoints/useBreakpoints.d.ts +7 -7
- package/__internal__/src/hooks/useBreakpoints/useComponentBreakpoints.d.ts +7 -7
- package/__internal__/src/hooks/useBreakpoints/useWindowBreakpoints.d.ts +5 -5
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/addPrefix.d.ts +1 -1
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/addPrefix.js.map +1 -1
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/getLastPoint.d.ts +1 -1
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/getLastPoint.js.map +1 -1
- package/__internal__/src/hooks/useBreakpointsDeprecated/index.d.ts +3 -0
- package/__internal__/src/hooks/useBreakpointsDeprecated/index.js +2 -0
- package/__internal__/src/hooks/useBreakpointsDeprecated/index.js.map +1 -0
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/mapping.d.ts +3 -3
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/mapping.js.map +1 -1
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/types.d.ts +2 -2
- package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/types.js.map +1 -1
- package/__internal__/src/hooks/useBreakpointsDeprecated/useBreakpointsDeprecated.d.ts +2 -0
- package/__internal__/src/hooks/useBreakpointsDeprecated/useBreakpointsDeprecated.js +2 -0
- package/__internal__/src/hooks/useBreakpointsDeprecated/useBreakpointsDeprecated.js.map +1 -0
- package/__internal__/src/hooks/useBreakpointsDepricated/index.d.ts +1 -3
- package/__internal__/src/hooks/useBreakpointsDepricated/index.js +1 -1
- package/__internal__/src/hooks/useBreakpointsDepricated/index.js.map +1 -1
- package/__internal__/src/hooks/useBreakpointsDepricated/useBreakpointsDepricated.d.ts +1 -2
- package/__internal__/src/hooks/useBreakpointsDepricated/useBreakpointsDepricated.js +1 -1
- package/__internal__/src/hooks/useBreakpointsDepricated/useBreakpointsDepricated.js.map +1 -1
- package/__internal__/src/hooks/useChoiceGroup/index.d.ts +1 -1
- package/__internal__/src/hooks/useChoiceGroup/useChoiceGroup.d.ts +29 -29
- package/__internal__/src/hooks/useChoiceGroup/useChoiceGroup.js.map +1 -1
- package/__internal__/src/hooks/useChoiceGroupIndexed/index.d.ts +1 -1
- package/__internal__/src/hooks/useChoiceGroupIndexed/useChoiceGroupIndexed.d.ts +16 -16
- package/__internal__/src/hooks/useClickOutside/index.d.ts +1 -1
- package/__internal__/src/hooks/useClickOutside/useClickOutside.d.ts +9 -9
- package/__internal__/src/hooks/useClickOutside/useClickOutside.js.map +1 -1
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/index.d.ts +2 -0
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/index.js +2 -0
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/index.js.map +1 -0
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/useComponentBreakpointsDeprecated.d.ts +2 -0
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/useComponentBreakpointsDeprecated.js +2 -0
- package/__internal__/src/hooks/useComponentBreakpointsDeprecated/useComponentBreakpointsDeprecated.js.map +1 -0
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/index.d.ts +1 -2
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/index.js +1 -1
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/index.js.map +1 -1
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/useComponentBreakpointsDepricated.d.ts +1 -2
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/useComponentBreakpointsDepricated.js +1 -1
- package/__internal__/src/hooks/useComponentBreakpointsDepricated/useComponentBreakpointsDepricated.js.map +1 -1
- package/__internal__/src/hooks/useComponentSize/getElementSize.d.ts +4 -4
- package/__internal__/src/hooks/useComponentSize/index.d.ts +3 -3
- package/__internal__/src/hooks/useComponentSize/types.d.ts +4 -4
- package/__internal__/src/hooks/useComponentSize/useComponentSize.d.ts +2 -2
- package/__internal__/src/hooks/useDebounce/index.d.ts +1 -1
- package/__internal__/src/hooks/useDebounce/useDebounce.d.ts +1 -1
- package/__internal__/src/hooks/useFlag/index.d.ts +1 -1
- package/__internal__/src/hooks/useFlag/useFlag.d.ts +11 -11
- package/__internal__/src/hooks/useForkRef/index.d.ts +1 -1
- package/__internal__/src/hooks/useForkRef/useForkRef.d.ts +3 -3
- package/__internal__/src/hooks/useGlobalKeys/index.d.ts +1 -1
- package/__internal__/src/hooks/useGlobalKeys/useGlobalKeys.d.ts +6 -6
- package/__internal__/src/hooks/useHideElementsInLine/helpers/getHiddenCount.d.ts +1 -1
- package/__internal__/src/hooks/useHideElementsInLine/index.d.ts +2 -2
- package/__internal__/src/hooks/useHideElementsInLine/useHideElementsInLine.d.ts +8 -8
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/index.d.ts +1 -0
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/index.js +2 -0
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/index.js.map +1 -0
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/useHideElementsInLineDeprecated.d.ts +10 -0
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/useHideElementsInLineDeprecated.js +2 -0
- package/__internal__/src/hooks/useHideElementsInLineDeprecated/useHideElementsInLineDeprecated.js.map +1 -0
- package/__internal__/src/hooks/useHideElementsInLineDepricated/index.d.ts +1 -1
- package/__internal__/src/hooks/useHideElementsInLineDepricated/index.js.map +1 -1
- package/__internal__/src/hooks/useHideElementsInLineDepricated/useHideElementsInLineDepricated.d.ts +1 -10
- package/__internal__/src/hooks/useHideElementsInLineDepricated/useHideElementsInLineDepricated.js +1 -1
- package/__internal__/src/hooks/useHideElementsInLineDepricated/useHideElementsInLineDepricated.js.map +1 -1
- package/__internal__/src/hooks/useKeys/index.d.ts +1 -1
- package/__internal__/src/hooks/useKeys/useKeys.d.ts +11 -11
- package/__internal__/src/hooks/useKeysDeprecated/index.d.ts +1 -0
- package/__internal__/src/hooks/useKeysDeprecated/index.js +2 -0
- package/__internal__/src/hooks/useKeysDeprecated/index.js.map +1 -0
- package/__internal__/src/hooks/useKeysDeprecated/useKeysDeprecated.d.ts +18 -0
- package/__internal__/src/hooks/useKeysDeprecated/useKeysDeprecated.js +2 -0
- package/__internal__/src/hooks/useKeysDeprecated/useKeysDeprecated.js.map +1 -0
- package/__internal__/src/hooks/useKeysDepricated/index.d.ts +1 -1
- package/__internal__/src/hooks/useKeysDepricated/index.js.map +1 -1
- package/__internal__/src/hooks/useKeysDepricated/useKeysDepricated.d.ts +1 -18
- package/__internal__/src/hooks/useKeysDepricated/useKeysDepricated.js +1 -1
- package/__internal__/src/hooks/useKeysDepricated/useKeysDepricated.js.map +1 -1
- package/__internal__/src/hooks/useKeysRef/index.d.ts +1 -1
- package/__internal__/src/hooks/useKeysRef/useKeysRef.d.ts +14 -14
- package/__internal__/src/hooks/useMouseLeave/index.d.ts +1 -1
- package/__internal__/src/hooks/useMouseLeave/useMouseLeave.d.ts +9 -9
- package/__internal__/src/hooks/useMutableRef/index.d.ts +1 -1
- package/__internal__/src/hooks/useMutableRef/useMutableRef.d.ts +2 -2
- package/__internal__/src/hooks/useOverflow/index.d.ts +1 -1
- package/__internal__/src/hooks/useOverflow/useOverflow.d.ts +7 -7
- package/__internal__/src/hooks/usePrevious/index.d.ts +1 -1
- package/__internal__/src/hooks/usePrevious/usePrevious.d.ts +1 -1
- package/__internal__/src/hooks/useRefs/index.d.ts +1 -1
- package/__internal__/src/hooks/useRefs/useRefs.d.ts +4 -4
- package/__internal__/src/hooks/useResizableContent/helpers.d.ts +11 -11
- package/__internal__/src/hooks/useResizableContent/helpers.js +1 -1
- package/__internal__/src/hooks/useResizableContent/helpers.js.map +1 -1
- package/__internal__/src/hooks/useResizableContent/index.d.ts +1 -1
- package/__internal__/src/hooks/useResizableContent/types.d.ts +27 -27
- package/__internal__/src/hooks/useResizableContent/useResizableContent.d.ts +2 -2
- package/__internal__/src/hooks/useResizableContent/useResizableContent.js +1 -1
- package/__internal__/src/hooks/useResizableContent/useResizableContent.js.map +1 -1
- package/__internal__/src/hooks/useResizeObserved/getElementHeight.d.ts +1 -1
- package/__internal__/src/hooks/useResizeObserved/getElementSize.d.ts +5 -5
- package/__internal__/src/hooks/useResizeObserved/getElementWidth.d.ts +1 -1
- package/__internal__/src/hooks/useResizeObserved/index.d.ts +4 -4
- package/__internal__/src/hooks/useResizeObserved/useResizeObserved.d.ts +2 -2
- package/__internal__/src/hooks/useScrollElements/index.d.ts +1 -1
- package/__internal__/src/hooks/useScrollElements/useScrollElements.d.ts +7 -7
- package/__internal__/src/hooks/useScrollPosition/index.d.ts +1 -1
- package/__internal__/src/hooks/useScrollPosition/useScrollPosition.d.ts +5 -5
- package/__internal__/src/hooks/useSelect/helpers.d.ts +14 -14
- package/__internal__/src/hooks/useSelect/index.d.ts +1 -1
- package/__internal__/src/hooks/useSelect/useSelect.d.ts +80 -80
- package/__internal__/src/hooks/useSelect/useSelect.js +1 -1
- package/__internal__/src/hooks/useSelect/useSelect.js.map +1 -1
- package/__internal__/src/hooks/useSortSteps/index.d.ts +1 -1
- package/__internal__/src/hooks/useSortSteps/useSortSteps.d.ts +7 -7
- package/__internal__/src/hooks/useStyleProps/getStyleProps.d.ts +2 -2
- package/__internal__/src/hooks/useStyleProps/helpers.d.ts +2 -2
- package/__internal__/src/hooks/useStyleProps/index.d.ts +2 -2
- package/__internal__/src/hooks/useStyleProps/types.d.ts +1 -1
- package/__internal__/src/hooks/useStyleProps/useStyleProps.d.ts +3 -3
- package/__internal__/src/hooks/useThemeVars/helpers.d.ts +12 -12
- package/__internal__/src/hooks/useThemeVars/index.d.ts +2 -2
- package/__internal__/src/hooks/useThemeVars/useThemeVars.d.ts +58 -58
- package/__internal__/src/hooks/useTimer/index.d.ts +1 -1
- package/__internal__/src/hooks/useTimer/useTimer.d.ts +20 -20
- package/__internal__/src/hooks/useVirtualScroll/{hellpers.d.ts → helpers.d.ts} +21 -21
- package/__internal__/src/hooks/useVirtualScroll/helpers.js +2 -0
- package/__internal__/src/hooks/useVirtualScroll/helpers.js.map +1 -0
- package/__internal__/src/hooks/useVirtualScroll/index.d.ts +1 -1
- package/__internal__/src/hooks/useVirtualScroll/useVirtualScroll.d.ts +2 -2
- package/__internal__/src/hooks/useVirtualScroll/useVirtualScroll.js +1 -1
- package/__internal__/src/hooks/useVirtualScroll/useVirtualScroll.js.map +1 -1
- package/__internal__/src/mixs/MixCard/MixCard.d.ts +17 -17
- package/__internal__/src/mixs/MixCard/index.d.ts +1 -1
- package/__internal__/src/mixs/MixFlex/MixFlex.d.ts +24 -24
- package/__internal__/src/mixs/MixFlex/index.d.ts +1 -1
- package/__internal__/src/mixs/MixFocus/MixFocus.d.ts +2 -2
- package/__internal__/src/mixs/MixFocus/index.d.ts +1 -1
- package/__internal__/src/mixs/MixHitSlop/MixHitSlop.d.ts +6 -6
- package/__internal__/src/mixs/MixHitSlop/index.d.ts +1 -1
- package/__internal__/src/mixs/MixPopoverAnimate/MixPopoverAnimate.css +1 -1
- package/__internal__/src/mixs/MixPopoverAnimate/MixPopoverAnimate.d.ts +12 -12
- package/__internal__/src/mixs/MixPopoverAnimate/index.d.ts +1 -1
- package/__internal__/src/mixs/MixPopoverArrow/MixPopoverArrow.d.ts +8 -8
- package/__internal__/src/mixs/MixPopoverArrow/index.d.ts +1 -1
- package/__internal__/src/mixs/MixScrollBar/MixScrollBar.d.ts +15 -15
- package/__internal__/src/mixs/MixScrollBar/index.d.ts +1 -1
- package/__internal__/src/mixs/MixSpace/MixSpace.d.ts +5 -5
- package/__internal__/src/mixs/MixSpace/index.d.ts +2 -2
- package/__internal__/src/mixs/MixSpace/types.d.ts +17 -17
- package/__internal__/src/mixs/MixVisuallyHidden/MixVisuallyHidden.d.ts +2 -2
- package/__internal__/src/mixs/MixVisuallyHidden/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImage/ResponsesImage.d.ts +6 -6
- package/__internal__/src/responsesImages/ResponsesImage/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImage403/ResponsesImage403.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImage403/ResponsesImage403Svg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImage403/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImage404/ResponsesImage404.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImage404/ResponsesImage404Svg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImage404/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImage500/ResponsesImage500.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImage500/ResponsesImage500Svg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImage500/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImage503/ResponsesImage503.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImage503/ResponsesImage503Svg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImage503/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageConnectionError/ResponsesImageConnectionError.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageConnectionError/ResponsesImageConnectionErrorSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageConnectionError/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageDeleted/ResponsesImageDeleted.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageDeleted/ResponsesImageDeletedSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageDeleted/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageEmptyBox/ResponsesImageEmptyBox.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageEmptyBox/ResponsesImageEmptyBoxSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageEmptyBox/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageEmptyPockets/ResponsesImageEmptyPockets.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageEmptyPockets/ResponsesImageEmptyPocketsSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageEmptyPockets/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageExit/ResponsesImageExit.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageExit/ResponsesImageExitSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageExit/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageNothingFound/ResponsesImageNothingFound.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageNothingFound/ResponsesImageNothingFoundSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageNothingFound/index.d.ts +1 -1
- package/__internal__/src/responsesImages/ResponsesImageSuccess/ResponsesImageSuccess.d.ts +2 -2
- package/__internal__/src/responsesImages/ResponsesImageSuccess/ResponsesImageSuccessSvg.d.ts +3 -3
- package/__internal__/src/responsesImages/ResponsesImageSuccess/index.d.ts +1 -1
- package/__internal__/src/responsesImages/createResponsesImage/createResponsesImage.d.ts +8 -8
- package/__internal__/src/responsesImages/createResponsesImage/index.d.ts +1 -1
- package/__internal__/src/stand/standConfig.d.ts +1 -1
- package/__internal__/src/stand/standPageDecoration.d.ts +2 -2
- package/__internal__/src/uiKit/cn.d.ts +1 -1
- package/__internal__/src/uiKit/components/ColorPreview/ColorPreview.d.ts +14 -14
- package/__internal__/src/uiKit/components/DocsDecorator/DocsDecorator.d.ts +6 -6
- package/__internal__/src/uiKit/components/DocsExample/DocsExample.d.ts +2 -2
- package/__internal__/src/uiKit/components/DocsExample/index.d.ts +1 -1
- package/__internal__/src/uiKit/components/Image/Image.d.ts +7 -7
- package/__internal__/src/uiKit/components/ThemePreview/ThemePreview.d.ts +5 -5
- package/__internal__/src/uiKit/components/ThemePreview/ThemePreview.js +1 -1
- package/__internal__/src/uiKit/components/ThemePreview/ThemePreview.js.map +1 -1
- package/__internal__/src/uiKit/components/ThemePreview/helpers.d.ts +193 -193
- package/__internal__/src/uiKit/components/ThemePreview/helpers.js +1 -1
- package/__internal__/src/uiKit/components/ThemePreview/helpers.js.map +1 -1
- package/__internal__/src/utils/array.d.ts +6 -6
- package/__internal__/src/utils/bem.d.ts +4 -4
- package/__internal__/src/utils/cnForCssTransition.d.ts +13 -13
- package/__internal__/src/utils/date/endOfCentury.d.ts +1 -1
- package/__internal__/src/utils/date/getCentury.d.ts +1 -1
- package/__internal__/src/utils/date/index.d.ts +13 -13
- package/__internal__/src/utils/date/index.js +1 -1
- package/__internal__/src/utils/date/index.js.map +1 -1
- package/__internal__/src/utils/date/isDateRange.d.ts +2 -2
- package/__internal__/src/utils/date/isDisableDate.d.ts +8 -8
- package/__internal__/src/utils/date/isDisableDate.js +1 -1
- package/__internal__/src/utils/date/isDisableDate.js.map +1 -1
- package/__internal__/src/utils/date/isEqualDate.d.ts +1 -1
- package/__internal__/src/utils/date/{isInMinMaxDade.d.ts → isInMinMaxDate.d.ts} +1 -1
- package/__internal__/src/utils/date/{isInMinMaxDade.js → isInMinMaxDate.js} +1 -1
- package/__internal__/src/utils/date/{isInMinMaxDade.js.map → isInMinMaxDate.js.map} +1 -1
- package/__internal__/src/utils/date/isOnlyOneDateInRange.d.ts +2 -2
- package/__internal__/src/utils/date/startOfCentury.d.ts +1 -1
- package/__internal__/src/utils/fabricIndex.d.ts +1 -1
- package/__internal__/src/utils/generateMask.d.ts +1 -1
- package/__internal__/src/utils/getByMap.d.ts +1 -1
- package/__internal__/src/utils/getByMap.test.d.ts +1 -1
- package/__internal__/src/utils/getGroups.d.ts +33 -33
- package/__internal__/src/utils/getGroups.js +1 -1
- package/__internal__/src/utils/getGroups.js.map +1 -1
- package/__internal__/src/utils/isRenderProp.d.ts +2 -2
- package/__internal__/src/utils/object/index.d.ts +2 -2
- package/__internal__/src/utils/object/isEmpty.d.ts +1 -1
- package/__internal__/src/utils/object/isEq.d.ts +1 -1
- package/__internal__/src/utils/scrollIntoView.d.ts +1 -1
- package/__internal__/src/utils/setRef.d.ts +4 -4
- package/__internal__/src/utils/stand.d.ts +1 -1
- package/__internal__/src/utils/type-guards.d.ts +4 -4
- package/__internal__/src/utils/types/AsTags.d.ts +3 -3
- package/__internal__/src/utils/types/AutoComplete.d.ts +1 -1
- package/__internal__/src/utils/types/AutoComplete.js.map +1 -1
- package/__internal__/src/utils/types/Date.d.ts +1 -1
- package/__internal__/src/utils/types/KeyCode.d.ts +644 -644
- package/__internal__/src/utils/types/KeyCode.js.map +1 -1
- package/__internal__/src/utils/types/PropsWithAsAttributes.d.ts +9 -9
- package/__internal__/src/utils/types/PropsWithHTMLAttributes.d.ts +3 -3
- package/__internal__/src/utils/types/PropsWithJsxAttributes.d.ts +2 -2
- package/package.json +1 -1
- package/useBreakpointsDeprecated/index.d.ts +1 -0
- package/useBreakpointsDeprecated/index.js +1 -0
- package/useComponentBreakpointsDeprecated/index.d.ts +1 -0
- package/useComponentBreakpointsDeprecated/index.js +1 -0
- package/useHideElementsInLineDeprecated/index.d.ts +1 -0
- package/useHideElementsInLineDeprecated/index.js +1 -0
- package/useKeysDeprecated/index.d.ts +1 -0
- package/useKeysDeprecated/index.js +1 -0
- package/__internal__/src/components/DragNDropFieldCanary/renderCildren.d.ts +0 -3
- package/__internal__/src/components/DragNDropFieldCanary/renderCildren.js +0 -2
- package/__internal__/src/components/DragNDropFieldCanary/renderCildren.js.map +0 -1
- package/__internal__/src/components/ListCanary/ListBox/mapVerticalSpase.js +0 -2
- package/__internal__/src/components/ListCanary/ListBox/mapVerticalSpase.js.map +0 -1
- package/__internal__/src/components/TextFieldCanary/TextField.js.map +0 -1
- package/__internal__/src/hooks/useVirtualScroll/hellpers.js +0 -2
- package/__internal__/src/hooks/useVirtualScroll/hellpers.js.map +0 -1
- package/__internal__/src/uiKit/components/StoryBookExample/StoryBookExample.css +0 -1
- package/__internal__/src/uiKit/components/StoryBookExample/StoryBookExample.d.ts +0 -6
- package/__internal__/src/uiKit/components/StoryBookExample/StoryBookExample.js +0 -2
- package/__internal__/src/uiKit/components/StoryBookExample/StoryBookExample.js.map +0 -1
- /package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/addPrefix.js +0 -0
- /package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/getLastPoint.js +0 -0
- /package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/mapping.js +0 -0
- /package/__internal__/src/hooks/{useBreakpointsDepricated → useBreakpointsDeprecated}/types.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MixSpaceProps } from "../../mixs/MixSpace";
|
|
3
|
-
import { ListPropSize } from './types';
|
|
4
|
-
export declare const renderHeader: (label: string | undefined, first: boolean, size: ListPropSize, rightSide: React.ReactNode, labelSpace: MixSpaceProps | undefined,
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { MixSpaceProps } from "../../mixs/MixSpace";
|
|
3
|
+
import { ListPropSize } from './types';
|
|
4
|
+
export declare const renderHeader: (label: string | undefined, first: boolean, size: ListPropSize, rightSide: React.ReactNode, labelSpace: MixSpaceProps | undefined, dividerSpace: MixSpaceProps | undefined, className: string | undefined) => React.ReactNode | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderHeader.js","names":["React","ListDivider","ListGroupLabel","renderHeader","label","first","size","rightSide","labelSpace","
|
|
1
|
+
{"version":3,"file":"renderHeader.js","names":["React","ListDivider","ListGroupLabel","renderHeader","label","first","size","rightSide","labelSpace","dividerSpace","className"],"sources":["../../../../../src/components/ListCanary/renderHeader.tsx"],"sourcesContent":["import React from 'react';\n\nimport { MixSpaceProps } from '##/mixs/MixSpace';\n\nimport { ListDivider } from './ListDivider';\nimport { ListGroupLabel } from './ListGroupLabel';\nimport { ListPropSize } from './types';\n\nexport const renderHeader = (\n label: string | undefined,\n first: boolean,\n size: ListPropSize,\n rightSide: React.ReactNode,\n labelSpace: MixSpaceProps | undefined,\n dividerSpace: MixSpaceProps | undefined,\n className: string | undefined,\n): React.ReactNode | null => {\n if (label) {\n return (\n <ListGroupLabel\n size={size}\n label={label}\n rightSide={rightSide}\n space={labelSpace}\n className={className}\n />\n );\n }\n\n if (!label && !first) {\n return (\n <ListDivider size={size} space={dividerSpace} className={className} />\n );\n }\n\n return null;\n};\n"],"mappings":"AAAA,MAAOA,MAAP,KAAkB,OAAlB,CAIA,OAASC,WAAT,qBACA,OAASC,cAAT,wBAGA,MAAO,IAAMC,aAAY,CAAG,SAC1BC,CAD0B,CAE1BC,CAF0B,CAG1BC,CAH0B,CAI1BC,CAJ0B,CAK1BC,CAL0B,CAM1BC,CAN0B,CAO1BC,CAP0B,CAQC,OACvBN,EADuB,CAGvB,oBAAC,cAAD,EACE,IAAI,CAAEE,CADR,CAEE,KAAK,CAAEF,CAFT,CAGE,SAAS,CAAEG,CAHb,CAIE,KAAK,CAAEC,CAJT,CAKE,SAAS,CAAEE,CALb,EAHuB,CAatBN,CAAD,EAAWC,CAbY,CAmBpB,IAnBoB,CAevB,oBAAC,WAAD,EAAa,IAAI,CAAEC,CAAnB,CAAyB,KAAK,CAAEG,CAAhC,CAA8C,SAAS,CAAEC,CAAzD,EAKL,CA5BM"}
|
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
import { IconComponent, IconPropSize } from '@consta/icons/Icon';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { MixSpaceProps } from "../../mixs/MixSpace";
|
|
4
|
-
import { Group } from "../../utils/getGroups";
|
|
5
|
-
import { AsAttributes, AsTags } from "../../utils/types/AsTags";
|
|
6
|
-
import { PropsWithAsAttributes } from "../../utils/types/PropsWithAsAttributes";
|
|
7
|
-
import { PropsWithHTMLAttributesAndRef } from "../../utils/types/PropsWithHTMLAttributes";
|
|
8
|
-
export declare const listPropSize: readonly ["m", "xs", "s", "l"];
|
|
9
|
-
export declare type ListPropSize = typeof listPropSize[number];
|
|
10
|
-
export declare const defaultListPropSize: "m";
|
|
11
|
-
export declare const listPropInnerOffset: readonly ["normal", "increased"];
|
|
12
|
-
export declare type ListPropInnerOffset = typeof listPropInnerOffset[number];
|
|
13
|
-
export declare const defaultListPropInnerOffset: "normal";
|
|
14
|
-
export declare const listPropStatus: readonly ["alert", "success", "warning"];
|
|
15
|
-
export declare type ListPropStatus = typeof listPropStatus[number];
|
|
16
|
-
export declare const listPropForm: readonly ["default", "brick", "round"];
|
|
17
|
-
export declare type ListPropForm = typeof listPropForm[number];
|
|
18
|
-
export declare const defaultListPropForm: "default";
|
|
19
|
-
export declare type DefaultListGroup = {
|
|
20
|
-
id: string | number;
|
|
21
|
-
label?: string;
|
|
22
|
-
rightSide?: React.ReactNode;
|
|
23
|
-
};
|
|
24
|
-
export declare type DefaultListItem = {
|
|
25
|
-
label: React.ReactNode;
|
|
26
|
-
disabled?: boolean;
|
|
27
|
-
active?: boolean;
|
|
28
|
-
checked?: boolean;
|
|
29
|
-
status?: ListPropStatus;
|
|
30
|
-
groupId?: string | number;
|
|
31
|
-
leftSide?: React.ReactNode;
|
|
32
|
-
leftIcon?: IconComponent;
|
|
33
|
-
rightSide?: React.ReactNode;
|
|
34
|
-
rightIcon?: IconComponent;
|
|
35
|
-
onClick?: React.MouseEventHandler;
|
|
36
|
-
};
|
|
37
|
-
export declare type ListPropOnItemClick<ITEM> = (item: ITEM, params: {
|
|
38
|
-
e: React.MouseEvent;
|
|
39
|
-
item: ITEM;
|
|
40
|
-
}) => void;
|
|
41
|
-
export declare type ListPropRenderItem<ITEM> = (item: ITEM) => React.ReactElement | null;
|
|
42
|
-
export declare type ListPropGetItemLabel<ITEM> = (item: ITEM) => React.ReactNode;
|
|
43
|
-
export declare type ListPropGetItemAdditionalClassName<ITEM> = (item: ITEM) => string;
|
|
44
|
-
export declare type ListPropGetItemDisabled<ITEM> = (item: ITEM) => boolean | undefined;
|
|
45
|
-
export declare type ListPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;
|
|
46
|
-
export declare type ListPropGetItemChecked<ITEM> = (item: ITEM) => boolean | undefined;
|
|
47
|
-
export declare type ListPropGetItemStatus<ITEM> = (item: ITEM) => ListPropStatus | undefined;
|
|
48
|
-
export declare type ListPropGetItemGroupId<ITEM> = (item: ITEM) => string | number | undefined;
|
|
49
|
-
export declare type ListPropGetItemLeftSide<ITEM> = (item: ITEM) => React.ReactNode | undefined;
|
|
50
|
-
export declare type ListPropGetItemLeftIcon<ITEM> = (item: ITEM) => IconComponent | undefined;
|
|
51
|
-
export declare type ListPropGetItemRightSide<ITEM> = (item: ITEM) => React.ReactNode | undefined;
|
|
52
|
-
export declare type ListPropGetItemRightIcon<ITEM> = (item: ITEM) => IconComponent | undefined;
|
|
53
|
-
export declare type ListPropGetItemAs<ITEM> = (item: ITEM) => AsTags | undefined;
|
|
54
|
-
export declare type ListPropGetItemAttributes<ITEM> = (item: ITEM) => AsAttributes | undefined;
|
|
55
|
-
export declare type ListPropGetItemOnClick<ITEM> = (item: ITEM) => React.MouseEventHandler | undefined;
|
|
56
|
-
export declare type ListPropSortGroup<ITEM, GROUP> = (a: Group<ITEM, GROUP>, b: Group<ITEM, GROUP>) => number;
|
|
57
|
-
export declare type ListPropGetGroupKey<GROUP> = (item: GROUP) => string | number;
|
|
58
|
-
export declare type ListPropGetGroupAdditionalClassName<GROUP> = (item: GROUP) => string;
|
|
59
|
-
export declare type ListPropGetGroupLabel<GROUP> = (item: GROUP) => string | undefined;
|
|
60
|
-
export declare type ListPropGetGroupRightSide<GROUP> = (item: GROUP) => React.ReactNode | undefined;
|
|
61
|
-
export declare type ListPropGetItemRef<ITEM> = (item: ITEM) => React.RefObject<HTMLElement> | undefined;
|
|
62
|
-
export declare type ListProps<ITEM = DefaultListItem, GROUP = DefaultListGroup> = {
|
|
63
|
-
size?: ListPropSize;
|
|
64
|
-
items: ITEM[];
|
|
65
|
-
innerOffset?: ListPropInnerOffset;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
onItemClick?: ListPropOnItemClick<ITEM>;
|
|
70
|
-
getItemLabel?: ListPropGetItemLabel<ITEM>;
|
|
71
|
-
getItemDisabled?: ListPropGetItemDisabled<ITEM>;
|
|
72
|
-
getItemActive?: ListPropGetItemActive<ITEM>;
|
|
73
|
-
getItemChecked?: ListPropGetItemActive<ITEM>;
|
|
74
|
-
getItemLeftSide?: ListPropGetItemLeftSide<ITEM>;
|
|
75
|
-
getItemLeftIcon?: ListPropGetItemLeftIcon<ITEM>;
|
|
76
|
-
getItemRightSide?: ListPropGetItemRightSide<ITEM>;
|
|
77
|
-
getItemRightIcon?: ListPropGetItemRightIcon<ITEM>;
|
|
78
|
-
getItemGroupKey?: ListPropGetItemGroupId<ITEM>;
|
|
79
|
-
getItemOnClick?: ListPropGetItemOnClick<ITEM>;
|
|
80
|
-
getItemStatus?: ListPropGetItemStatus<ITEM>;
|
|
81
|
-
getItemAs?: ListPropGetItemAs<ITEM>;
|
|
82
|
-
getItemAttributes?: ListPropGetItemAttributes<ITEM>;
|
|
83
|
-
getItemRef?: ListPropGetItemRef<ITEM>;
|
|
84
|
-
getItemAdditionalClassName?: ListPropGetItemAdditionalClassName<ITEM>;
|
|
85
|
-
renderItem?: ListPropRenderItem<ITEM>;
|
|
86
|
-
groups?: GROUP[];
|
|
87
|
-
getGroupKey?: ListPropGetGroupKey<GROUP>;
|
|
88
|
-
getGroupLabel?: ListPropGetGroupLabel<GROUP>;
|
|
89
|
-
getGroupRightSide?: ListPropGetGroupRightSide<GROUP>;
|
|
90
|
-
sortGroup?: ListPropSortGroup<ITEM, GROUP>;
|
|
91
|
-
getGroupAdditionalClassName?: ListPropGetGroupAdditionalClassName<GROUP>;
|
|
92
|
-
disabled?: boolean;
|
|
93
|
-
} & (ITEM extends {
|
|
94
|
-
label: DefaultListItem['label'];
|
|
95
|
-
} ? {} : {
|
|
96
|
-
getItemLabel: ListPropGetItemLabel<ITEM>;
|
|
97
|
-
}) & (GROUP extends {
|
|
98
|
-
id: DefaultListGroup['id'];
|
|
99
|
-
} ? {} : {
|
|
100
|
-
getGroupKey: ListPropGetGroupKey<GROUP>;
|
|
101
|
-
});
|
|
102
|
-
export declare type ListComponent = <ITEM = DefaultListItem, GROUP = DefaultListGroup>(props: ListProps<ITEM, GROUP>) => React.ReactElement | null;
|
|
103
|
-
export declare type ListItemProps<AS extends AsTags = 'div'> = PropsWithAsAttributes<Omit<DefaultListItem, 'id' | 'groupId' | 'attributes' | 'onClick'> & {
|
|
104
|
-
size?: ListPropSize;
|
|
105
|
-
innerOffset?: 'normal' | 'increased';
|
|
106
|
-
space?: MixSpaceProps;
|
|
107
|
-
iconSize?: IconPropSize;
|
|
108
|
-
}, AS>;
|
|
109
|
-
export declare type ListItemComponent = <AS extends AsTags = 'div'>(props: ListItemProps<AS>) => React.ReactElement | null;
|
|
110
|
-
export declare type ListGroupLabelProps = PropsWithHTMLAttributesAndRef<{
|
|
111
|
-
size?: ListPropSize;
|
|
112
|
-
label: string;
|
|
113
|
-
innerOffset?: ListPropInnerOffset;
|
|
114
|
-
rightSide?: React.ReactNode;
|
|
115
|
-
space?: MixSpaceProps;
|
|
116
|
-
}, HTMLDivElement>;
|
|
117
|
-
export declare type ListDividerProps = PropsWithHTMLAttributesAndRef<{
|
|
118
|
-
size?: ListPropSize;
|
|
119
|
-
innerOffset?: ListPropInnerOffset;
|
|
120
|
-
space?: MixSpaceProps;
|
|
121
|
-
}, HTMLDivElement>;
|
|
122
|
-
export declare type ListBoxProps = PropsWithHTMLAttributesAndRef<{
|
|
123
|
-
size?: ListPropSize;
|
|
124
|
-
form?: ListPropForm;
|
|
125
|
-
border?: boolean;
|
|
126
|
-
shadow?: boolean;
|
|
127
|
-
}, HTMLDivElement>;
|
|
128
|
-
export declare type ListAddItemProps = PropsWithHTMLAttributesAndRef<{
|
|
129
|
-
size?: ListPropSize;
|
|
130
|
-
label: React.ReactNode;
|
|
131
|
-
innerOffset?: ListPropInnerOffset;
|
|
132
|
-
active?: boolean;
|
|
133
|
-
underLine?: boolean;
|
|
134
|
-
}, HTMLDivElement>;
|
|
1
|
+
import { IconComponent, IconPropSize } from '@consta/icons/Icon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { MixSpaceProps } from "../../mixs/MixSpace";
|
|
4
|
+
import { Group } from "../../utils/getGroups";
|
|
5
|
+
import { AsAttributes, AsTags } from "../../utils/types/AsTags";
|
|
6
|
+
import { PropsWithAsAttributes } from "../../utils/types/PropsWithAsAttributes";
|
|
7
|
+
import { PropsWithHTMLAttributesAndRef } from "../../utils/types/PropsWithHTMLAttributes";
|
|
8
|
+
export declare const listPropSize: readonly ["m", "xs", "s", "l"];
|
|
9
|
+
export declare type ListPropSize = typeof listPropSize[number];
|
|
10
|
+
export declare const defaultListPropSize: "m";
|
|
11
|
+
export declare const listPropInnerOffset: readonly ["normal", "increased"];
|
|
12
|
+
export declare type ListPropInnerOffset = typeof listPropInnerOffset[number];
|
|
13
|
+
export declare const defaultListPropInnerOffset: "normal";
|
|
14
|
+
export declare const listPropStatus: readonly ["alert", "success", "warning"];
|
|
15
|
+
export declare type ListPropStatus = typeof listPropStatus[number];
|
|
16
|
+
export declare const listPropForm: readonly ["default", "brick", "round"];
|
|
17
|
+
export declare type ListPropForm = typeof listPropForm[number];
|
|
18
|
+
export declare const defaultListPropForm: "default";
|
|
19
|
+
export declare type DefaultListGroup = {
|
|
20
|
+
id: string | number;
|
|
21
|
+
label?: string;
|
|
22
|
+
rightSide?: React.ReactNode;
|
|
23
|
+
};
|
|
24
|
+
export declare type DefaultListItem = {
|
|
25
|
+
label: React.ReactNode;
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
active?: boolean;
|
|
28
|
+
checked?: boolean;
|
|
29
|
+
status?: ListPropStatus;
|
|
30
|
+
groupId?: string | number;
|
|
31
|
+
leftSide?: React.ReactNode;
|
|
32
|
+
leftIcon?: IconComponent;
|
|
33
|
+
rightSide?: React.ReactNode;
|
|
34
|
+
rightIcon?: IconComponent;
|
|
35
|
+
onClick?: React.MouseEventHandler;
|
|
36
|
+
};
|
|
37
|
+
export declare type ListPropOnItemClick<ITEM> = (item: ITEM, params: {
|
|
38
|
+
e: React.MouseEvent;
|
|
39
|
+
item: ITEM;
|
|
40
|
+
}) => void;
|
|
41
|
+
export declare type ListPropRenderItem<ITEM> = (item: ITEM) => React.ReactElement | null;
|
|
42
|
+
export declare type ListPropGetItemLabel<ITEM> = (item: ITEM) => React.ReactNode;
|
|
43
|
+
export declare type ListPropGetItemAdditionalClassName<ITEM> = (item: ITEM) => string;
|
|
44
|
+
export declare type ListPropGetItemDisabled<ITEM> = (item: ITEM) => boolean | undefined;
|
|
45
|
+
export declare type ListPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;
|
|
46
|
+
export declare type ListPropGetItemChecked<ITEM> = (item: ITEM) => boolean | undefined;
|
|
47
|
+
export declare type ListPropGetItemStatus<ITEM> = (item: ITEM) => ListPropStatus | undefined;
|
|
48
|
+
export declare type ListPropGetItemGroupId<ITEM> = (item: ITEM) => string | number | undefined;
|
|
49
|
+
export declare type ListPropGetItemLeftSide<ITEM> = (item: ITEM) => React.ReactNode | undefined;
|
|
50
|
+
export declare type ListPropGetItemLeftIcon<ITEM> = (item: ITEM) => IconComponent | undefined;
|
|
51
|
+
export declare type ListPropGetItemRightSide<ITEM> = (item: ITEM) => React.ReactNode | undefined;
|
|
52
|
+
export declare type ListPropGetItemRightIcon<ITEM> = (item: ITEM) => IconComponent | undefined;
|
|
53
|
+
export declare type ListPropGetItemAs<ITEM> = (item: ITEM) => AsTags | undefined;
|
|
54
|
+
export declare type ListPropGetItemAttributes<ITEM> = (item: ITEM) => AsAttributes | undefined;
|
|
55
|
+
export declare type ListPropGetItemOnClick<ITEM> = (item: ITEM) => React.MouseEventHandler | undefined;
|
|
56
|
+
export declare type ListPropSortGroup<ITEM, GROUP> = (a: Group<ITEM, GROUP>, b: Group<ITEM, GROUP>) => number;
|
|
57
|
+
export declare type ListPropGetGroupKey<GROUP> = (item: GROUP) => string | number;
|
|
58
|
+
export declare type ListPropGetGroupAdditionalClassName<GROUP> = (item: GROUP) => string;
|
|
59
|
+
export declare type ListPropGetGroupLabel<GROUP> = (item: GROUP) => string | undefined;
|
|
60
|
+
export declare type ListPropGetGroupRightSide<GROUP> = (item: GROUP) => React.ReactNode | undefined;
|
|
61
|
+
export declare type ListPropGetItemRef<ITEM> = (item: ITEM) => React.RefObject<HTMLElement> | undefined;
|
|
62
|
+
export declare type ListProps<ITEM = DefaultListItem, GROUP = DefaultListGroup> = {
|
|
63
|
+
size?: ListPropSize;
|
|
64
|
+
items: ITEM[];
|
|
65
|
+
innerOffset?: ListPropInnerOffset;
|
|
66
|
+
itemSpace?: MixSpaceProps;
|
|
67
|
+
groupLabelSpace?: MixSpaceProps;
|
|
68
|
+
dividerSpace?: MixSpaceProps;
|
|
69
|
+
onItemClick?: ListPropOnItemClick<ITEM>;
|
|
70
|
+
getItemLabel?: ListPropGetItemLabel<ITEM>;
|
|
71
|
+
getItemDisabled?: ListPropGetItemDisabled<ITEM>;
|
|
72
|
+
getItemActive?: ListPropGetItemActive<ITEM>;
|
|
73
|
+
getItemChecked?: ListPropGetItemActive<ITEM>;
|
|
74
|
+
getItemLeftSide?: ListPropGetItemLeftSide<ITEM>;
|
|
75
|
+
getItemLeftIcon?: ListPropGetItemLeftIcon<ITEM>;
|
|
76
|
+
getItemRightSide?: ListPropGetItemRightSide<ITEM>;
|
|
77
|
+
getItemRightIcon?: ListPropGetItemRightIcon<ITEM>;
|
|
78
|
+
getItemGroupKey?: ListPropGetItemGroupId<ITEM>;
|
|
79
|
+
getItemOnClick?: ListPropGetItemOnClick<ITEM>;
|
|
80
|
+
getItemStatus?: ListPropGetItemStatus<ITEM>;
|
|
81
|
+
getItemAs?: ListPropGetItemAs<ITEM>;
|
|
82
|
+
getItemAttributes?: ListPropGetItemAttributes<ITEM>;
|
|
83
|
+
getItemRef?: ListPropGetItemRef<ITEM>;
|
|
84
|
+
getItemAdditionalClassName?: ListPropGetItemAdditionalClassName<ITEM>;
|
|
85
|
+
renderItem?: ListPropRenderItem<ITEM>;
|
|
86
|
+
groups?: GROUP[];
|
|
87
|
+
getGroupKey?: ListPropGetGroupKey<GROUP>;
|
|
88
|
+
getGroupLabel?: ListPropGetGroupLabel<GROUP>;
|
|
89
|
+
getGroupRightSide?: ListPropGetGroupRightSide<GROUP>;
|
|
90
|
+
sortGroup?: ListPropSortGroup<ITEM, GROUP>;
|
|
91
|
+
getGroupAdditionalClassName?: ListPropGetGroupAdditionalClassName<GROUP>;
|
|
92
|
+
disabled?: boolean;
|
|
93
|
+
} & (ITEM extends {
|
|
94
|
+
label: DefaultListItem['label'];
|
|
95
|
+
} ? {} : {
|
|
96
|
+
getItemLabel: ListPropGetItemLabel<ITEM>;
|
|
97
|
+
}) & (GROUP extends {
|
|
98
|
+
id: DefaultListGroup['id'];
|
|
99
|
+
} ? {} : {
|
|
100
|
+
getGroupKey: ListPropGetGroupKey<GROUP>;
|
|
101
|
+
});
|
|
102
|
+
export declare type ListComponent = <ITEM = DefaultListItem, GROUP = DefaultListGroup>(props: ListProps<ITEM, GROUP>) => React.ReactElement | null;
|
|
103
|
+
export declare type ListItemProps<AS extends AsTags = 'div'> = PropsWithAsAttributes<Omit<DefaultListItem, 'id' | 'groupId' | 'attributes' | 'onClick'> & {
|
|
104
|
+
size?: ListPropSize;
|
|
105
|
+
innerOffset?: 'normal' | 'increased';
|
|
106
|
+
space?: MixSpaceProps;
|
|
107
|
+
iconSize?: IconPropSize;
|
|
108
|
+
}, AS>;
|
|
109
|
+
export declare type ListItemComponent = <AS extends AsTags = 'div'>(props: ListItemProps<AS>) => React.ReactElement | null;
|
|
110
|
+
export declare type ListGroupLabelProps = PropsWithHTMLAttributesAndRef<{
|
|
111
|
+
size?: ListPropSize;
|
|
112
|
+
label: string;
|
|
113
|
+
innerOffset?: ListPropInnerOffset;
|
|
114
|
+
rightSide?: React.ReactNode;
|
|
115
|
+
space?: MixSpaceProps;
|
|
116
|
+
}, HTMLDivElement>;
|
|
117
|
+
export declare type ListDividerProps = PropsWithHTMLAttributesAndRef<{
|
|
118
|
+
size?: ListPropSize;
|
|
119
|
+
innerOffset?: ListPropInnerOffset;
|
|
120
|
+
space?: MixSpaceProps;
|
|
121
|
+
}, HTMLDivElement>;
|
|
122
|
+
export declare type ListBoxProps = PropsWithHTMLAttributesAndRef<{
|
|
123
|
+
size?: ListPropSize;
|
|
124
|
+
form?: ListPropForm;
|
|
125
|
+
border?: boolean;
|
|
126
|
+
shadow?: boolean;
|
|
127
|
+
}, HTMLDivElement>;
|
|
128
|
+
export declare type ListAddItemProps = PropsWithHTMLAttributesAndRef<{
|
|
129
|
+
size?: ListPropSize;
|
|
130
|
+
label: React.ReactNode;
|
|
131
|
+
innerOffset?: ListPropInnerOffset;
|
|
132
|
+
active?: boolean;
|
|
133
|
+
underLine?: boolean;
|
|
134
|
+
}, HTMLDivElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","names":["listPropSize","defaultListPropSize","listPropInnerOffset","defaultListPropInnerOffset","listPropStatus","listPropForm","defaultListPropForm"],"sources":["../../../../../src/components/ListCanary/types.ts"],"sourcesContent":["import { IconComponent, IconPropSize } from '@consta/icons/Icon';\nimport React from 'react';\n\nimport { MixSpaceProps } from '##/mixs/MixSpace';\nimport { Group } from '##/utils/getGroups';\nimport { AsAttributes, AsTags } from '##/utils/types/AsTags';\nimport { PropsWithAsAttributes } from '##/utils/types/PropsWithAsAttributes';\nimport { PropsWithHTMLAttributesAndRef } from '##/utils/types/PropsWithHTMLAttributes';\n\nexport const listPropSize = ['m', 'xs', 's', 'l'] as const;\nexport type ListPropSize = typeof listPropSize[number];\nexport const defaultListPropSize = listPropSize[0];\n\nexport const listPropInnerOffset = ['normal', 'increased'] as const;\nexport type ListPropInnerOffset = typeof listPropInnerOffset[number];\nexport const defaultListPropInnerOffset = listPropInnerOffset[0];\n\nexport const listPropStatus = ['alert', 'success', 'warning'] as const;\nexport type ListPropStatus = typeof listPropStatus[number];\n\nexport const listPropForm = ['default', 'brick', 'round'] as const;\nexport type ListPropForm = typeof listPropForm[number];\nexport const defaultListPropForm = listPropForm[0];\n\nexport type DefaultListGroup = {\n id: string | number;\n label?: string;\n rightSide?: React.ReactNode;\n};\n\nexport type DefaultListItem = {\n label: React.ReactNode;\n disabled?: boolean;\n active?: boolean;\n checked?: boolean;\n status?: ListPropStatus;\n groupId?: string | number;\n leftSide?: React.ReactNode;\n leftIcon?: IconComponent;\n rightSide?: React.ReactNode;\n rightIcon?: IconComponent;\n onClick?: React.MouseEventHandler;\n};\n\nexport type ListPropOnItemClick<ITEM> = (\n item: ITEM,\n params: {\n e: React.MouseEvent;\n item: ITEM;\n },\n) => void;\n\nexport type ListPropRenderItem<ITEM> = (\n item: ITEM,\n) => React.ReactElement | null;\n\n// ITEMS\n\nexport type ListPropGetItemLabel<ITEM> = (item: ITEM) => React.ReactNode;\n\nexport type ListPropGetItemAdditionalClassName<ITEM> = (item: ITEM) => string;\n\nexport type ListPropGetItemDisabled<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemChecked<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemStatus<ITEM> = (\n item: ITEM,\n) => ListPropStatus | undefined;\n\nexport type ListPropGetItemGroupId<ITEM> = (\n item: ITEM,\n) => string | number | undefined;\n\nexport type ListPropGetItemLeftSide<ITEM> = (\n item: ITEM,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemLeftIcon<ITEM> = (\n item: ITEM,\n) => IconComponent | undefined;\n\nexport type ListPropGetItemRightSide<ITEM> = (\n item: ITEM,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemRightIcon<ITEM> = (\n item: ITEM,\n) => IconComponent | undefined;\n\nexport type ListPropGetItemAs<ITEM> = (item: ITEM) => AsTags | undefined;\n\nexport type ListPropGetItemAttributes<ITEM> = (\n item: ITEM,\n) => AsAttributes | undefined;\n\nexport type ListPropGetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.MouseEventHandler | undefined;\n\nexport type ListPropSortGroup<ITEM, GROUP> = (\n a: Group<ITEM, GROUP>,\n b: Group<ITEM, GROUP>,\n) => number;\n\n// GROUPS\nexport type ListPropGetGroupKey<GROUP> = (item: GROUP) => string | number;\nexport type ListPropGetGroupAdditionalClassName<GROUP> = (\n item: GROUP,\n) => string;\n\nexport type ListPropGetGroupLabel<GROUP> = (item: GROUP) => string | undefined;\nexport type ListPropGetGroupRightSide<GROUP> = (\n item: GROUP,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemRef<ITEM> = (\n item: ITEM,\n) => React.RefObject<HTMLElement> | undefined;\n\nexport type ListProps<ITEM = DefaultListItem, GROUP = DefaultListGroup> = {\n size?: ListPropSize;\n items: ITEM[];\n innerOffset?: ListPropInnerOffset;\n
|
|
1
|
+
{"version":3,"file":"types.js","names":["listPropSize","defaultListPropSize","listPropInnerOffset","defaultListPropInnerOffset","listPropStatus","listPropForm","defaultListPropForm"],"sources":["../../../../../src/components/ListCanary/types.ts"],"sourcesContent":["import { IconComponent, IconPropSize } from '@consta/icons/Icon';\nimport React from 'react';\n\nimport { MixSpaceProps } from '##/mixs/MixSpace';\nimport { Group } from '##/utils/getGroups';\nimport { AsAttributes, AsTags } from '##/utils/types/AsTags';\nimport { PropsWithAsAttributes } from '##/utils/types/PropsWithAsAttributes';\nimport { PropsWithHTMLAttributesAndRef } from '##/utils/types/PropsWithHTMLAttributes';\n\nexport const listPropSize = ['m', 'xs', 's', 'l'] as const;\nexport type ListPropSize = typeof listPropSize[number];\nexport const defaultListPropSize = listPropSize[0];\n\nexport const listPropInnerOffset = ['normal', 'increased'] as const;\nexport type ListPropInnerOffset = typeof listPropInnerOffset[number];\nexport const defaultListPropInnerOffset = listPropInnerOffset[0];\n\nexport const listPropStatus = ['alert', 'success', 'warning'] as const;\nexport type ListPropStatus = typeof listPropStatus[number];\n\nexport const listPropForm = ['default', 'brick', 'round'] as const;\nexport type ListPropForm = typeof listPropForm[number];\nexport const defaultListPropForm = listPropForm[0];\n\nexport type DefaultListGroup = {\n id: string | number;\n label?: string;\n rightSide?: React.ReactNode;\n};\n\nexport type DefaultListItem = {\n label: React.ReactNode;\n disabled?: boolean;\n active?: boolean;\n checked?: boolean;\n status?: ListPropStatus;\n groupId?: string | number;\n leftSide?: React.ReactNode;\n leftIcon?: IconComponent;\n rightSide?: React.ReactNode;\n rightIcon?: IconComponent;\n onClick?: React.MouseEventHandler;\n};\n\nexport type ListPropOnItemClick<ITEM> = (\n item: ITEM,\n params: {\n e: React.MouseEvent;\n item: ITEM;\n },\n) => void;\n\nexport type ListPropRenderItem<ITEM> = (\n item: ITEM,\n) => React.ReactElement | null;\n\n// ITEMS\n\nexport type ListPropGetItemLabel<ITEM> = (item: ITEM) => React.ReactNode;\n\nexport type ListPropGetItemAdditionalClassName<ITEM> = (item: ITEM) => string;\n\nexport type ListPropGetItemDisabled<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemActive<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemChecked<ITEM> = (item: ITEM) => boolean | undefined;\n\nexport type ListPropGetItemStatus<ITEM> = (\n item: ITEM,\n) => ListPropStatus | undefined;\n\nexport type ListPropGetItemGroupId<ITEM> = (\n item: ITEM,\n) => string | number | undefined;\n\nexport type ListPropGetItemLeftSide<ITEM> = (\n item: ITEM,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemLeftIcon<ITEM> = (\n item: ITEM,\n) => IconComponent | undefined;\n\nexport type ListPropGetItemRightSide<ITEM> = (\n item: ITEM,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemRightIcon<ITEM> = (\n item: ITEM,\n) => IconComponent | undefined;\n\nexport type ListPropGetItemAs<ITEM> = (item: ITEM) => AsTags | undefined;\n\nexport type ListPropGetItemAttributes<ITEM> = (\n item: ITEM,\n) => AsAttributes | undefined;\n\nexport type ListPropGetItemOnClick<ITEM> = (\n item: ITEM,\n) => React.MouseEventHandler | undefined;\n\nexport type ListPropSortGroup<ITEM, GROUP> = (\n a: Group<ITEM, GROUP>,\n b: Group<ITEM, GROUP>,\n) => number;\n\n// GROUPS\nexport type ListPropGetGroupKey<GROUP> = (item: GROUP) => string | number;\nexport type ListPropGetGroupAdditionalClassName<GROUP> = (\n item: GROUP,\n) => string;\n\nexport type ListPropGetGroupLabel<GROUP> = (item: GROUP) => string | undefined;\nexport type ListPropGetGroupRightSide<GROUP> = (\n item: GROUP,\n) => React.ReactNode | undefined;\n\nexport type ListPropGetItemRef<ITEM> = (\n item: ITEM,\n) => React.RefObject<HTMLElement> | undefined;\n\nexport type ListProps<ITEM = DefaultListItem, GROUP = DefaultListGroup> = {\n size?: ListPropSize;\n items: ITEM[];\n innerOffset?: ListPropInnerOffset;\n itemSpace?: MixSpaceProps;\n groupLabelSpace?: MixSpaceProps;\n dividerSpace?: MixSpaceProps;\n onItemClick?: ListPropOnItemClick<ITEM>;\n getItemLabel?: ListPropGetItemLabel<ITEM>;\n getItemDisabled?: ListPropGetItemDisabled<ITEM>;\n getItemActive?: ListPropGetItemActive<ITEM>;\n getItemChecked?: ListPropGetItemActive<ITEM>;\n getItemLeftSide?: ListPropGetItemLeftSide<ITEM>;\n getItemLeftIcon?: ListPropGetItemLeftIcon<ITEM>;\n getItemRightSide?: ListPropGetItemRightSide<ITEM>;\n getItemRightIcon?: ListPropGetItemRightIcon<ITEM>;\n getItemGroupKey?: ListPropGetItemGroupId<ITEM>;\n getItemOnClick?: ListPropGetItemOnClick<ITEM>;\n getItemStatus?: ListPropGetItemStatus<ITEM>;\n getItemAs?: ListPropGetItemAs<ITEM>;\n getItemAttributes?: ListPropGetItemAttributes<ITEM>;\n getItemRef?: ListPropGetItemRef<ITEM>;\n getItemAdditionalClassName?: ListPropGetItemAdditionalClassName<ITEM>;\n renderItem?: ListPropRenderItem<ITEM>;\n groups?: GROUP[];\n getGroupKey?: ListPropGetGroupKey<GROUP>;\n getGroupLabel?: ListPropGetGroupLabel<GROUP>;\n getGroupRightSide?: ListPropGetGroupRightSide<GROUP>;\n sortGroup?: ListPropSortGroup<ITEM, GROUP>;\n getGroupAdditionalClassName?: ListPropGetGroupAdditionalClassName<GROUP>;\n disabled?: boolean;\n} & (ITEM extends { label: DefaultListItem['label'] }\n ? {}\n : { getItemLabel: ListPropGetItemLabel<ITEM> }) &\n (GROUP extends { id: DefaultListGroup['id'] }\n ? {}\n : { getGroupKey: ListPropGetGroupKey<GROUP> });\n\nexport type ListComponent = <ITEM = DefaultListItem, GROUP = DefaultListGroup>(\n props: ListProps<ITEM, GROUP>,\n) => React.ReactElement | null;\n\nexport type ListItemProps<AS extends AsTags = 'div'> = PropsWithAsAttributes<\n Omit<DefaultListItem, 'id' | 'groupId' | 'attributes' | 'onClick'> & {\n size?: ListPropSize;\n innerOffset?: 'normal' | 'increased';\n space?: MixSpaceProps;\n iconSize?: IconPropSize;\n },\n AS\n>;\n\nexport type ListItemComponent = <AS extends AsTags = 'div'>(\n props: ListItemProps<AS>,\n) => React.ReactElement | null;\n\nexport type ListGroupLabelProps = PropsWithHTMLAttributesAndRef<\n {\n size?: ListPropSize;\n label: string;\n innerOffset?: ListPropInnerOffset;\n rightSide?: React.ReactNode;\n space?: MixSpaceProps;\n },\n HTMLDivElement\n>;\n\nexport type ListDividerProps = PropsWithHTMLAttributesAndRef<\n {\n size?: ListPropSize;\n innerOffset?: ListPropInnerOffset;\n space?: MixSpaceProps;\n },\n HTMLDivElement\n>;\n\nexport type ListBoxProps = PropsWithHTMLAttributesAndRef<\n {\n size?: ListPropSize;\n form?: ListPropForm;\n border?: boolean;\n shadow?: boolean;\n },\n HTMLDivElement\n>;\n\nexport type ListAddItemProps = PropsWithHTMLAttributesAndRef<\n {\n size?: ListPropSize;\n label: React.ReactNode;\n innerOffset?: ListPropInnerOffset;\n active?: boolean;\n underLine?: boolean;\n },\n HTMLDivElement\n>;\n"],"mappings":"AASA,MAAO,IAAMA,aAAY,CAAG,CAAC,GAAD,CAAM,IAAN,CAAY,GAAZ,CAAiB,GAAjB,CAArB,CAEP,MAAO,IAAMC,oBAAmB,CAAGD,YAAY,CAAC,CAAD,CAAxC,CAEP,MAAO,IAAME,oBAAmB,CAAG,CAAC,QAAD,CAAW,WAAX,CAA5B,CAEP,MAAO,IAAMC,2BAA0B,CAAGD,mBAAmB,CAAC,CAAD,CAAtD,CAEP,MAAO,IAAME,eAAc,CAAG,CAAC,OAAD,CAAU,SAAV,CAAqB,SAArB,CAAvB,CAGP,MAAO,IAAMC,aAAY,CAAG,CAAC,SAAD,CAAY,OAAZ,CAAqB,OAArB,CAArB,CAEP,MAAO,IAAMC,oBAAmB,CAAGD,YAAY,CAAC,CAAD,CAAxC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import './Loader.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const cnLoader: import("@bem-react/classname").ClassNameFormatter;
|
|
4
|
-
export declare const Loader: React.ForwardRefExoticComponent<{
|
|
5
|
-
size?: "s" | "m" | "xs" | undefined;
|
|
6
|
-
children?: undefined;
|
|
7
|
-
} & Omit<React.HTMLAttributes<HTMLDivElement>, "css" | keyof {
|
|
8
|
-
size?: "s" | "m" | "xs" | undefined;
|
|
9
|
-
children?: undefined;
|
|
10
|
-
}> & React.RefAttributes<HTMLDivElement>>;
|
|
1
|
+
import './Loader.css';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare const cnLoader: import("@bem-react/classname").ClassNameFormatter;
|
|
4
|
+
export declare const Loader: React.ForwardRefExoticComponent<{
|
|
5
|
+
size?: "s" | "m" | "xs" | undefined;
|
|
6
|
+
children?: undefined;
|
|
7
|
+
} & Omit<React.HTMLAttributes<HTMLDivElement>, "css" | keyof {
|
|
8
|
+
size?: "s" | "m" | "xs" | undefined;
|
|
9
|
+
children?: undefined;
|
|
10
|
+
}> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './Loader';
|
|
1
|
+
export * from './Loader';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes';
|
|
2
|
-
export declare const loaderPropSize: readonly ["m", "s", "xs"];
|
|
3
|
-
export declare type LoaderPropSize = typeof loaderPropSize[number];
|
|
4
|
-
export declare const loaderPropSizeDefault: LoaderPropSize;
|
|
5
|
-
declare type Props = {
|
|
6
|
-
size?: LoaderPropSize;
|
|
7
|
-
children?: never;
|
|
8
|
-
};
|
|
9
|
-
export declare type LoaderProps = PropsWithHTMLAttributes<Props, HTMLDivElement>;
|
|
10
|
-
export {};
|
|
1
|
+
import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes';
|
|
2
|
+
export declare const loaderPropSize: readonly ["m", "s", "xs"];
|
|
3
|
+
export declare type LoaderPropSize = typeof loaderPropSize[number];
|
|
4
|
+
export declare const loaderPropSizeDefault: LoaderPropSize;
|
|
5
|
+
declare type Props = {
|
|
6
|
+
size?: LoaderPropSize;
|
|
7
|
+
children?: never;
|
|
8
|
+
};
|
|
9
|
+
export declare type LoaderProps = PropsWithHTMLAttributes<Props, HTMLDivElement>;
|
|
10
|
+
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import './Loader.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes';
|
|
4
|
-
export declare const loaderPropSize: readonly ["m", "s", "xs"];
|
|
5
|
-
export declare type LoaderPropSize = typeof loaderPropSize[number];
|
|
6
|
-
export declare const loaderPropSizeDefault: LoaderPropSize;
|
|
7
|
-
declare type Props = {
|
|
8
|
-
size?: LoaderPropSize;
|
|
9
|
-
children?: never;
|
|
10
|
-
};
|
|
11
|
-
export declare type LoaderProps = PropsWithHTMLAttributes<Props, HTMLDivElement>;
|
|
12
|
-
export declare const cnLoader: import("@bem-react/classname").ClassNameFormatter;
|
|
13
|
-
export declare const Loader: React.ForwardRefExoticComponent<Props & Omit<React.HTMLAttributes<HTMLDivElement>, "css" | keyof Props> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
-
export {};
|
|
1
|
+
import './Loader.css';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes';
|
|
4
|
+
export declare const loaderPropSize: readonly ["m", "s", "xs"];
|
|
5
|
+
export declare type LoaderPropSize = typeof loaderPropSize[number];
|
|
6
|
+
export declare const loaderPropSizeDefault: LoaderPropSize;
|
|
7
|
+
declare type Props = {
|
|
8
|
+
size?: LoaderPropSize;
|
|
9
|
+
children?: never;
|
|
10
|
+
};
|
|
11
|
+
export declare type LoaderProps = PropsWithHTMLAttributes<Props, HTMLDivElement>;
|
|
12
|
+
export declare const cnLoader: import("@bem-react/classname").ClassNameFormatter;
|
|
13
|
+
export declare const Loader: React.ForwardRefExoticComponent<Props & Omit<React.HTMLAttributes<HTMLDivElement>, "css" | keyof Props> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './LoaderDeprecated';
|
|
1
|
+
export * from './LoaderDeprecated';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import './Modal.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { PropsWithHTMLAttributes } from "../../utils/types/PropsWithHTMLAttributes";
|
|
4
|
-
declare const modalPropWidth: readonly ["auto"];
|
|
5
|
-
declare type ModalPropWidth = typeof modalPropWidth[number];
|
|
6
|
-
declare const modalPropPosition: readonly ["center", "top"];
|
|
7
|
-
declare type ModalPropPosition = typeof modalPropPosition[number];
|
|
8
|
-
declare type ModalProps = PropsWithHTMLAttributes<{
|
|
9
|
-
isOpen?: boolean;
|
|
10
|
-
onClose?: () => void;
|
|
11
|
-
onOpen?: () => void;
|
|
12
|
-
hasOverlay?: boolean;
|
|
13
|
-
/** @deprecated use onClickOutside */
|
|
14
|
-
onOverlayClick?: (event: MouseEvent) => void;
|
|
15
|
-
onClickOutside?: (event: MouseEvent) => void;
|
|
16
|
-
onEsc?: (event: KeyboardEvent) => void;
|
|
17
|
-
rootClassName?: string;
|
|
18
|
-
width?: ModalPropWidth;
|
|
19
|
-
position?: ModalPropPosition;
|
|
20
|
-
children?: React.ReactNode;
|
|
21
|
-
container?: HTMLDivElement | undefined;
|
|
22
|
-
afterClose?: () => void;
|
|
23
|
-
refsForExcludeClickOutside?: React.RefObject<HTMLElement>[];
|
|
24
|
-
}, HTMLDivElement>;
|
|
25
|
-
export declare const Modal: React.FC<ModalProps>;
|
|
26
|
-
export {};
|
|
1
|
+
import './Modal.css';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { PropsWithHTMLAttributes } from "../../utils/types/PropsWithHTMLAttributes";
|
|
4
|
+
declare const modalPropWidth: readonly ["auto"];
|
|
5
|
+
declare type ModalPropWidth = typeof modalPropWidth[number];
|
|
6
|
+
declare const modalPropPosition: readonly ["center", "top"];
|
|
7
|
+
declare type ModalPropPosition = typeof modalPropPosition[number];
|
|
8
|
+
declare type ModalProps = PropsWithHTMLAttributes<{
|
|
9
|
+
isOpen?: boolean;
|
|
10
|
+
onClose?: () => void;
|
|
11
|
+
onOpen?: () => void;
|
|
12
|
+
hasOverlay?: boolean;
|
|
13
|
+
/** @deprecated use onClickOutside */
|
|
14
|
+
onOverlayClick?: (event: MouseEvent) => void;
|
|
15
|
+
onClickOutside?: (event: MouseEvent) => void;
|
|
16
|
+
onEsc?: (event: KeyboardEvent) => void;
|
|
17
|
+
rootClassName?: string;
|
|
18
|
+
width?: ModalPropWidth;
|
|
19
|
+
position?: ModalPropPosition;
|
|
20
|
+
children?: React.ReactNode;
|
|
21
|
+
container?: HTMLDivElement | undefined;
|
|
22
|
+
afterClose?: () => void;
|
|
23
|
+
refsForExcludeClickOutside?: React.RefObject<HTMLElement>[];
|
|
24
|
+
}, HTMLDivElement>;
|
|
25
|
+
export declare const Modal: React.FC<ModalProps>;
|
|
26
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './Modal';
|
|
1
|
+
export * from './Modal';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import './Pagination.css';
|
|
2
|
-
import { PaginationComponent } from './types';
|
|
3
|
-
export declare const Pagination: PaginationComponent;
|
|
1
|
+
import './Pagination.css';
|
|
2
|
+
import { PaginationComponent } from './types';
|
|
3
|
+
export declare const Pagination: PaginationComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.js","names":["React","forwardRef","useCallback","useForkRef","useMutableRef","cn","defaultGetItemClickable","defaultGetItemKey","guardCurrentPage","paginationArrowIconsMap","PaginationArrow","PaginationList","PaginationNumberInput","PaginationSizeCalculateHelper","paginationPropFormDefault","paginationPropSizeDefault","paginationPropTypeDefault","usePaginationItems","cnPagination","PaginationRender","props","ref","items","valueProp","value","onChange","size","form","type","containerEventListener","window","getTotalLabel","outerMostArrows","arrows","hotKeys","showFirstPage","showLastPage","visibleCount","className","style","getItemAs","getItemAttributes","getItemRef","otherProps","valueRef","onChangeRef","onItemClick","key","e","current","handleNext","Math","min","handlePrevious","max","handlefirst","handleLast","pages","refs","symbolSize","rootRef","renderArrow","item","hotKey","onClick","flag","orientation","label","icon","toString","clickable","Pagination"],"sources":["../../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":["import './Pagination.css';\n\nimport React, { forwardRef, useCallback } from 'react';\n\nimport { useForkRef } from '##/hooks/useForkRef';\nimport { useMutableRef } from '##/hooks/useMutableRef';\nimport { cn } from '##/utils/bem';\n\nimport {\n defaultGetItemClickable,\n defaultGetItemKey,\n guardCurrentPage,\n paginationArrowIconsMap,\n} from './helpers';\nimport { PaginationArrow } from './PaginationArrow';\nimport { PaginationList } from './PaginationList';\nimport { PaginationNumberInput } from './PaginationNumberInput';\nimport { PaginationSizeCalculateHelper } from './PaginationSizeCalculateHelper';\nimport {\n PaginationArrowTypes,\n PaginationComponent,\n PaginationItem,\n PaginationPropArrow,\n paginationPropFormDefault,\n PaginationPropHotKey,\n PaginationPropOnItemClick,\n PaginationProps,\n paginationPropSizeDefault,\n PaginationPropType,\n paginationPropTypeDefault,\n} from './types';\nimport { usePaginationItems } from './usePaginationItems';\n\nconst cnPagination = cn('Pagination');\n\nconst PaginationRender = <TYPE extends PaginationPropType>(\n props: PaginationProps<TYPE>,\n ref: React.Ref<HTMLDivElement>,\n) => {\n const {\n items = 0,\n value: valueProp,\n onChange,\n size = paginationPropSizeDefault,\n form = paginationPropFormDefault,\n type = paginationPropTypeDefault,\n containerEventListener = window,\n getTotalLabel,\n outerMostArrows,\n arrows,\n hotKeys,\n showFirstPage,\n showLastPage,\n visibleCount,\n className,\n style,\n getItemAs,\n getItemAttributes,\n getItemRef,\n ...otherProps\n } = props;\n\n const valueRef = useMutableRef(guardCurrentPage(valueProp, items));\n const onChangeRef = useMutableRef(onChange);\n\n const onItemClick: PaginationPropOnItemClick<PaginationItem> = useCallback(\n ({ key }, { e }) => {\n if (key !== valueRef.current && typeof key === 'number') {\n onChangeRef.current?.(key, { e });\n }\n },\n [],\n );\n\n const handleNext = useCallback(\n (e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(Math.min(valueRef.current + 1, items), { e });\n },\n [items],\n );\n\n const handlePrevious = useCallback((e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(Math.max(valueRef.current - 1, 1), { e });\n }, []);\n\n const handlefirst = useCallback((e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(1, { e });\n }, []);\n\n const handleLast = useCallback(\n (e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(items, { e });\n },\n [items],\n );\n\n const [pages, refs, symbolSize] = usePaginationItems({\n showFirstPage,\n showLastPage,\n items,\n visibleCount,\n size,\n value: valueRef.current,\n containerEventListener,\n hotKeys,\n outerMostArrows,\n type,\n arrows,\n handleNext,\n handlePrevious,\n });\n\n const rootRef = useForkRef([refs[4], ref]);\n\n const renderArrow = (\n item: PaginationPropArrow,\n type: PaginationArrowTypes,\n ref: React.Ref<HTMLButtonElement> | undefined,\n hotKey: PaginationPropHotKey | undefined,\n onClick?: React.MouseEventHandler,\n ) => {\n const flag =\n type === 'first' || type === 'previous'\n ? valueRef.current > 1\n : valueRef.current < items;\n const orientation =\n type === 'first' || type === 'previous' ? 'start' : 'end';\n if (typeof item === 'object') {\n const { label, icon = paginationArrowIconsMap[type] } = item;\n\n return (\n <PaginationArrow\n label={label}\n icon={icon}\n disabled={!flag}\n size={size}\n form={form}\n ref={ref}\n orientation={orientation}\n caption={hotKey?.label}\n onClick={onClick}\n />\n );\n }\n return (\n <PaginationArrow\n orientation={orientation}\n icon={typeof item === 'function' ? item : paginationArrowIconsMap[type]}\n disabled={!flag}\n size={size}\n form={form}\n ref={ref}\n onClick={onClick}\n />\n );\n };\n\n if (items <= 0) {\n return null;\n }\n\n return (\n <nav\n {...otherProps}\n className={cnPagination({ type }, [className])}\n ref={rootRef}\n style={{\n ['--pagination-symbol-size' as string]: `${symbolSize}px`,\n ...style,\n }}\n >\n {(outerMostArrows?.[0] || arrows?.[0]) && (\n <>\n {outerMostArrows?.[0] &&\n renderArrow(\n outerMostArrows[0],\n 'first',\n refs[0] as unknown as React.RefObject<HTMLButtonElement>,\n undefined,\n handlefirst,\n )}\n {arrows?.[0] &&\n renderArrow(\n arrows[0],\n 'previous',\n refs[1] as unknown as React.RefObject<HTMLButtonElement>,\n hotKeys?.[0],\n handlePrevious,\n )}\n </>\n )}\n\n {type === 'default' ? (\n <PaginationList\n items={pages}\n form={form}\n size={size}\n onItemClick={onItemClick}\n value={{\n key: valueRef.current,\n label: valueRef.current.toString(),\n clickable: true,\n }}\n getItemKey={defaultGetItemKey}\n getItemClickable={defaultGetItemClickable}\n getItemAs={getItemAs}\n getItemAttributes={getItemAttributes}\n getItemRef={getItemRef}\n />\n ) : (\n <PaginationNumberInput\n form={form}\n size={size}\n total={items}\n value={valueRef.current}\n onChange={onChange}\n getTotalLabel={getTotalLabel}\n />\n )}\n {(arrows?.[1] || outerMostArrows?.[1]) && (\n <>\n {arrows?.[1] &&\n renderArrow(\n arrows[1],\n 'next',\n refs[2] as unknown as React.RefObject<HTMLButtonElement>,\n hotKeys?.[1],\n handleNext,\n )}\n {outerMostArrows?.[1] &&\n renderArrow(\n outerMostArrows[1],\n 'last',\n refs[3] as unknown as React.RefObject<HTMLButtonElement>,\n undefined,\n handleLast,\n )}\n </>\n )}\n {type === 'default' && (\n <PaginationSizeCalculateHelper refs={refs} size={size} />\n )}\n </nav>\n );\n};\n\nexport const Pagination = forwardRef(PaginationRender) as PaginationComponent;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Pagination.js","names":["React","forwardRef","useCallback","useForkRef","useMutableRef","cn","defaultGetItemClickable","defaultGetItemKey","guardCurrentPage","paginationArrowIconsMap","PaginationArrow","PaginationList","PaginationNumberInput","PaginationSizeCalculateHelper","paginationPropFormDefault","paginationPropSizeDefault","paginationPropTypeDefault","usePaginationItems","cnPagination","PaginationRender","props","ref","items","valueProp","value","onChange","size","form","type","containerEventListener","window","getTotalLabel","outerMostArrows","arrows","hotKeys","showFirstPage","showLastPage","visibleCount","className","style","getItemAs","getItemAttributes","getItemRef","otherProps","valueRef","onChangeRef","onItemClick","key","e","current","handleNext","Math","min","handlePrevious","max","handleFirst","handleLast","pages","refs","symbolSize","rootRef","renderArrow","item","hotKey","onClick","flag","orientation","label","icon","toString","clickable","Pagination"],"sources":["../../../../../src/components/Pagination/Pagination.tsx"],"sourcesContent":["import './Pagination.css';\n\nimport React, { forwardRef, useCallback } from 'react';\n\nimport { useForkRef } from '##/hooks/useForkRef';\nimport { useMutableRef } from '##/hooks/useMutableRef';\nimport { cn } from '##/utils/bem';\n\nimport {\n defaultGetItemClickable,\n defaultGetItemKey,\n guardCurrentPage,\n paginationArrowIconsMap,\n} from './helpers';\nimport { PaginationArrow } from './PaginationArrow';\nimport { PaginationList } from './PaginationList';\nimport { PaginationNumberInput } from './PaginationNumberInput';\nimport { PaginationSizeCalculateHelper } from './PaginationSizeCalculateHelper';\nimport {\n PaginationArrowTypes,\n PaginationComponent,\n PaginationItem,\n PaginationPropArrow,\n paginationPropFormDefault,\n PaginationPropHotKey,\n PaginationPropOnItemClick,\n PaginationProps,\n paginationPropSizeDefault,\n PaginationPropType,\n paginationPropTypeDefault,\n} from './types';\nimport { usePaginationItems } from './usePaginationItems';\n\nconst cnPagination = cn('Pagination');\n\nconst PaginationRender = <TYPE extends PaginationPropType>(\n props: PaginationProps<TYPE>,\n ref: React.Ref<HTMLDivElement>,\n) => {\n const {\n items = 0,\n value: valueProp,\n onChange,\n size = paginationPropSizeDefault,\n form = paginationPropFormDefault,\n type = paginationPropTypeDefault,\n containerEventListener = window,\n getTotalLabel,\n outerMostArrows,\n arrows,\n hotKeys,\n showFirstPage,\n showLastPage,\n visibleCount,\n className,\n style,\n getItemAs,\n getItemAttributes,\n getItemRef,\n ...otherProps\n } = props;\n\n const valueRef = useMutableRef(guardCurrentPage(valueProp, items));\n const onChangeRef = useMutableRef(onChange);\n\n const onItemClick: PaginationPropOnItemClick<PaginationItem> = useCallback(\n ({ key }, { e }) => {\n if (key !== valueRef.current && typeof key === 'number') {\n onChangeRef.current?.(key, { e });\n }\n },\n [],\n );\n\n const handleNext = useCallback(\n (e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(Math.min(valueRef.current + 1, items), { e });\n },\n [items],\n );\n\n const handlePrevious = useCallback((e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(Math.max(valueRef.current - 1, 1), { e });\n }, []);\n\n const handleFirst = useCallback((e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(1, { e });\n }, []);\n\n const handleLast = useCallback(\n (e: React.MouseEvent | KeyboardEvent) => {\n onChangeRef.current?.(items, { e });\n },\n [items],\n );\n\n const [pages, refs, symbolSize] = usePaginationItems({\n showFirstPage,\n showLastPage,\n items,\n visibleCount,\n size,\n value: valueRef.current,\n containerEventListener,\n hotKeys,\n outerMostArrows,\n type,\n arrows,\n handleNext,\n handlePrevious,\n });\n\n const rootRef = useForkRef([refs[4], ref]);\n\n const renderArrow = (\n item: PaginationPropArrow,\n type: PaginationArrowTypes,\n ref: React.Ref<HTMLButtonElement> | undefined,\n hotKey: PaginationPropHotKey | undefined,\n onClick?: React.MouseEventHandler,\n ) => {\n const flag =\n type === 'first' || type === 'previous'\n ? valueRef.current > 1\n : valueRef.current < items;\n const orientation =\n type === 'first' || type === 'previous' ? 'start' : 'end';\n if (typeof item === 'object') {\n const { label, icon = paginationArrowIconsMap[type] } = item;\n\n return (\n <PaginationArrow\n label={label}\n icon={icon}\n disabled={!flag}\n size={size}\n form={form}\n ref={ref}\n orientation={orientation}\n caption={hotKey?.label}\n onClick={onClick}\n />\n );\n }\n return (\n <PaginationArrow\n orientation={orientation}\n icon={typeof item === 'function' ? item : paginationArrowIconsMap[type]}\n disabled={!flag}\n size={size}\n form={form}\n ref={ref}\n onClick={onClick}\n />\n );\n };\n\n if (items <= 0) {\n return null;\n }\n\n return (\n <nav\n {...otherProps}\n className={cnPagination({ type }, [className])}\n ref={rootRef}\n style={{\n ['--pagination-symbol-size' as string]: `${symbolSize}px`,\n ...style,\n }}\n >\n {(outerMostArrows?.[0] || arrows?.[0]) && (\n <>\n {outerMostArrows?.[0] &&\n renderArrow(\n outerMostArrows[0],\n 'first',\n refs[0] as unknown as React.RefObject<HTMLButtonElement>,\n undefined,\n handleFirst,\n )}\n {arrows?.[0] &&\n renderArrow(\n arrows[0],\n 'previous',\n refs[1] as unknown as React.RefObject<HTMLButtonElement>,\n hotKeys?.[0],\n handlePrevious,\n )}\n </>\n )}\n\n {type === 'default' ? (\n <PaginationList\n items={pages}\n form={form}\n size={size}\n onItemClick={onItemClick}\n value={{\n key: valueRef.current,\n label: valueRef.current.toString(),\n clickable: true,\n }}\n getItemKey={defaultGetItemKey}\n getItemClickable={defaultGetItemClickable}\n getItemAs={getItemAs}\n getItemAttributes={getItemAttributes}\n getItemRef={getItemRef}\n />\n ) : (\n <PaginationNumberInput\n form={form}\n size={size}\n total={items}\n value={valueRef.current}\n onChange={onChange}\n getTotalLabel={getTotalLabel}\n />\n )}\n {(arrows?.[1] || outerMostArrows?.[1]) && (\n <>\n {arrows?.[1] &&\n renderArrow(\n arrows[1],\n 'next',\n refs[2] as unknown as React.RefObject<HTMLButtonElement>,\n hotKeys?.[1],\n handleNext,\n )}\n {outerMostArrows?.[1] &&\n renderArrow(\n outerMostArrows[1],\n 'last',\n refs[3] as unknown as React.RefObject<HTMLButtonElement>,\n undefined,\n handleLast,\n )}\n </>\n )}\n {type === 'default' && (\n <PaginationSizeCalculateHelper refs={refs} size={size} />\n )}\n </nav>\n );\n};\n\nexport const Pagination = forwardRef(PaginationRender) as PaginationComponent;\n"],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import './PaginationArrow.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const PaginationArrow: React.ForwardRefExoticComponent<{
|
|
4
|
-
icon?: import("@consta/icons/Icon").IconComponent<"span"> | undefined;
|
|
5
|
-
form?: "default" | "brick" | "round" | undefined;
|
|
6
|
-
size?: "s" | "m" | "xs" | "l" | undefined;
|
|
7
|
-
disabled?: boolean | undefined;
|
|
8
|
-
orientation?: "start" | "end" | undefined;
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
caption?: string | undefined;
|
|
11
|
-
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "caption" | "form" | "label" | "disabled" | "size" | "css" | "icon" | "orientation"> & React.RefAttributes<HTMLButtonElement>>;
|
|
1
|
+
import './PaginationArrow.css';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare const PaginationArrow: React.ForwardRefExoticComponent<{
|
|
4
|
+
icon?: import("@consta/icons/Icon").IconComponent<"span"> | undefined;
|
|
5
|
+
form?: "default" | "brick" | "round" | undefined;
|
|
6
|
+
size?: "s" | "m" | "xs" | "l" | undefined;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
orientation?: "start" | "end" | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
caption?: string | undefined;
|
|
11
|
+
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "caption" | "form" | "label" | "disabled" | "size" | "css" | "icon" | "orientation"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './PaginationArrow';
|
|
1
|
+
export * from './PaginationArrow';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './PaginationItem.css';
|
|
2
|
-
import { PaginationItemComponent } from '../types';
|
|
3
|
-
export declare const cnPaginationItem: import("@bem-react/classname").ClassNameFormatter;
|
|
4
|
-
export declare const PaginationItem: PaginationItemComponent;
|
|
1
|
+
import './PaginationItem.css';
|
|
2
|
+
import { PaginationItemComponent } from '../types';
|
|
3
|
+
export declare const cnPaginationItem: import("@bem-react/classname").ClassNameFormatter;
|
|
4
|
+
export declare const PaginationItem: PaginationItemComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './PaginationItem';
|
|
1
|
+
export * from './PaginationItem';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.PaginationList{display:flex;gap:var(--pagination-gap);width:-moz-max-content;width:max-content}.PaginationList-Item.Button.PaginationItem{width:calc(var(--pagination-item-label-
|
|
1
|
+
.PaginationList{display:flex;gap:var(--pagination-gap);width:-moz-max-content;width:max-content}.PaginationList-Item.Button.PaginationItem{width:calc(var(--pagination-item-label-length)*var(--pagination-symbol-size) + var(--pagination-item-ph)*2)}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import './PaginationList.css';
|
|
2
|
-
import { PaginationListComponent } from '../types';
|
|
3
|
-
export declare const PaginationList: PaginationListComponent;
|
|
1
|
+
import './PaginationList.css';
|
|
2
|
+
import { PaginationListComponent } from '../types';
|
|
3
|
+
export declare const PaginationList: PaginationListComponent;
|