@sberbusiness/triplex-next 1.7.0 → 1.8.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/chunks/{AlertProcessSpoiler-Ce_8Yuvv.js → AlertProcessSpoiler-C7qEZRwB.js} +6 -6
- package/chunks/{CalendarViewItem-BDMvwpK5.js → CalendarViewItem-CUPkQFFY.js} +18 -18
- package/chunks/Card.module-D1ZooBvB.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +11 -0
- package/chunks/{Chip-eRAmMCbK.js → Chip-CCv72AgN.js} +14 -14
- package/chunks/Confirm.module-DCsU0G6f.js +15 -0
- package/chunks/DropdownListItem-BcXHt5bk.js +63 -0
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +23 -0
- package/chunks/Footer.module-lZvJ02_q.js +9 -0
- package/chunks/{FormFieldInput-Dc0f4nno.js → FormFieldInput-BnHKlreA.js} +11 -11
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +9 -0
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +9 -0
- package/chunks/{HeaderTitle.module-B6qQsh69.js → HeaderTitle.module-0YuV_UNN.js} +2 -2
- package/chunks/IslandAccordion.module-h_O6zE1D.js +26 -0
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +9 -0
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +9 -0
- package/chunks/{LightBoxContent--MHZ9Gkl.js → LightBoxContent-CzLiq8KE.js} +12 -12
- package/chunks/LightBoxControls.module-BRiJRrAF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +8 -0
- package/chunks/{ListItemControlsButton-CDyUDFUr.js → ListItemControlsButton-BB9ENDS-.js} +5 -5
- package/chunks/ListItemTail.module-BNCbqffO.js +12 -0
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +10 -0
- package/chunks/ModalWindow.module-Bf1JWUeo.js +17 -0
- package/chunks/Notification.module-BRB3HPvc.js +21 -0
- package/chunks/Overlay.module-BPWZrFj3.js +18 -0
- package/chunks/Page.module-qLhls7XX.js +11 -0
- package/chunks/{RightBorderArrow-B-QGBlRY.js → RightBorderArrow-BsoQkq2D.js} +7 -7
- package/chunks/SMSInput.module-C87wEVmB.js +16 -0
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +15 -0
- package/chunks/{SliderExtendedRail-VV02EHbt.js → SliderExtendedRail-DCMgHGfh.js} +10 -10
- package/chunks/StatusTracker.module-8ARjpbBi.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CW9LKnIb.js → SuggestFieldMobileDropdownHint-BEzPFmOF.js} +2 -2
- package/chunks/TableFooter.module-DgtjRZYk.js +14 -0
- package/chunks/TabsExtended.module-B0_ktbZ6.js +16 -0
- package/chunks/TabsLine.module-DGic2tTZ.js +21 -0
- package/chunks/TooltipDesktop.module-krYzO0tT.js +19 -0
- package/chunks/{TooltipMobileCloseButton-BCyljTIq.js → TooltipMobileCloseButton-D5h1S51t.js} +7 -7
- package/chunks/TreeView.module-7xjkN1j1.js +9 -0
- package/chunks/{UploadZoneInput-DNhfVDyP.js → UploadZoneInput-BES4iuW5.js} +2 -2
- package/chunks/{utils-D9oDaQiI.js → utils-Bg2EU04u.js} +2 -2
- package/chunks/utils-CIob06mu.js +20 -0
- package/chunks/utils-D2zZhfuB.js +27 -0
- package/chunks/utils-DRFlp8Cg.js +73 -0
- package/chunks/utils-TKCSmJUI.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +33 -33
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +97 -98
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +13 -13
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +16 -19
- package/components/DateRange/DateRange.js +1 -1
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/DropdownMobile.js +1 -1
- package/components/DesignTokens/components/Island.js +2 -2
- package/components/DesignTokens/components/ModalWindow.js +2 -2
- package/components/DesignTokens/components/Tabs.js +1 -1
- package/components/DesignTokens/components/TabsLine.js +0 -3
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +8 -8
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +3 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +10 -10
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +25 -25
- package/components/Dropdown/mobile/DropdownMobileLoader.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +16 -16
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +15 -15
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +10 -10
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +2 -2
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +38 -35
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +10 -0
- package/components/NotificationIcon/index.js +5 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +5 -5
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +7 -7
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +2 -2
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +6 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +7 -7
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +8 -8
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +41 -35
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +44 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +7 -7
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +32 -31
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +18 -14
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +18 -17
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +50 -52
- package/components/TabsLine/components/TabsLineItem.js +16 -15
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +11 -11
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +9 -11
- package/components/TopOverlay/TopOverlay.js +7 -7
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +4 -4
- package/components/Typography/Text.js +30 -30
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +29 -27
- package/index.d.ts +22 -6
- package/index.js +60 -58
- package/package.json +5 -1
- package/styles/triplex-next.css +528 -529
- package/chunks/Card.module-BvlTqE5R.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DsOQXTb2.js +0 -11
- package/chunks/Confirm.module-BQvs_z36.js +0 -15
- package/chunks/DropdownListItem-DjvVx10v.js +0 -57
- package/chunks/DropdownMobile.module-CEPFt9uH.js +0 -21
- package/chunks/Footer.module-CXnDx0Qq.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CHV51xUH.js +0 -9
- package/chunks/HeaderTabs.module-T3W10WU8.js +0 -9
- package/chunks/IslandAccordion.module-DoM2x4VR.js +0 -26
- package/chunks/IslandWidgetFooter.module-qNMIN4zr.js +0 -9
- package/chunks/IslandWidgetHeader.module-DUf_HV96.js +0 -9
- package/chunks/LightBoxControls.module-C3_q74nl.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-D66ESS7b.js +0 -8
- package/chunks/ListItemTail.module-DYbacvAR.js +0 -12
- package/chunks/ListMasterFooter.module-ghOvyA19.js +0 -10
- package/chunks/ModalWindow.module-CvIIBPzJ.js +0 -17
- package/chunks/Notification.module-DrKXO_L0.js +0 -21
- package/chunks/Overlay.module-B4exkEG2.js +0 -18
- package/chunks/Page.module-CvSterCP.js +0 -11
- package/chunks/SMSInput.module-DkPfMZWv.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZlxonFv.js +0 -15
- package/chunks/StatusTracker.module-BzVEt7sh.js +0 -24
- package/chunks/TableFooter.module-DKNnDtzT.js +0 -14
- package/chunks/TabsExtended.module-BQKnCc6i.js +0 -16
- package/chunks/TabsLine.module-Cr-x0ll4.js +0 -23
- package/chunks/TooltipDesktop.module-D3epe_HW.js +0 -19
- package/chunks/TreeView.module-BXfRfHL4.js +0 -9
- package/chunks/utils-BY1yN3Hq.js +0 -26
- package/chunks/utils-BtnGErpx.js +0 -20
- package/chunks/utils-CR8DYAi0.js +0 -73
- package/chunks/utils-DQX5JZ_3.js +0 -24
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
5
|
-
import { t, m as
|
|
6
|
-
const E = "
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as g } from "react";
|
|
3
|
+
import { c as C } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { ETextSize as e, EFontWeightText as c, ELineType as r, EFontType as R } from "./enums.js";
|
|
5
|
+
import { t, m as d } from "../../chunks/utils-Bg2EU04u.js";
|
|
6
|
+
const E = "text__b7041112", L = "regular__14042282", A = "semibold__b99e67cc", u = "b1__fc01d703", B = "b2__2f844e12", M = "b3__eed4c7b7", S = "b4__5c9f226a", s = {
|
|
7
7
|
text: E,
|
|
8
8
|
regular: L,
|
|
9
9
|
semibold: A,
|
|
@@ -12,44 +12,44 @@ const E = "text__c3f1fda4", L = "regular__38e21628", A = "semibold__662912d9", u
|
|
|
12
12
|
b3: M,
|
|
13
13
|
b4: S
|
|
14
14
|
}, h = {
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
15
|
+
[e.B1]: s.b1,
|
|
16
|
+
[e.B2]: s.b2,
|
|
17
|
+
[e.B3]: s.b3,
|
|
18
|
+
[e.B4]: s.b4
|
|
19
19
|
}, F = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
20
|
+
[c.REGULAR]: s.regular,
|
|
21
|
+
[c.SEMIBOLD]: s.semibold
|
|
22
22
|
}, N = {
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
}, O =
|
|
23
|
+
[r.NORMAL]: "",
|
|
24
|
+
[r.COMPACT]: t.compact
|
|
25
|
+
}, O = g(
|
|
26
26
|
({
|
|
27
|
-
children:
|
|
28
|
-
className:
|
|
29
|
-
size:
|
|
27
|
+
children: b,
|
|
28
|
+
className: m,
|
|
29
|
+
size: n,
|
|
30
30
|
tag: p = "span",
|
|
31
|
-
type: l =
|
|
32
|
-
weight: T =
|
|
33
|
-
line: i =
|
|
34
|
-
underline:
|
|
31
|
+
type: l = R.PRIMARY,
|
|
32
|
+
weight: T = c.REGULAR,
|
|
33
|
+
line: i = r.NORMAL,
|
|
34
|
+
underline: o,
|
|
35
35
|
strikethrough: a,
|
|
36
36
|
...x
|
|
37
37
|
}, _) => {
|
|
38
|
-
const
|
|
38
|
+
const y = C(
|
|
39
39
|
t.typography,
|
|
40
40
|
s.text,
|
|
41
|
-
h[
|
|
42
|
-
|
|
41
|
+
h[n],
|
|
42
|
+
d[l],
|
|
43
43
|
F[T],
|
|
44
44
|
N[i],
|
|
45
45
|
{
|
|
46
|
-
[t.strikethrough]: !!a && !
|
|
47
|
-
[t.underline]: !!
|
|
48
|
-
[t.underlineStrikethrough]: !!a && !!
|
|
46
|
+
[t.strikethrough]: !!a && !o,
|
|
47
|
+
[t.underline]: !!o && !a,
|
|
48
|
+
[t.underlineStrikethrough]: !!a && !!o
|
|
49
49
|
},
|
|
50
|
-
|
|
50
|
+
m
|
|
51
51
|
);
|
|
52
|
-
return /* @__PURE__ */
|
|
52
|
+
return /* @__PURE__ */ f(p, { ref: _, className: y, ...x, children: b });
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
O.displayName = "Text";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETitleSize as
|
|
5
|
-
import { t as s, m as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
1
|
+
import { jsx as T } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as b } from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
|
+
import { ETitleSize as m, EFontWeightTitle as o, EFontType as g } from "./enums.js";
|
|
5
|
+
import { t as s, m as u } from "../../chunks/utils-Bg2EU04u.js";
|
|
6
|
+
const y = "title__6f6860b6", E = "regular__14042282", C = "semibold__b99e67cc", S = "medium__5045dd1a", M = "bold__0309dc4a", R = "h1__13fae2fc", D = "h2__96974839", F = "h3__e49eab90", t = {
|
|
7
|
+
title: y,
|
|
8
8
|
regular: E,
|
|
9
9
|
semibold: C,
|
|
10
10
|
medium: S,
|
|
@@ -13,31 +13,31 @@ const f = "title__dac2a41b", E = "regular__38e21628", C = "semibold__662912d9",
|
|
|
13
13
|
h2: D,
|
|
14
14
|
h3: F
|
|
15
15
|
}, I = {
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
16
|
+
[m.H1]: t.h1,
|
|
17
|
+
[m.H2]: t.h2,
|
|
18
|
+
[m.H3]: t.h3
|
|
19
19
|
}, L = {
|
|
20
20
|
[o.MEDIUM]: t.medium,
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, x =
|
|
24
|
+
}, x = b(
|
|
25
25
|
({
|
|
26
26
|
children: i,
|
|
27
27
|
className: r,
|
|
28
|
-
size:
|
|
29
|
-
tag: c = `${
|
|
30
|
-
type: n =
|
|
28
|
+
size: a,
|
|
29
|
+
tag: c = `${a}`,
|
|
30
|
+
type: n = g.PRIMARY,
|
|
31
31
|
weight: d = o.SEMIBOLD,
|
|
32
32
|
underline: e,
|
|
33
33
|
strikethrough: l,
|
|
34
34
|
...h
|
|
35
35
|
}, p) => {
|
|
36
|
-
const _ =
|
|
36
|
+
const _ = f(
|
|
37
37
|
s.typography,
|
|
38
38
|
t.title,
|
|
39
|
-
I[
|
|
40
|
-
|
|
39
|
+
I[a],
|
|
40
|
+
u[n],
|
|
41
41
|
L[d],
|
|
42
42
|
{
|
|
43
43
|
[s.strikethrough]: !!l && !e,
|
|
@@ -46,7 +46,7 @@ const f = "title__dac2a41b", E = "regular__38e21628", C = "semibold__662912d9",
|
|
|
46
46
|
},
|
|
47
47
|
r
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ T(c, { ref: p, className: _, ...h, children: i });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
x.displayName = "Title";
|
|
@@ -2,15 +2,15 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__96ed64e3", a = {
|
|
6
6
|
unorderedList: m
|
|
7
7
|
}, n = Object.assign(
|
|
8
|
-
s.forwardRef(({ className:
|
|
8
|
+
s.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ o(
|
|
9
9
|
"ul",
|
|
10
10
|
{
|
|
11
|
-
className: d(a.unorderedList,
|
|
12
|
-
...
|
|
13
|
-
"data-tx": "1.
|
|
11
|
+
className: d(a.unorderedList, e),
|
|
12
|
+
...r,
|
|
13
|
+
"data-tx": "1.8.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -2,20 +2,20 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as s } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import "../Typography/Title.js";
|
|
5
|
-
import { Text as
|
|
5
|
+
import { Text as i } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
|
-
import { ETextSize as
|
|
8
|
-
const a = "
|
|
7
|
+
import { ETextSize as d } from "../Typography/enums.js";
|
|
8
|
+
const a = "unorderedListItem__2819b00f", f = {
|
|
9
9
|
unorderedListItem: a
|
|
10
10
|
}, n = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
|
-
|
|
12
|
+
i,
|
|
13
13
|
{
|
|
14
14
|
className: s(f.unorderedListItem, t),
|
|
15
|
-
size:
|
|
15
|
+
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "1.
|
|
18
|
+
"data-tx": "1.8.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -5,7 +5,7 @@ import { jsx as g, jsxs as f } from "react/jsx-runtime";
|
|
|
5
5
|
import Z, { createElement as l } from "react";
|
|
6
6
|
import { createRoot as C } from "react-dom/client";
|
|
7
7
|
import { c as h } from "../../chunks/vendor-D3hUOusX.js";
|
|
8
|
-
import { U as L, s as d } from "../../chunks/UploadZoneInput-
|
|
8
|
+
import { U as L, s as d } from "../../chunks/UploadZoneInput-BES4iuW5.js";
|
|
9
9
|
import { UploadZoneContext as U } from "./UploadZoneContext.js";
|
|
10
10
|
class c extends Z.PureComponent {
|
|
11
11
|
constructor() {
|
|
@@ -88,7 +88,7 @@ class c extends Z.PureComponent {
|
|
|
88
88
|
this.setState({ inputNode: v });
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
children: /* @__PURE__ */ f("div", { className: d.uploadZone, "data-tx": "1.
|
|
91
|
+
children: /* @__PURE__ */ f("div", { className: d.uploadZone, "data-tx": "1.8.0", children: [
|
|
92
92
|
/* @__PURE__ */ l(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
3
|
import "../../../chunks/vendor-D3hUOusX.js";
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-BES4iuW5.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|
package/components/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AlertContext as S } from "./Alert/AlertContext/AlertContext.js";
|
|
2
2
|
import { AlertProcess as E } from "./Alert/AlertProcess/AlertProcess.js";
|
|
3
3
|
import { EAlertType as F } from "./Alert/EAlertType.js";
|
|
4
|
-
import { alertTypeToClassNameMap as
|
|
4
|
+
import { alertTypeToClassNameMap as b } from "./Alert/AlertTypeUtils.js";
|
|
5
5
|
import { Amount as D } from "./Amount/Amount.js";
|
|
6
6
|
import { Button as I } from "./Button/Button.js";
|
|
7
7
|
import { ButtonBase as h } from "./Button/ButtonBase.js";
|
|
@@ -11,7 +11,7 @@ import { ButtonDropdownExtended as H } from "./Button/ButtonDropdownExtended.js"
|
|
|
11
11
|
import { EButtonDotsTheme as z, EButtonIconShape as N, EButtonTheme as v } from "./Button/enums.js";
|
|
12
12
|
import { Calendar as O } from "./Calendar/Calendar.js";
|
|
13
13
|
import { ECalendarDateMarkType as V, ECalendarPickType as U, ECalendarViewMode as Y } from "./Calendar/enums.js";
|
|
14
|
-
import { C as X } from "../chunks/Chip-
|
|
14
|
+
import { C as X } from "../chunks/Chip-CCv72AgN.js";
|
|
15
15
|
import { ChipClearButton as j } from "./Chip/ChipClearButton.js";
|
|
16
16
|
import { ChipDropdownArrow as J } from "./Chip/ChipDropdownArrow.js";
|
|
17
17
|
import { ChipIcon as _ } from "./Chip/ChipIcon.js";
|
|
@@ -25,7 +25,7 @@ import { Col as so } from "./Col/Col.js";
|
|
|
25
25
|
import { Checkbox as go } from "./Checkbox/Checkbox.js";
|
|
26
26
|
import { CheckboxXGroup as Co } from "./Checkbox/CheckboxXGroup.js";
|
|
27
27
|
import { CheckboxYGroup as uo } from "./Checkbox/CheckboxYGroup.js";
|
|
28
|
-
import { DateField as
|
|
28
|
+
import { DateField as co } from "./DateField/DateField.js";
|
|
29
29
|
import { Ellipsis as Lo } from "./Ellipsis/Ellipsis.js";
|
|
30
30
|
import { FormField as Mo } from "./FormField/FormField.js";
|
|
31
31
|
import { FormFieldDescription as wo } from "./FormField/components/FormFieldDescription.js";
|
|
@@ -33,7 +33,7 @@ import { FormFieldCounter as yo } from "./FormField/components/FormFieldCounter.
|
|
|
33
33
|
import { FormFieldLabel as Po } from "./FormField/components/FormFieldLabel.js";
|
|
34
34
|
import { FormFieldClear as Wo } from "./FormField/components/FormFieldClear.js";
|
|
35
35
|
import { FormFieldTarget as Ao } from "./FormField/components/FormFieldTarget.js";
|
|
36
|
-
import { F as No } from "../chunks/FormFieldInput-
|
|
36
|
+
import { F as No } from "../chunks/FormFieldInput-BnHKlreA.js";
|
|
37
37
|
import { FormFieldMaskedInput as Go } from "./FormField/components/FormFieldMaskedInput.js";
|
|
38
38
|
import { FormFieldPostfix as Ro } from "./FormField/components/FormFieldPostfix.js";
|
|
39
39
|
import { FormFieldPrefix as Uo } from "./FormField/components/FormFieldPrefix.js";
|
|
@@ -51,7 +51,7 @@ import { EMarkerStatus as se } from "./Marker/enums.js";
|
|
|
51
51
|
import { MarkerStatus as ge } from "./MarkerStatus/MarkerStatus.js";
|
|
52
52
|
import { MediaWidth as Ce } from "./MediaWidth/MediaWidth.js";
|
|
53
53
|
import { MediaMaxWidth as ue } from "./MediaWidth/MediaMaxWidth.js";
|
|
54
|
-
import { MediaMinWidth as
|
|
54
|
+
import { MediaMinWidth as ce } from "./MediaWidth/MediaMinWidth.js";
|
|
55
55
|
import { MediaBetweenWidth as Le } from "./MediaWidth/MediaBetweenWidth.js";
|
|
56
56
|
import { useMatchMedia as Me } from "./MediaWidth/useMatchMedia.js";
|
|
57
57
|
import { MobileView as we } from "./MobileView/MobileView.js";
|
|
@@ -78,7 +78,7 @@ import { Tag as sr } from "./Tag/Tag.js";
|
|
|
78
78
|
import { TagGroup as gr } from "./TagGroup/TagGroup.js";
|
|
79
79
|
import { TextField as Cr } from "./TextField/TextField.js";
|
|
80
80
|
import { MaskedField as ur } from "./TextField/MaskedField.js";
|
|
81
|
-
import { TextareaField as
|
|
81
|
+
import { TextareaField as cr } from "./TextareaField/TextareaField.js";
|
|
82
82
|
import { ThemeProvider as Lr } from "./ThemeProvider/ThemeProvider.js";
|
|
83
83
|
import { ThemeProviderContext as Mr } from "./ThemeProvider/ThemeProviderContext.js";
|
|
84
84
|
import { ETriplexNextTheme as wr } from "./ThemeProvider/ETriplexNextTheme.js";
|
|
@@ -91,7 +91,7 @@ import { Dropdown as Zr } from "./Dropdown/Dropdown.js";
|
|
|
91
91
|
import { DropdownListContext as qr } from "./Dropdown/DropdownListContext.js";
|
|
92
92
|
import { DropdownDesktop as Qr } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
93
93
|
import { DropdownList as $r } from "./Dropdown/desktop/DropdownList.js";
|
|
94
|
-
import { D as et } from "../chunks/DropdownListItem-
|
|
94
|
+
import { D as et } from "../chunks/DropdownListItem-BcXHt5bk.js";
|
|
95
95
|
import { DropdownMobile as tt } from "./Dropdown/mobile/DropdownMobile.js";
|
|
96
96
|
import { DropdownMobileBody as mt } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
97
97
|
import { DropdownMobileClose as xt } from "./Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -101,14 +101,14 @@ import { DropdownMobileInner as st } from "./Dropdown/mobile/DropdownMobileInner
|
|
|
101
101
|
import { DropdownMobileInput as gt } from "./Dropdown/mobile/DropdownMobileInput.js";
|
|
102
102
|
import { DropdownMobileList as Ct } from "./Dropdown/mobile/DropdownMobileList.js";
|
|
103
103
|
import { DropdownMobileListItem as ut } from "./Dropdown/mobile/DropdownMobileListItem.js";
|
|
104
|
-
import { DropdownMobileLoader as
|
|
104
|
+
import { DropdownMobileLoader as ct } from "./Dropdown/mobile/DropdownMobileLoader.js";
|
|
105
105
|
import { EDropdownAlignment as Lt, EDropdownDirection as Dt, EDropdownListSize as Mt, EDropdownSize as It } from "./Dropdown/enums.js";
|
|
106
106
|
import { List as ht } from "./List/List.js";
|
|
107
107
|
import { AdvancedMouseSensor as Bt, AdvancedTouchSensor as Pt, ListSortable as kt } from "./List/ListSortable.js";
|
|
108
108
|
import { ListItem as Ht } from "./List/components/ListItem.js";
|
|
109
109
|
import { ListItemControls as zt } from "./List/components/ListItemControls.js";
|
|
110
110
|
import { ListItemContent as vt } from "./List/components/ListItemContent.js";
|
|
111
|
-
import { L as Ot } from "../chunks/ListItemControlsButton-
|
|
111
|
+
import { L as Ot } from "../chunks/ListItemControlsButton-BB9ENDS-.js";
|
|
112
112
|
import { ListItemControlsButtonDropdown as Vt } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
113
113
|
import { ListEmptyState as Yt } from "./List/components/ListEmptyState.js";
|
|
114
114
|
import { ListItemLoading as Xt } from "./List/components/ListItemLoading.js";
|
|
@@ -126,7 +126,7 @@ import { FooterDescriptionContent as Tp } from "./Footer/components/FooterDescri
|
|
|
126
126
|
import { Body as Sp } from "./Body/Body.js";
|
|
127
127
|
import { Header as Ep } from "./Header/Header.js";
|
|
128
128
|
import { HeaderLayoutSidebar as Fp } from "./Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js";
|
|
129
|
-
import { HeaderLayoutSidebarContent as
|
|
129
|
+
import { HeaderLayoutSidebarContent as bp } from "./Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js";
|
|
130
130
|
import { HeaderLayoutSidebarSidebar as Dp } from "./Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js";
|
|
131
131
|
import { HeaderSubheader as Ip } from "./Header/components/HeaderSubheader/HeaderSubheader.js";
|
|
132
132
|
import { HeaderTabs as hp } from "./Header/components/HeaderTabs/HeaderTabs.js";
|
|
@@ -150,7 +150,7 @@ import { Pagination as dm } from "./Pagination/Pagination.js";
|
|
|
150
150
|
import { CardAction as sm } from "./Card/CardAction.js";
|
|
151
151
|
import { CardStatic as gm } from "./Card/CardStatic.js";
|
|
152
152
|
import { ECardContentPaddingSize as Cm, ECardRoundingSize as Em, ECardTheme as um } from "./Card/enums.js";
|
|
153
|
-
import { Skeleton as
|
|
153
|
+
import { Skeleton as cm } from "./Skeleton/Skeleton.js";
|
|
154
154
|
import { ESkeletonType as Lm } from "./Skeleton/enums.js";
|
|
155
155
|
import { ESegmentedControlSize as Mm, ESegmentedControlTheme as Im, ESegmentedControlType as wm } from "./SegmentedControl/enums.js";
|
|
156
156
|
import { SegmentedControlSegment as ym } from "./SegmentedControl/SegmentedControlSegment.js";
|
|
@@ -174,7 +174,7 @@ import { IslandAccordion as si } from "./IslandAccordion/IslandAccordion.js";
|
|
|
174
174
|
import { IslandAccordionItem as gi } from "./IslandAccordion/components/IslandAccordionItem.js";
|
|
175
175
|
import { IslandAccordionContent as Ci } from "./IslandAccordion/components/IslandAccordionContent.js";
|
|
176
176
|
import { IslandAccordionFooter as ui } from "./IslandAccordion/components/IslandAccordionFooter.js";
|
|
177
|
-
import { IslandAccordionTitle as
|
|
177
|
+
import { IslandAccordionTitle as ci } from "./IslandAccordion/components/IslandAccordionTitle.js";
|
|
178
178
|
import { IslandWidget as Li } from "./IslandWidget/IslandWidget.js";
|
|
179
179
|
import { IslandWidgetHeader as Mi } from "./IslandWidget/components/IslandWidgetHeader.js";
|
|
180
180
|
import { IslandWidgetHeaderContent as wi } from "./IslandWidget/components/IslandWidgetHeaderContent.js";
|
|
@@ -200,9 +200,9 @@ import { UnorderedList as Tx } from "./UnorderedList/UnorderedList.js";
|
|
|
200
200
|
import { UnorderedListItem as Sx } from "./UnorderedList/UnorderedListItem.js";
|
|
201
201
|
import { SuggestFieldDesktopDropdown as Ex } from "./SuggestField/desktop/SuggestFieldDesktopDropdown.js";
|
|
202
202
|
import { SuggestFieldDesktop as Fx } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
203
|
-
import { SuggestFieldMobile as
|
|
203
|
+
import { SuggestFieldMobile as bx } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
204
204
|
import { SuggestFieldMobileDropdown as Dx } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
205
|
-
import { S as Ix } from "../chunks/SuggestFieldMobileDropdownHint-
|
|
205
|
+
import { S as Ix } from "../chunks/SuggestFieldMobileDropdownHint-BEzPFmOF.js";
|
|
206
206
|
import { SuggestFieldMobileTarget as hx } from "./SuggestField/mobile/SuggestFieldMobileTarget.js";
|
|
207
207
|
import { SuggestField as Bx } from "./SuggestField/SuggestField.js";
|
|
208
208
|
import { LightBox as kx, lightBoxMountNodeIdDefault as Wx, lightBoxViewManagerNodeIdDefault as Hx } from "./LightBox/LightBox.js";
|
|
@@ -224,7 +224,7 @@ import { ModalWindowClose as sn } from "./ModalWindow/components/ModalWindowClos
|
|
|
224
224
|
import { ModalWindowContent as gn } from "./ModalWindow/components/ModalWindowContent.js";
|
|
225
225
|
import { ModalWindowFooter as Cn } from "./ModalWindow/components/ModalWindowFooter.js";
|
|
226
226
|
import { ModalWindowHeader as un } from "./ModalWindow/components/ModalWindowHeader.js";
|
|
227
|
-
import { ModalWindowViewManager as
|
|
227
|
+
import { ModalWindowViewManager as cn } from "./ModalWindow/components/ModalWindowViewManager.js";
|
|
228
228
|
import { Slider as Ln } from "./Slider/Slider.js";
|
|
229
229
|
import { SliderExtended as Mn } from "./SliderExtended/SliderExtended.js";
|
|
230
230
|
import { SliderRange as wn } from "./SliderRange/SliderRange.js";
|
|
@@ -250,9 +250,10 @@ import { MultiselectField as lf } from "./MultiselectField/MultiselectField.js";
|
|
|
250
250
|
import { SuggestContext as Tf, useSuggestContext as gf } from "./Suggest/SuggestContext.js";
|
|
251
251
|
import { Suggest as Cf } from "./Suggest/Suggest.js";
|
|
252
252
|
import { SwipeableArea as uf } from "./SwipeableArea/SwipeableArea.js";
|
|
253
|
-
import { TopOverlay as
|
|
253
|
+
import { TopOverlay as cf } from "./TopOverlay/TopOverlay.js";
|
|
254
254
|
import { UploadZone as Lf } from "./UploadZone/UploadZone.js";
|
|
255
255
|
import { HelpBox as Mf } from "./HelpBox/HelpBox.js";
|
|
256
|
+
import { NotificationIcon as wf } from "./NotificationIcon/NotificationIcon.js";
|
|
256
257
|
import "../enums/EComponentSize.js";
|
|
257
258
|
import "../enums/EFocusSource.js";
|
|
258
259
|
import "../utils/amountUtils.js";
|
|
@@ -304,7 +305,7 @@ export {
|
|
|
304
305
|
$i as ColumnSettings,
|
|
305
306
|
qm as ComposedKeyDownListener,
|
|
306
307
|
An as Confirm,
|
|
307
|
-
|
|
308
|
+
co as DateField,
|
|
308
309
|
Rn as DesignTokensComponents,
|
|
309
310
|
Un as DesignTokensComponentsThemeDark,
|
|
310
311
|
Nn as DesignTokensCore,
|
|
@@ -325,7 +326,7 @@ export {
|
|
|
325
326
|
gt as DropdownMobileInput,
|
|
326
327
|
Ct as DropdownMobileList,
|
|
327
328
|
ut as DropdownMobileListItem,
|
|
328
|
-
|
|
329
|
+
ct as DropdownMobileLoader,
|
|
329
330
|
F as EAlertType,
|
|
330
331
|
Vp as EBodyPageType,
|
|
331
332
|
Up as EBodyPageVerticalMargin,
|
|
@@ -399,7 +400,7 @@ export {
|
|
|
399
400
|
_o as Gap,
|
|
400
401
|
Ep as Header,
|
|
401
402
|
Fp as HeaderLayoutSidebar,
|
|
402
|
-
|
|
403
|
+
bp as HeaderLayoutSidebarContent,
|
|
403
404
|
Dp as HeaderLayoutSidebarSidebar,
|
|
404
405
|
Ip as HeaderSubheader,
|
|
405
406
|
hp as HeaderTabs,
|
|
@@ -414,7 +415,7 @@ export {
|
|
|
414
415
|
Ci as IslandAccordionContent,
|
|
415
416
|
ui as IslandAccordionFooter,
|
|
416
417
|
gi as IslandAccordionItem,
|
|
417
|
-
|
|
418
|
+
ci as IslandAccordionTitle,
|
|
418
419
|
xi as IslandBody,
|
|
419
420
|
di as IslandFooter,
|
|
420
421
|
fi as IslandHeader,
|
|
@@ -461,7 +462,7 @@ export {
|
|
|
461
462
|
Ni as MasterTable,
|
|
462
463
|
Le as MediaBetweenWidth,
|
|
463
464
|
ue as MediaMaxWidth,
|
|
464
|
-
|
|
465
|
+
ce as MediaMinWidth,
|
|
465
466
|
Ce as MediaWidth,
|
|
466
467
|
we as MobileView,
|
|
467
468
|
fn as ModalWindow,
|
|
@@ -470,12 +471,13 @@ export {
|
|
|
470
471
|
gn as ModalWindowContent,
|
|
471
472
|
Cn as ModalWindowFooter,
|
|
472
473
|
un as ModalWindowHeader,
|
|
473
|
-
|
|
474
|
+
cn as ModalWindowViewManager,
|
|
474
475
|
af as MonthYearField,
|
|
475
476
|
lf as MultiselectField,
|
|
476
477
|
Ui as NoColumns,
|
|
477
478
|
pn as Notification,
|
|
478
479
|
xn as NotificationGrouped,
|
|
480
|
+
wf as NotificationIcon,
|
|
479
481
|
ye as NumberField,
|
|
480
482
|
ax as OrderedList,
|
|
481
483
|
lx as OrderedListItem,
|
|
@@ -502,7 +504,7 @@ export {
|
|
|
502
504
|
ei as SelectExtendedFieldTarget,
|
|
503
505
|
nx as SelectField,
|
|
504
506
|
nf as SelectionControls,
|
|
505
|
-
|
|
507
|
+
cm as Skeleton,
|
|
506
508
|
Ln as Slider,
|
|
507
509
|
Mn as SliderExtended,
|
|
508
510
|
wn as SliderRange,
|
|
@@ -517,7 +519,7 @@ export {
|
|
|
517
519
|
Bx as SuggestField,
|
|
518
520
|
Fx as SuggestFieldDesktop,
|
|
519
521
|
Ex as SuggestFieldDesktopDropdown,
|
|
520
|
-
|
|
522
|
+
bx as SuggestFieldMobile,
|
|
521
523
|
Dx as SuggestFieldMobileDropdown,
|
|
522
524
|
Ix as SuggestFieldMobileDropdownHint,
|
|
523
525
|
hx as SuggestFieldMobileTarget,
|
|
@@ -543,16 +545,16 @@ export {
|
|
|
543
545
|
gr as TagGroup,
|
|
544
546
|
Ar as Text,
|
|
545
547
|
Cr as TextField,
|
|
546
|
-
|
|
548
|
+
cr as TextareaField,
|
|
547
549
|
Lr as ThemeProvider,
|
|
548
550
|
Mr as ThemeProviderContext,
|
|
549
551
|
Pr as Title,
|
|
550
552
|
Ox as Tooltip,
|
|
551
|
-
|
|
553
|
+
cf as TopOverlay,
|
|
552
554
|
Tx as UnorderedList,
|
|
553
555
|
Sx as UnorderedListItem,
|
|
554
556
|
Lf as UploadZone,
|
|
555
|
-
|
|
557
|
+
b as alertTypeToClassNameMap,
|
|
556
558
|
Hm as calcPosition,
|
|
557
559
|
Wx as lightBoxMountNodeIdDefault,
|
|
558
560
|
Hx as lightBoxViewManagerNodeIdDefault,
|
package/index.d.ts
CHANGED
|
@@ -1000,7 +1000,7 @@ declare const designTokensComponentsTableBasicKeys: readonly ["Background_Hover"
|
|
|
1000
1000
|
|
|
1001
1001
|
declare const designTokensComponentsTabsKeys: readonly ["Type1_Background", "Type2_Background", "Type1_Tab_Background_Default", "Type2_Tab_Background_Default", "Type1_Tab_Background_Selected", "Type2_Tab_Background_Selected", "Type1_Tab_Background_Hover", "Type2_Tab_Background_Hover", "Type1_Tab_Color_Default", "Type2_Tab_Color_Default", "Type1_Tab_Color_Selected", "Type2_Tab_Color_Selected", "Type1_Tab_Color_Hover", "Type2_Tab_Color_Hover", "Tab_BorderColor_Default", "Tab_BorderColor_Focus"];
|
|
1002
1002
|
|
|
1003
|
-
declare const designTokensComponentsTabsLineKeys: readonly ["BorderColor_Active", "BorderColor_Hover", "Color_Active", "Color_Default", "Color_Hover", "
|
|
1003
|
+
declare const designTokensComponentsTabsLineKeys: readonly ["BorderColor_Active", "BorderColor_Hover", "Color_Active", "Color_Default", "Color_Hover", "Separator_Color", "Shadow_Focus"];
|
|
1004
1004
|
|
|
1005
1005
|
declare const designTokensComponentsTagKeys: readonly ["Background"];
|
|
1006
1006
|
|
|
@@ -2633,6 +2633,8 @@ export declare interface IDropdownListItemProps extends default_2.HTMLAttributes
|
|
|
2633
2633
|
selected?: boolean;
|
|
2634
2634
|
/** Коды клавиш для выбора элемента с помощью клавиатуры. */
|
|
2635
2635
|
keyCodesForSelection?: number[];
|
|
2636
|
+
/** Флаг отображения значка новых уведомлений. */
|
|
2637
|
+
showNotificationIcon?: boolean;
|
|
2636
2638
|
}
|
|
2637
2639
|
|
|
2638
2640
|
/** Свойства компонента DropdownList. */
|
|
@@ -2662,8 +2664,8 @@ export declare interface IDropdownMobileFooterProps extends default_2.HTMLAttrib
|
|
|
2662
2664
|
|
|
2663
2665
|
/** Свойства компонента DropdownMobileHeader. */
|
|
2664
2666
|
declare interface IDropdownMobileHeaderProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
2665
|
-
/**
|
|
2666
|
-
|
|
2667
|
+
/** Кнопки действия мобильной версии Dropdown. */
|
|
2668
|
+
controlButtons?: default_2.ReactNode;
|
|
2667
2669
|
}
|
|
2668
2670
|
|
|
2669
2671
|
/** Свойства компонента DropdownMobileInner. */
|
|
@@ -2679,6 +2681,8 @@ export declare interface IDropdownMobileListItemProps extends default_2.HTMLAttr
|
|
|
2679
2681
|
id: string;
|
|
2680
2682
|
onSelect?: () => void;
|
|
2681
2683
|
selected?: boolean;
|
|
2684
|
+
/** Флаг отображения значка новых уведомлений. */
|
|
2685
|
+
showNotificationIcon?: boolean;
|
|
2682
2686
|
}
|
|
2683
2687
|
|
|
2684
2688
|
/** Свойства компонента DropdownMobileList. */
|
|
@@ -3569,12 +3573,16 @@ declare interface INotificationHeaderProps {
|
|
|
3569
3573
|
children: default_2.ReactNode;
|
|
3570
3574
|
}
|
|
3571
3575
|
|
|
3576
|
+
export declare interface INotificationIconProps extends default_2.HTMLAttributes<HTMLSpanElement> {
|
|
3577
|
+
children?: never;
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3572
3580
|
/**
|
|
3573
3581
|
* Опции кастомной иконки нотификации.
|
|
3574
3582
|
*
|
|
3575
3583
|
* @prop {React.ReactElement} children Кастомная иконка нотификации.
|
|
3576
3584
|
*/
|
|
3577
|
-
declare interface
|
|
3585
|
+
declare interface INotificationIconProps_2 {
|
|
3578
3586
|
children: default_2.ReactElement;
|
|
3579
3587
|
}
|
|
3580
3588
|
|
|
@@ -3593,7 +3601,7 @@ export declare interface INotificationProps extends default_2.ButtonHTMLAttribut
|
|
|
3593
3601
|
}
|
|
3594
3602
|
|
|
3595
3603
|
export declare interface INotificationSFC extends default_2.FC<INotificationProps> {
|
|
3596
|
-
Icon: typeof
|
|
3604
|
+
Icon: typeof NotificationIcon_2;
|
|
3597
3605
|
Body: typeof NotificationBody;
|
|
3598
3606
|
Close: typeof NotificationClose;
|
|
3599
3607
|
Time: typeof NotificationTime;
|
|
@@ -4590,6 +4598,8 @@ export declare interface ITabsExtendedButtonProps extends default_2.ButtonHTMLAt
|
|
|
4590
4598
|
selected?: boolean;
|
|
4591
4599
|
/** Размер компонента. */
|
|
4592
4600
|
size?: EComponentSize;
|
|
4601
|
+
/** Флаг отображения значка новых уведомлений. */
|
|
4602
|
+
showNotificationIcon?: boolean;
|
|
4593
4603
|
}
|
|
4594
4604
|
|
|
4595
4605
|
/** Внутренние составляющие компонента TabsExtended. */
|
|
@@ -4655,6 +4665,7 @@ export declare interface ITabsExtendedTabsWrapperProps extends default_2.HTMLAtt
|
|
|
4655
4665
|
|
|
4656
4666
|
export declare interface ITabsItem extends Omit<ITabsExtendedTabProps, "children" | "onSelect"> {
|
|
4657
4667
|
label: default_2.ReactNode;
|
|
4668
|
+
showNotificationIcon?: boolean;
|
|
4658
4669
|
}
|
|
4659
4670
|
|
|
4660
4671
|
/** Общие свойства TabsLineDesktop и TabsLine Mobile. */
|
|
@@ -4739,6 +4750,8 @@ export declare interface ITabsLinePanelProps extends default_2.HTMLAttributes<HT
|
|
|
4739
4750
|
export declare interface ITabsLineProps extends ITabsLineDesktopProps {
|
|
4740
4751
|
/** Горизонтальный отступ от первого таба слева и последнего таба справа. */
|
|
4741
4752
|
paddingX?: 0 | 8 | 16 | 24;
|
|
4753
|
+
/** Разделитель в виде нижнего бордера. */
|
|
4754
|
+
withSeparator?: boolean;
|
|
4742
4755
|
}
|
|
4743
4756
|
|
|
4744
4757
|
export declare interface ITabsProps extends ITabsExtendedProps {
|
|
@@ -5248,10 +5261,13 @@ export declare const NotificationGrouped: default_2.FC<INotificationGroupedProps
|
|
|
5248
5261
|
*/
|
|
5249
5262
|
declare const NotificationHeader: default_2.FC<INotificationHeaderProps>;
|
|
5250
5263
|
|
|
5264
|
+
/** Компонент NotificationIcon. Отображает значок новых уведомлений в табах, дропдаунах. */
|
|
5265
|
+
export declare const NotificationIcon: default_2.FC<INotificationIconProps>;
|
|
5266
|
+
|
|
5251
5267
|
/**
|
|
5252
5268
|
* Кастомная иконка нотификации.
|
|
5253
5269
|
*/
|
|
5254
|
-
declare const
|
|
5270
|
+
declare const NotificationIcon_2: default_2.FC<INotificationIconProps_2>;
|
|
5255
5271
|
|
|
5256
5272
|
/**
|
|
5257
5273
|
* Надпись времени нотификации.
|